-
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
black-duck: Properly de-duplicate vulnerability references #9851
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fviernau
force-pushed
the
black-duck-fix-references-dedup
branch
from
January 28, 2025 10:43
0936bc2
to
7287db0
Compare
fviernau
force-pushed
the
black-duck-fix-references-dedup
branch
from
January 28, 2025 10:48
7287db0
to
74568b0
Compare
plugins/advisors/black-duck/src/test/kotlin/BlackDuckTest.kt
Dismissed
Show dismissed
Hide dismissed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9851 +/- ##
=========================================
Coverage 68.12% 68.12%
Complexity 1293 1293
=========================================
Files 250 250
Lines 8843 8843
Branches 918 918
=========================================
Hits 6024 6024
Misses 2432 2432
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. |
fviernau
force-pushed
the
black-duck-fix-references-dedup
branch
from
January 28, 2025 15:38
74568b0
to
1ed7010
Compare
sschuberth
reviewed
Jan 28, 2025
plugins/advisors/black-duck/src/test/assets/BDSA-2024-5272.json
Outdated
Show resolved
Hide resolved
fviernau
force-pushed
the
black-duck-fix-references-dedup
branch
from
January 28, 2025 16:50
1ed7010
to
c378bc0
Compare
sschuberth
reviewed
Jan 28, 2025
fviernau
force-pushed
the
black-duck-fix-references-dedup
branch
from
January 28, 2025 16:55
c378bc0
to
41e5f48
Compare
sschuberth
approved these changes
Jan 28, 2025
Signed-off-by: Frank Viernau <[email protected]>
Signed-off-by: Frank Viernau <[email protected]>
fviernau
force-pushed
the
black-duck-fix-references-dedup
branch
from
January 28, 2025 18:19
41e5f48
to
54dcf66
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See individual commits.
Part of: #8739.