Sonatype Nexus Repository support for Package Firewall
New You can now route package installations for npm, PyPI, Go, and Maven through the Package Firewall using Sonatype Nexus Repository. Configure a proxy repository with the Package Firewall URL as its remote storage. Every request is then checked against the Endor Labs malware database and your Package Firewall policy before the package reaches your environment. For more information, see Configure the Package Firewall with Sonatype Nexus Repository.Allow safe versions in Package Firewall
New You can now configure Package Firewall to install a safe version automatically instead of blocking the request, when a package is flagged for malware or doesn’t meet the minimum package age. Select Allow safe versions only (curate) for these conditions so the package manager resolves and installs a safe version instead of failing — developers get a working install without seeing a block. This action is available for the npm and PyPI ecosystems. For more information, see Allow safe versions.Call graph support for Ruby
New Endor Labs now generates call graphs and performs reachability analysis for Ruby projects. To enable call graph generation, set theENDOR_SCAN_RUBY_CALL_GRAPH environment variable to true, and then view call paths to trace how a vulnerable method in a dependency gets invoked from your code.
For more information, see Ruby call graphs.