pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Adds support for SPDX Format from the SBOM formats #467

Closed peterwade153 closed 1 year ago

peterwade153 commented 1 year ago

Adds support for SPDX formats

Requirement

To generate a spdx file with the details about scanned packages safety check --save-spdx-document .

This will create a file with name safety-report-spdx.json in the safety directory

Todo: