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

Provide CVSS information when available. #324

Closed nicholasks closed 3 years ago

nicholasks commented 3 years ago

This will allow Safety-CLI users to have access when CVSS information is available on meta.

And only visible when using --full-report. Here some example (not a real vuln):

Screenshot from 2020-11-22 19-42-17

codecov[bot] commented 3 years ago

Codecov Report

Merging #324 (23b234f) into master (b289752) will decrease coverage by 2.07%. The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
- Coverage   71.59%   69.51%   -2.08%     
==========================================
  Files           8        8              
  Lines         514      538      +24     
==========================================
+ Hits          368      374       +6     
- Misses        146      164      +18     
Impacted Files Coverage Δ
safety/formatter.py 50.87% <10.00%> (-5.42%) :arrow_down:
safety/safety.py 93.18% <100.00%> (+0.21%) :arrow_up:

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 b289752...23b234f. Read the comment docs.

nicholasks commented 3 years ago

LGTM

@nicholasks can you update this from master branch, add documentation and HISTORY changes?

@rafaelpivato done!