Skip to content

Releases: jeremylong/DependencyCheck

Version 7.4.1

09 Dec 11:49
653c960
Compare
Choose a tag to compare

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

04 Dec 14:27
49e0afc
Compare
Choose a tag to compare

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

18 Nov 12:44
2421d56
Compare
Choose a tag to compare

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

19 Oct 11:49
9788005
Compare
Choose a tag to compare

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

20 Sep 11:17
2bb85b1
Compare
Choose a tag to compare

Changes

  • Fixed logging issue (#4846).
  • See the full listing of changes.

Version 7.2.0

14 Sep 11:19
2ed09cc
Compare
Choose a tag to compare

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

20 Aug 11:50
9b29e64
Compare
Choose a tag to compare

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

12 Jun 12:32
e52aea2
Compare
Choose a tag to compare

Changes

  • Minor bug fixes.
  • Resolved several false positives.
  • See the full listing of changes.

Version 7.1.0

23 Apr 10:14
59a6c7a
Compare
Choose a tag to compare

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

30 Mar 11:18
d200397
Compare
Choose a tag to compare

Changes

  • Update to jackson-databind (see #4285).
  • See the full listing of changes.