voteblake / csaf-rs

CSAF data types for Rust, building towards VEX support
MIT License
0 stars 5 forks source link

fix: don't panic during deserialization #28

Open ctron opened 8 months ago

ctron commented 8 months ago

closes #27

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.3%. Comparing base (76cb9ed) to head (1d65933).

Additional details and impacted files | [Files](https://app.codecov.io/gh/voteblake/csaf-rs/pull/28?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Blake+Johnson) | Coverage Δ | | |---|---|---| | [src/definitions.rs](https://app.codecov.io/gh/voteblake/csaf-rs/pull/28?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Blake+Johnson#diff-c3JjL2RlZmluaXRpb25zLnJz) | `86.9% <100.0%> (ø)` | | | [src/interop.rs](https://app.codecov.io/gh/voteblake/csaf-rs/pull/28?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Blake+Johnson#diff-c3JjL2ludGVyb3AucnM=) | `85.4% <ø> (+2.4%)` | :arrow_up: | | [src/lib.rs](https://app.codecov.io/gh/voteblake/csaf-rs/pull/28?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Blake+Johnson#diff-c3JjL2xpYi5ycw==) | `100.0% <ø> (ø)` | | | [src/vulnerability.rs](https://app.codecov.io/gh/voteblake/csaf-rs/pull/28?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Blake+Johnson#diff-c3JjL3Z1bG5lcmFiaWxpdHkucnM=) | `94.2% <100.0%> (-0.2%)` | :arrow_down: |
ctron commented 7 months ago

@voteblake is there a chance to get this merged?