Skip to content

Commit

Permalink
release 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 22, 2021
1 parent 3ba0266 commit 25ce7d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,9 @@ jobs:
release_name: Version ${{ env.VERSION }}
body: |
Changes in this Release
- Fixed a bug in the Sarif report generation.
- Fixed a bug with the Ant task not being able to read the dependency-check properties file in 6.1.1.
- Added a new CPE matching strategy to reduce false negatives.
- CLI and Ant task will no longer be published to bintray.
- Several minor bug fixes.
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/22?closed=1).
- Modified the new CPE matching strategy to be more performant (#3207)
- Upgraded a vulnerable dependency (velocity-engine-core/CVE-2020-13936) (#3205)
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/23?closed=1).
draft: false
prerelease: false
- name: Upload CLI
Expand Down
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release Notes

Please see the [dependency-check google group](https://groups.google.com/forum/#!forum/dependency-check) for the release notes on versions not listed below.
## [Version 6.1.3](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.1.3) (2021-03-22)

### Changes

- Modified the new CPE matching strategy to be more performant (#3207)
- Upgraded a vulnerable dependency (velocity-engine-core/CVE-2020-13936) (#3205)
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/23?closed=1).

## [Version 6.1.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.1.2) (2021-03-08)

Expand Down Expand Up @@ -506,3 +512,4 @@ Please see the [dependency-check google group](https://groups.google.com/forum/#
- If show summary is disabled and vulnerable libraries are found that fail the build details are no longer displayed in the console – only that vulnerable libraries were identified
- Resolved issues with threading and multiple connections to the embedded H2 database
- This allows the Jenkins pipeline, Maven Plugin, etc. to safely run parallel executions of dependency-check

0 comments on commit 25ce7d7

Please sign in to comment.