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

Releasing Safety 2.0b1 patch #372

Closed yeisonvargasf closed 2 years ago

yeisonvargasf commented 2 years ago

This pull request is for a beta, pre-release version of Safety 2.0. This version of Safety is not stable; it is only a beta, pre-release version. Compared to previous versions, Safety 2.0 will be a significant update that includes new features and refactors, resulting in breaking changes to some inputs and outputs. See the changelogs (CHANGELOG.md) and readme update for more detailed information.

The most notable high-level changes are:

codecov[bot] commented 2 years ago

Codecov Report

Merging #372 (956e4ac) into master (7d1448e) will increase coverage by 11.30%. The diff coverage is 80.01%.

@@             Coverage Diff             @@
##           master     #372       +/-   ##
===========================================
+ Coverage   69.51%   80.82%   +11.30%     
===========================================
  Files           8       14        +6     
  Lines         538     1356      +818     
===========================================
+ Hits          374     1096      +722     
- Misses        164      260       +96     
Impacted Files Coverage Δ
safety/formatters/text.py 69.09% <69.09%> (ø)
safety/output_utils.py 70.62% <70.62%> (ø)
safety/formatters/screen.py 72.54% <72.54%> (ø)
safety/cli.py 75.00% <73.39%> (+18.36%) :arrow_up:
safety/errors.py 78.33% <77.19%> (-21.67%) :arrow_down:
safety/formatters/bare.py 79.16% <79.16%> (ø)
safety/util.py 82.54% <83.50%> (+2.15%) :arrow_up:
safety/models.py 86.95% <86.95%> (ø)
safety/safety.py 91.12% <91.45%> (-2.06%) :arrow_down:
safety/formatters/json.py 96.96% <96.96%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d1448e...956e4ac. Read the comment docs.