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.0b2 patch #377

Closed yeisonvargasf closed 2 years ago

yeisonvargasf commented 2 years ago

This new patch adds a new JSON structure, two new policy commands, and common fixes following the user feedback.

codecov[bot] commented 2 years ago

Codecov Report

Merging #377 (9f87957) into master (383a967) will increase coverage by 4.88%. The diff coverage is 82.80%.

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
+ Coverage   80.82%   85.71%   +4.88%     
==========================================
  Files          14       14              
  Lines        1356     1533     +177     
==========================================
+ Hits         1096     1314     +218     
+ Misses        260      219      -41     
Impacted Files Coverage Δ
safety/constants.py 100.00% <ø> (ø)
safety/formatters/text.py 68.42% <64.28%> (-0.67%) :arrow_down:
safety/util.py 80.55% <71.01%> (-1.99%) :arrow_down:
safety/formatters/json.py 92.30% <83.33%> (-4.67%) :arrow_down:
safety/formatters/screen.py 88.46% <84.61%> (+15.91%) :arrow_up:
safety/output_utils.py 87.05% <85.14%> (+16.42%) :arrow_up:
safety/safety.py 90.18% <86.66%> (-0.94%) :arrow_down:
safety/cli.py 86.18% <91.66%> (+11.18%) :arrow_up:
safety/formatters/bare.py 79.16% <100.00%> (ø)
safety/models.py 89.28% <100.00%> (+2.32%) :arrow_up:
... 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 383a967...9f87957. Read the comment docs.