csaf-sbom / kotlin-csaf

A Kotlin implementation of the CSAF standard.
Apache License 2.0
3 stars 0 forks source link

Implementation of ROLIE feeds #108

Closed oxisto closed 4 days ago

oxisto commented 5 days ago

This leverages the JSON schema from https://github.com/oasis-tcs/csaf/pull/481, so extra credits belong to @tschmidtb51. This probably needs some more testing since the JSON schema does not fully implement all fields of the ROLIE RFC.

codecov[bot] commented 5 days ago

Codecov Report

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

Files with missing lines Coverage Δ
...kotlin/io/github/csaf/sbom/retrieval/CsafLoader.kt 100.00% <100.00%> (ø)
...io/github/csaf/sbom/retrieval/RetrievedProvider.kt 100.00% <100.00%> (ø)