|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [Version 12.1.1](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.1) (2025-04-05) |
| 4 | + |
| 5 | +- fix: resolve NVD data Parse error `com.fasterxml.jackson.core.JsonParseException: Unexpected character (']' (code 93))` |
| 6 | + - bump open-vulnerability-client from 7.3.1 to 7.3.2 (#7577) |
| 7 | +- fix: update links for repository move from `jeremylong` to the `dependency-check` organization (#7373) |
| 8 | +- fix: resolve NPE when processing CVE-2025-2682 (#7558) |
| 9 | +- fix: prevent rogue base suppression files (#7544) |
| 10 | +- fix: #6819 handle invalid toml file (#7548) |
| 11 | +- fix: Use unscored severity only in absence of any CVSS baseScore (#7530) |
| 12 | +- fix: protect against exotic version number of yarn (#7525) |
| 13 | +- fix: Ignore require-bundle MANIFEST.MF entry for evidence (#7523) |
| 14 | +- fix: avoid error on yarn berry audit when no vulnerability found (#7501) |
| 15 | +- fix: improve null checks in Downloader (#7493) |
| 16 | +- fix: improve null checks resolves https://github.com/dependency-check/dependency-check-gradle/issues/441 |
| 17 | +- fix: Avoid FPs when Composer product name has php (#7486) |
| 18 | +- fix: cli not honoring window paths correctly (#7470) |
| 19 | +- fix: Also apply muteNoisyLoggers to UpdateMojo (#7469) |
| 20 | +- fix: Make HC5 Downloader honor the connection- and readTimeout settings that the old URLConnectionFactory based downloads observed (#7437) |
| 21 | +- docs: sync the supported Maven version with the one stated in the system requirement section (#7570) |
| 22 | +- docs: update proxy config documentation (#7550) |
| 23 | +- docs: Remove copyright as requested by the Apache foundation |
| 24 | +- docs: drop redundant text in the Internet Access Required section (#7521) |
| 25 | +- docs: correct gradle documentation (#7511) |
| 26 | + |
| 27 | +See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/95?closed=1) |
| 28 | + |
3 | 29 | ## [Version 12.1.0](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.0) (2025-02-16)
|
4 | 30 |
|
5 | 31 | - build(deps): bump open-vulnerability-client to 7.2.2 (#7407)
|
6 | 32 | - resolves issue with downloading data from the NVD (#7406)
|
7 | 33 | - fix: Improve thread safety issue #7338 alternative (#7367)
|
8 | 34 | - feat: Implement Yarn Berry Analyser (#7319)
|
9 | 35 |
|
10 |
| -See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/94?closed=1 |
| 36 | +See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/94?closed=1) |
11 | 37 |
|
12 | 38 | ## [Version 12.0.2](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.0.2) (2025-01-29)
|
13 | 39 |
|
|
0 commit comments