Releases: vulncheck-oss/action
Releases · vulncheck-oss/action
v1.1.3
What's Changed
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
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](https://private-user-images.githubusercontent.com/967369/343267388-1f86766f-a25c-464c-9c25-385e67d7d8ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTIyMjMsIm5iZiI6MTczOTYxMTkyMywicGF0aCI6Ii85NjczNjkvMzQzMjY3Mzg4LTFmODY3NjZmLWEyNWMtNDY0Yy05YzI1LTM4NWU2N2Q3ZDhmZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwOTMyMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hYWI1NWZhMjQyMTUwMjE5MWExZGE3OTY2MmE4MTY1ZGRhZjc5YzlmMjQxYThhNjQxZjYxNDM5OTVjNTAyMTA0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ow9ylT_i3PQK9EfHSTJf_v5EWelF3_HD1UiRQVLdd2g)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
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
specify scan folder
What's Changed
Full Changelog: v1.0.1...v1.0.2
Initial marketplace release
Initial release of the VulnCheck Action
Initial Release
What's Changed
New Contributors
- @acidjazz made their first contribution in #3
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/vulncheck-oss/action/commits/v1.0.0