-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
updated anchore engine parser for upto date output format #11805
base: bugfix
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe pull request modifies the Anchore Engine parser and documentation while introducing various security concerns including information exposure risks, input validation weaknesses, file handling vulnerabilities, severity mapping issues, and critical vulnerabilities in test data. Expand for full summaryThe pull request updates the Anchore Engine parser and related documentation, modifying JSON structure, vulnerability parsing, and test cases across multiple files. Security findings include:
Code AnalysisWe ran |
I think I am going astray. Does changing the parser and data input require some database config changes as well? |
@pUrGe12 There was an fix added to 2.43.2 that was released yesterday that should fix the tests that are failing for you. |
That didn't work. Should I rebase onto master, cause now I did onto bugfix? Also, is there a way to run the docker tests locally? |
@pUrGe12 it looks like the failing tests are related to the anchore changes made in this PR |
Can you let me know why that's happening? |
Description
According to the discussion at #11552 I have updated the anchore engine parser for the relevant output format.
Test results
Have tested it locally using the provided file in #11552. I didn't have more files so haven't tried others.
Documentation
Have updated the docs to include the relevant information
Checklist
This checklist is for your information.
dev
.dev
.bugfix
branch.