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 74 of 94

1.41.0

* Removed the additional_resources option to add extra urls to projects.

1.40.1

* Better norm description for the ZAP Scan alerts metrics.
* Create separate requirement for the ZAP Scan alerts metrics to ease introduction: `requirement.OWASP_ZAP`.

1.40.0

* Support for the ZAP Scan report. To use it, in the project definition, create the metric source:
`ZAP_SCAN_REPORT = metric_source.ZAPScanReport()`
Add the metric source to the project:
`PROJECT = Project(..., metric_sources={metric_source.ZAPScanReport: ZAP_SCAN_REPORT})`
And then specify for each product the security requirement and where its ZAP Scan report can be found:
`PRODUCT = Product(requirements=[requirement.OWASP], metric_source_ids={ZAP_SCAN_REPORT: 'http://url/to/report.html'}`
This will cause the report to contain to new metrics: `metric.HighRiskZAPScanAlertsMetric` and
`metric.MediumRiskZAPScanAlertsMetric`.

1.39.0

* Split the OWASP dependency warning metric into two metrics, one for high priority warnings and one for normal
priority warnings.

1.38.2

* Bug fix: Two metrics had no proper name in the help information.

1.38.1

* Use condensed-table style for the dashboard so it takes a little bit less space.

Page 74 of 94

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.