safety icon indicating copy to clipboard operation
safety copied to clipboard

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.

Results 172 safety issues
Sort by recently updated
recently updated
newest added

Prevents "fatal: not a git repository (or any of the parent directories): .git" in cases where safety is ran outside a git repository.

* safety version: 2.0.0 * Python version: 3.6 * Operating System: ubuntu 18 ### Description Safety `--disable-telemetry` option does not appear to disable telemetry ### What I Did We can...

### Description I have safety as a dependency tracked by pyup on this repo: https://github.com/pzelnip/depwatch/pull/459 Today it opened a PR saying to upgrade safety to 2.0. 2.0 appears to be...

* safety version: 1.10.3 * Python version: 3.6.8 * Operating System: macOS/centos ### Description An HTML report with the finding will be very helpful

enhancement

cf #304 Use the 3-slim rolling tag instead of using a fixed python version.

If you attempt to run the command `safety check --output --json insecure_report.json` given in the README it fails due to `--output` expecting a filename where --json is then given and...

Fixes #341 This adds support for providing ignore as `--ignore=123,456` The previous format `--ignore=123 --ignore=456` is still supported for backward compatilibity, I guess you don't want to introduce a breaking...

Add CVE info to Sheet and JSON reports: ``` +==============================================================================+ | | | /$$$$$$ /$$ | | /$$__ $$ | $$ | | /$$$$$$$ /$$$$$$ | $$ \__//$$$$$$ /$$$$$$ /$$...

enhancement

This will add friendly error messages for the users of safety. This covers requests exceptions: ConnectionError, Timeout and generic RequestException, also there is a handling for Bad HTTP codes with...

enhancement

This will give the code blocks in README.md syntax highlighting for better readability.