Skip to content

Releases: vulncheck-oss/action

v1.1.3

28 Aug 20:07
90e89a5
Compare
Choose a tag to compare

What's Changed

  • ➕ comment a PR even if there are no vulns by @acidjazz in #53

image

Full Changelog: v1.1.2...v1.1.3

v1.1.2

28 Aug 17:21
79d1000
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 Jun 17:40
47a2597
Compare
Choose a tag to compare

What's Changed

New option scan-cve-npm-rel will run an npm ls on package@version for any CVES to show that packages parents through annotations

image

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Jun 23:29
Compare
Choose a tag to compare

What's Changed

A new optional parameter has been added for scans: scan-cve-details

This will include an annotation for every found CVE showing package type, cataloger, and locations, below is an example output

Notice: CVE-2021-23337 found in npm package lodash in /package-lock.json using javascript-lock-cataloger
Notice: CVE-2021-44906 found in npm package minimist in /package-lock.json using javascript-lock-cataloger

Full Changelog: v1.0.4...v1.1.0

v1.0.4

24 May 00:28
8250ebe
Compare
Choose a tag to compare

What's Changed

  • 💚 table module and more test coverage by @acidjazz in #23
  • ✨ add link support for table headers - link KEV to VulnCheck KEV by @acidjazz in #24

Full Changelog: v1.0.3...v1.0.4

In KEV field and separate tables for thresholds

22 May 03:10
747a143
Compare
Choose a tag to compare

What's Changed

  • ⬆️ general dep updates by @acidjazz in #20
  • ♻️ show separate tables for thresholds vs undelrine by @acidjazz in #21
  • Show new In Kev field from CLI v0.3.7 - displays if the vuln is in the VulnCheck KEV by @acidjazz in #22

Full Changelog: v1.0.2...v1.0.3

specify scan folder

19 May 03:54
50e6498
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Initial marketplace release

15 May 16:34
Compare
Choose a tag to compare

Initial release of the VulnCheck Action

Initial Release

15 May 08:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/vulncheck-oss/action/commits/v1.0.0