Sebastian Ziebell
Sebastian Ziebell
### What does this PR try to resolve? This PR is an implementation of [RFC 3553] to add support to generate pre-cursor SBOM files for compiled artifacts in Cargo. ###...
The Spec version 1.5 was released last year, therefore support [version 1.5](https://cyclonedx.org/docs/1.5/json) should be added. Initial work has begun in #584, it covers the first 4 items of the list...
For people making use of `unwrap` calls in the code may want to find ways how to eliminate them. Not all `unwrap` calls are necessary cases for errors, in particular...
Move the function [`validate_json_with_schema`](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/cyclonedx-bom/src/schema.rs) into the `test` scope. This is to limit a lot of dependencies to tests that are pulled in by the `jsonschema` crate. Users of the `cyclonedx-bom`...
Based on the findings in #733 it was concluded that the XML serialization code does not parse the XML type `normalizedstring` correctly. This does not only affect the license name...
**Describe the bug** A test in the CI job `test / platform (ubuntu-latest)` failed in PR #2244, see [CI logs](https://github.com/hickory-dns/hickory-dns/actions/runs/9778320205/job/26994876597?pr=2244#step:6:1253). The failing test in question is [`h3::h3_client_stream::tests::test_h3_google_with_pure_ip_address_server`](https://github.com/hickory-dns/hickory-dns/blob/main/crates/proto/src/h3/h3_client_stream.rs#L546). There are a...