Releases: jeremylong/DependencyCheck
Releases · jeremylong/DependencyCheck
Version 7.4.1
Fixed
- Fixed bug when setting the proxy port in gradle (#5123)
- Fixed issue with invalid
node_module
paths in some scans (#5127)
- Resolved several FP
See the full listing of changes.
Version 7.4.0
Added
- Add support for npm package lock v2 and v3 (#5078)
- Added experimental support for Python Poetry (#5025)
- Added a vanilla HTML report for use in Jenkins (#5053)
Changed
- Renamed
RELEASE_NOTES.md
to CHANGELOG.md
to be more conventional
- Optimized checksum calculation to improve performance (#5112)
- Added support for scanning .NET assemblies when only the dotnet runtime is installed (#5087)
- Bumped several dependencies
Fixed
- Fixed bug when setting the proxy port (#5076)
- Resolved several FP and FN
See the full listing of changes.
Version 7.3.2
Changes
- Automated release of 7.3.1 failed and only published to Central; 7.3.2 is a re-release of 7.3.1.
- Resolved several false positives and false negatives.
- Use Jackson Afterburner if still on Java 8 (#4966).
- Exclude
node_modules
from the Maven plugin's scan path (#4974).
- See the full listing of changes.
Version 7.3.0
Changes
- Fixed issue with the Maven plugin that caused concurrent modification exceptions (#4935).
- Migrated from Jackson Afterburner to Blackbird (#4905).
- Added an experimental Dart analyzer (#4869).
- See the full listing of changes.
Version 7.2.1
Changes
- Fixed logging issue (#4846).
- See the full listing of changes.
Version 7.2.0
Changes
- Add support for Bazel's pinned
maven_install.json
(#4772).
- Fixed bug preventing the use of custom report templates (#4800).
- Updated several dependencies including upgrades for dependencies with CVEs.
- Several bug fixes made and suppression rules were added.
- See the full listing of changes.
Version 7.1.2
Changes
- The maven plugin now includes pnpm and yarn lock files in the scan by default (#4753).
- If a suppression rule is no longer used a log entry will be written (#4685).
- Several bug fixes made and suppression rules added.
- See the full listing of changes.
Version 7.1.1
Changes
- Minor bug fixes.
- Resolved several false positives.
- See the full listing of changes.
Version 7.1.0
Changes
- Improved sorting in the HTML report (see #4112).
- Improved support for Swift (see #4265).
- Resolved several false positives.
- See the full listing of changes.
Version 7.0.4
Changes
- Update to
jackson-databind
(see #4285).
- See the full listing of changes.