Quality-report

Latest version: v2.93.9

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 70 of 94

1.51.1

* Bug fix: Don't crash on credentials passed to the OWASP dependency XML report.

1.51.0

* Support OWASP dependency XML reports as metric source for the OWASP dependency metric:
`OWASP_REPORT = metric_source.OWASPDependencyXMLReport('http://url/report.xml')`
`PROJECT = Project(..., metric_sources={metric_source.OWASPDependencyReport: OWASP_REPORT})`

1.50.0

* Prepare for multiple implementations of the OWASP dependency report metric source. This means that adding the
`metric_source.JenkinsOWASPDependencyReport` to the project now needs to use `metric_source.OWASPDependencyReport`
as key:
`OWASP_REPORT = metric_source.JenkinsOWASPDependencyReport('http://jenkins')`
`PROJECT = Project(..., metric_sources={metric_source.OWASPDependencyReport: OWASP_REPORT})`

1.49.2

* Bug fix: Don't crash when a product should have a coverage report, but the coverage URL isn't supplied.

1.49.1

* Bug fix: Don't crash when a product should have a coverage report, but the coverage URL isn't supplied.

1.49.0

* List all requirements in the help menu and indicate which are included in the current report.

Page 70 of 94

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.