You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -185,20 +185,17 @@ jobs:
185
185
prerelease: false
186
186
draft: false
187
187
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
-
193
188
### Fixed
194
189
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)
200
197
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).
- 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).
0 commit comments