-
Notifications
You must be signed in to change notification settings - Fork 94
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
[SARIF Multitool] match-results-forward command generates invalid SARIF when results contain SubRuleId #2486
Comments
@marmegh this is one of the issues that I saw when running the E2E pipeline. |
@marmegh @EasyRhinoMSFT these issues filed by Eddy are important for working scenarios and it would be good to make them a priority. do we have a result matching expert blessed? this area is going to get some attention moving forward, for sure. |
@yongyan-gh, this is one of the issues discussed today. |
The issue of invalid Sarif produced by E.g. if there are 2 results' Have a fix in #2505 pls review |
How to simulate:
Use the attached example.zip and execute the command:
sarif match-results-forward .\original.sarif --previous .\previous.sarif -o baselined.sarif --force
Current behavior:
The rules are duplicated after executing the command, generating an invalid SARIF.
Expected behavior:
After executing the command, the SARIF must have the baselined data and be a valid SARIF.
The text was updated successfully, but these errors were encountered: