Skip to content

Releases: actions/dependency-review-action

v4.7.1

13 May 16:50
da24556
Compare
Choose a tag to compare
  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

08 May 18:40
38ecb5b
Compare
Choose a tag to compare
  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

01 Apr 11:47
ce3cf95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

20 Nov 21:50
3b139cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.5.0

v4.4.0

28 Oct 18:45
4081bf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.5...v4.4.0

v4.3.5

21 Oct 22:34
a6993e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.4...v4.3.5

v4.3.4

11 Jul 21:23
5a2ce3f
Compare
Choose a tag to compare

What's Changed

  • Include all added dependencies in scorecard entries by @elireisman in #783
  • Update SPDX Expression Parsing by @febuiles in #719
    • This PR is a significant refactor of SPDX expression parsing that may fix some bugs, but unfortunately there are several related known issues that remain unresolved as of this version.

Full Changelog: v4.3.3...v4.3.4

Notes for v4.3.3

05 Jun 19:18
72eb03d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.2...v4.3.3

v4.3.2

30 Apr 16:42
0c155c5
Compare
Choose a tag to compare

What's Changed

  • Fix package-url parsing for allow-dependencies-licenses by @juxtin in #761

Full Changelog: v4.3.1...v4.3.2

v4.3.1

29 Apr 17:50
e58c696
Compare
Choose a tag to compare

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See #753.

Full Changelog: V4.3.0...v4.3.1