Fix failing TrivyAnalysisTaskIntegrationTest#5231
Merged
nscuro merged 1 commit intoDependencyTrack:masterfrom Aug 25, 2025
Merged
Fix failing TrivyAnalysisTaskIntegrationTest#5231nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro merged 1 commit intoDependencyTrack:masterfrom
Conversation
CVE-2016-20013 is no longer reported because Ubuntu has changed its status to "ignored": https://ubuntu.com/security/CVE-2016-20013#status Signed-off-by: nscuro <[email protected]>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a failing integration test for the TrivyAnalysisTask by updating the expected CVE reference from CVE-2016-20013 to CVE-2025-4802, as the original CVE is no longer reported by Ubuntu's security database (marked as "ignored").
- Updates the CVE ID expectation in the test assertion
- Changes the title assertion from expecting blank to non-blank for the new CVE
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Member
Author
|
Remaining test failure is due to |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Fixes failing
TrivyAnalysisTaskIntegrationTest.Addressed Issue
N/A
Additional Details
CVE-2016-20013 is no longer reported because Ubuntu has changed its status to "ignored": https://ubuntu.com/security/CVE-2016-20013#status
Checklist
This PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have added corresponding update logicThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly