Vulnlog 0.14.0 has been released. Highlights:
- Vulnlog now supports Cargo Audit native suppression file format.
- Install Vulnlog with a simple install script
| Web | https://vulnlog.dev |
| Documentation | https://vulnlog.dev/docs/ |
| GitHub | https://github.com/vulnlog/vulnlog |
This command was used to generate the above Cargo Audit suppression file:
vulnlog suppress vulnlog.yaml --reporter cargo-audit
Vulnlog 0.14.0 has been released. Highlights:
- Vulnlog now supports Cargo Audit native suppression file format.
- Install Vulnlog with a simple install script
Would you like to see an example?
Take a look at the Vulnlog HTML report for the Vulnlog project: https://vulnlog.dev/security-report.html
Vulnlog 0.13.0 is out, open-source vulnerability tracking in YAML, right in your repo.
What's new:
- `copy` command, propagate vulnerability entries between Vulnlog files, useful when maintaining multiple Vulnlog files
- Richer HTML reports, generation time, Vulnlog version, source filenames, applied filters and more
- New "dismissed" state, distinguishes entries closed without a fix from resolved ones
- `report` command can now write to STDOUT for CI pipelines
- New `vulnlogCopy` Gradle task