-
Notifications
You must be signed in to change notification settings - Fork 575
feat: Add mapping of vulnerable libraries to components (Fixed #1657) #1658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Resync repository
chore: update pre-commit config
* fix: add special case for 3.7 ValueError
addresses intel#1639 re.search returns `None` on failure, updating to indicate the version is `UNKNOWN` when this occurs and generating a log message
Co-authored-by: GitHub <[email protected]>
Co-authored-by: Terri Oda <[email protected]>
* feat: add detailed flag * fix: add default value * fix: default output param * test: add detailed flag test Co-authored-by: Terri Oda <[email protected]>
Co-authored-by: b31ngd3v <[email protected]>
|
Created a conflict with the excel macro filter code/tests. I believe I've resolved it. |
|
I'm confused. it claims it's failing on a line you didn't change in console.py: Were we not calling that function at all in the tests or is something else going on? I'm going to update the branch and see if that helps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, a simple re-run didn't help. @anthonyharrison can you take a look and figure out what's going on here with the tests?
Codecov Report
@@ Coverage Diff @@
## main #1658 +/- ##
==========================================
- Coverage 81.18% 79.21% -1.97%
==========================================
Files 299 299
Lines 6286 6356 +70
Branches 1029 1044 +15
==========================================
- Hits 5103 5035 -68
- Misses 976 1103 +127
- Partials 207 218 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.