
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
apache-guacamole-client
Advanced tools
This README is intended to provide quick and to-the-point documentation for technical users intending to compile parts of Apache Guacamole themselves.
Source archives and pre-built .war files are available from the downloads section of the project website:
http://guacamole.apache.org/
A full manual is available as well:
http://guacamole.apache.org/doc/gug/
guacamole-client is the superproject containing all Maven-based projects that make Apache Guacamole, an HTML5 web application that provides access to your desktop using remote desktop protocols.
guacamole-client is used to build the subprojects that make up Guacamole, and to provide a common central repository. Each project contained here is completely independent of guacamole-client and can be built separately, though the others may have to be built first. If all projects are built using guacamole-client, Maven will take care of the proper build order.
Apache Guacamole is built using Maven. Building Guacamole compiles all classes and packages them into a deployable .war file. This .war file can be installed and deployed under servlet containers like Apache Tomcat or Jetty.
Run mvn package
$ mvn package
Maven will download any needed dependencies for building the .jar file. Once all dependencies have been downloaded, the .war file will be created in the guacamole/target/ subdirectory of the current directory.
Copy the .war file as directed in the instructions provided with your servlet container.
Apache Tomcat, Jetty, and other servlet containers have specific and varying locations that .war files must be placed for the web application to be deployed.
You will likely need to do this as root.
Please report any bugs encountered by opening a new issue in the JIRA system hosted at:
https://issues.apache.org/jira/browse/GUACAMOLE/
FAQs
guacamole-client
The npm package apache-guacamole-client receives a total of 2 weekly downloads. As such, apache-guacamole-client popularity was classified as not popular.
We found that apache-guacamole-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.