Releases: voteblake/csaf-rs
Releases · voteblake/csaf-rs
v0.5.0 - Handle CVSS v2 Correctly and Add CI
What's Changed
- build: fix the build by aligning the versions by @ctron in #9
- workaround for missing cvss v2 section by @ctron in #10
- Pin rustsec Version to Avoid crates-index Version Mismatch by @voteblake in #11
- Add GitHub Actions CI for Pull Requests and
main
Branch by @voteblake in #8 - Release v0.5.0 by @voteblake in #12
New Contributors
Full Changelog: v0.4.0...v0.5.0
Example and Improved Interoperability
What's Changed
Maintenance release to include external contributions, updates, and improved data types for pURL and CPE. Work is still needed to catch up to the current draft standard, which may trigger a v0.5.0 if the public interfaces change again.
- Add an example implementation by @voteblake in #2
- Fix an issue where a missing purl failed deserialization by @lulf in #4
New Contributors
Full Changelog: v0.3.2...v0.4.0
RustSec Interoperability
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Initial release
Set cargo package metadata for publishing