cve-bin-tool icon indicating copy to clipboard operation
cve-bin-tool copied to clipboard

feat: added PURL generation to rust parser

Open inosmeet opened this issue 1 year ago • 3 comments

Related: #3771.

inosmeet avatar Feb 25 '24 04:02 inosmeet

Codecov Report

Attention: Patch coverage is 29.41176% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 80.68%. Comparing base (d6cbe40) to head (04ac9db). Report is 114 commits behind head on main.

Files Patch % Lines
cve_bin_tool/parsers/rust.py 29.41% 11 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3859      +/-   ##
==========================================
+ Coverage   75.41%   80.68%   +5.26%     
==========================================
  Files         808      820      +12     
  Lines       11983    12419     +436     
  Branches     1598     1683      +85     
==========================================
+ Hits         9037    10020     +983     
+ Misses       2593     1969     -624     
- Partials      353      430      +77     
Flag Coverage Δ
longtests 75.67% <29.41%> (+0.25%) :arrow_up:
win-longtests 78.73% <29.41%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Feb 25 '24 05:02 codecov-commenter

This one's based on purl-go branch, I'll rebase when the other one is merged.

inosmeet avatar Feb 25 '24 07:02 inosmeet

My code for the java and python PURL generation is ready. I'll give a PR after this is merged. Next I think I'll be working on ruby, swift and perl @terriko

joydeep049 avatar Feb 27 '24 12:02 joydeep049

Re-running the failing windows test. I'm not actually sure how this could possibly have caused the failure it's having.

terriko avatar Mar 21 '24 19:03 terriko

Seems it was due to bad cache.

inosmeet avatar Mar 22 '24 08:03 inosmeet