-
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
including test for Finding in xml parser #11464
Conversation
DryRun Security SummaryThe code change involves adding a Expand for full summarySummary: The code change in the provided patch appears to be a minor addition to the Files Changed:
Code AnalysisWe ran |
@LeoOMaia Please write some explanation in the PR opening comment so project maintainers have some context about the change. |
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.
Approved
We are facing difficulties saving a finding to later perform the disambiguation of findings into problems, which will summarize a group of findings into a single problem. There are already several parsers from other tools that pass the variable test as a parameter to the Finding class. I believe there should be no issues with doing something like this.
More information here #11432