-
Notifications
You must be signed in to change notification settings - Fork 317
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
advisor:black-duck: Test enhancements #9848
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9848 +/- ##
=========================================
Coverage 68.12% 68.12%
Complexity 1292 1292
=========================================
Files 250 250
Lines 8840 8840
Branches 917 917
=========================================
Hits 6022 6022
Misses 2431 2431
Partials 387 387
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4efa093
to
fa21206
Compare
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.
Some remarks about faulty data; fixing these can be addressed in a follow-up commit or -PR. But I wanted to make you aware of these as I don't know what your plans are going forward.
\ valid certificate." | ||
references: | ||
- url: "https://BLACK_DUCK_SERVER_HOST/api/vulnerabilities/CVE-2015-3996" | ||
scoring_system: "(AV:N" |
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.
This looks wrong, BTW: I'd expect the scoring system to be CVSS 2 here.
scoring_system: "(AV:N" | ||
severity: "MEDIUM" | ||
score: 4.3 | ||
vector: "(AV:N/AC:M/Au:N/C:N/I:P/A:N)" |
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.
Also here, the parentheses look wrong. I propose to strip them, and probably add an "artificial" CVSS:2:
or CVSS:2.0:
prefix for consistency, even though CVSS 2 itself does not use a vector prefix.
Good catch! Can we merge this PR, and I will make a follow-up PR with the fixes? edit: I changed my mind. I will make a PR which fixes is and rebase this one on top later on. |
here it is @sschuberth : #9855 |
fa21206
to
9fad303
Compare
9fad303
to
7b531a7
Compare
The comment intended to list only ecosystem which do work out of the box, but are not covered by the test, see [1]. [1]: #9638 (comment) Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
While at it, re-record the responses from scratch, to re-align with what the knowledge base now returns. Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
7b531a7
to
6dad9b2
Compare
See individual commits.
Part of: #8739.