Skip to content

Releases: voteblake/csaf-rs

v0.5.0 - Handle CVSS v2 Correctly and Add CI

08 May 18:11
Compare
Choose a tag to compare

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

  • @ctron made their first contribution in #9

Full Changelog: v0.4.0...v0.5.0

Example and Improved Interoperability

11 Mar 08:43
Compare
Choose a tag to compare

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

  • @lulf made their first contribution in #4

Full Changelog: v0.3.2...v0.4.0

RustSec Interoperability

10 Nov 03:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Oct 21:22
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Full Changelog: v0.3.0...v0.3.1

v0.3.0 - Initial release

10 Oct 19:59
Compare
Choose a tag to compare
Pre-release
Set cargo package metadata for publishing