Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit 3999033

Browse files
committed
docs: release 8.1.1
1 parent b6c5ec3 commit 3999033

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,17 @@ jobs:
185185
prerelease: false
186186
draft: false
187187
body: |
188-
### Added
189-
190-
- `Pipefile.lock` files are now supported ([#5404](https://github.com/jeremylong/DependencyCheck/pull/5404)).
191-
- Python projects with only a `pyproject.toml` but no lock file or requirements will report an error as ODC is unable to analyze the project ([#5409](https://github.com/jeremylong/DependencyCheck/pull/5409)).
192-
193188
### Fixed
194189
195-
- Some maven projects caused false positives due to bad string interpolation ([#5421](https://github.com/jeremylong/DependencyCheck/pull/5421)).
196-
- Error message from Assembly Analyzer has been updated to emphasize dotnet 6 is required for analysis ([#5408](https://github.com/jeremylong/DependencyCheck/pull/5408)).
197-
- Correct issue where database defrag occurs even when no updates were performed ([#5441](https://github.com/jeremylong/DependencyCheck/pull/5441)).
198-
- Fixed several False Positives and one False Negative.
199-
- Fixed the `format` configuration more flexible in the gradle plugin ([dependency-check-gradle/#324](https://github.com/dependency-check/dependency-check-gradle/pull/324)).
190+
- allow hosted suppressions file to be disabled (#5509)
191+
- Several FPs not suitable for our automation (#5504)
192+
- Fix incorrect defaults for nexus and central-analyzer in gradle plugin documentation (#5503)
193+
- Erroneous error-log for deprecated CLI flag usage when using properyfile based disablement of Node Audit Analyzer (#5487)
194+
- Prefer pom.properties G/A/V over pom.xml G/A/V to resolve GAV interpolation issues (#5473)
195+
- Node package dependencies ending up as related dependency of the wrong version of the package (#5479)
196+
- do not throw error if pyproject.toml is in node_modules (#5470)
200197
201-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/60?closed=1).
198+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/61?closed=1).
202199
203200
- name: Upload CLI
204201
id: upload-release-cli

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [Version 8.1.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.1.1) (2023-02-27)
4+
5+
### Fixed
6+
7+
- allow hosted suppressions file to be disabled (#5509)
8+
- Several FPs not suitable for our automation (#5504)
9+
- Fix incorrect defaults for nexus and central-analyzer in gradle plugin documentation (#5503)
10+
- Erroneous error-log for deprecated CLI flag usage when using properyfile based disablement of Node Audit Analyzer (#5487)
11+
- Prefer pom.properties G/A/V over pom.xml G/A/V to resolve GAV interpolation issues (#5473)
12+
- Node package dependencies ending up as related dependency of the wrong version of the package (#5479)
13+
- do not throw error if pyproject.toml is in node_modules (#5470)
14+
15+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/61?closed=1).
16+
317
## [Version 8.1.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.1.0) (2023-01-26)
418

519
### Added

0 commit comments

Comments
 (0)