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
file://
Describe the bug When a @kind path-problem query has a path node whose SARIF "location" is file:/, then the SARIF "message" is ignored, and a completely empty entry is displayed:
@kind path-problem
"location"
file:/
"message"
Example SARIF: interpretedResults.sarif.zip
Version Latest
Expected behavior Render the line with the provided "message", but without a location link.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a
@kind path-problemquery has a path node whose SARIF"location"isfile:/, then the SARIF"message"is ignored, and a completely empty entry is displayed:Example SARIF: interpretedResults.sarif.zip
Version
Latest
Expected behavior
Render the line with the provided
"message", but without a location link.The text was updated successfully, but these errors were encountered: