Releases: jeremylong/DependencyCheck
Releases · jeremylong/DependencyCheck
Version 9.0.0
Version 8.4.3
Version 8.4.2
Version 8.4.1
- fix: upgrade to JCS3 (#5114)
- fix: Support ~= version specifier in requirements.txt and pipfile (#5902)
- fix: Version of dependency no longer ignored when CPE product has a 'java' suffix in a product name (#5901)
- fix: Do not filter out evidences added by hints (#5900)
- fix: fixes FP #5925 (#5927)
See the full listing of changes.
Version 8.4.0
Added
- feat: Add support for Nexus v3 to NexusAnalyzer (#5849)
Fixed
- fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
- chore: switch to sha1-pinning as suggested by Semgrep
- fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
- fix: use curl with -L to follow github redirect (#5808)
- fix: use curl with -L to follow github redirect
- fix: #5671 out of memory error (#5789)
- fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError
Version 8.3.1
Re-release of 8.3.0 as 8.3.1.
v8.3.0
Added
- Add LibmanAnalyzer (#5652)
- Update HTML report Dependencies header based on display settings (#5619)
- Add link to suppressed vulnerabilities header in HTML report (#5620)
- Enable local proxy configuration in maven plugin configuration (#5696)
Fixed
- Fix npm alias present in requires of dependencies (#5703)
- Make Central URL configurable via CLI (#5667)
- Ensure support of CVSSv3.1 (#5602)
See the full listing of changes.
Version 8.2.1
Version 8.2.0
Added
- Support msbuild Directory.build.props (#5475)
- better display of NPM audit references
- Add CVSS V3 results from NPM Audit results
Fixed
- Fix several issues on NPM Audit reporting (#5546)
- Case issue in SQL (#5557)
- Fix CWE(s) extraction for NPM Audit advisories
- Use the stable github_advisory_id instead of the now unstable id in NPM audit results
See the full listing of changes.
Version 8.1.2
Fixed
- Fix
NullPointerException
in the Jar Analyzer introduced in 8.1.1 (#5512)