Skip to content
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

FxCop converter produces logicalLocation.index but not run.logicalLocations #1571

Closed
ghost opened this issue Jul 11, 2019 · 0 comments
Closed

Comments

@ghost
Copy link

ghost commented Jul 11, 2019

@harleenkohli discovered an FxCop SARIF file where theResult.locations[0].logicalLocations[0].index was populated, but theRun.logicalLocations was absent. This is invalid by §3.33.3:

If thisObject is an element of theRun.logicalLocations, then index MAY be present. ...

Otherwise, if theRun.logicalLocations is absent, or if it does not contain a cached object for thisObject, then index SHALL NOT be present.

@ghost ghost added the bug label Jul 11, 2019
@ghost ghost self-assigned this Jul 11, 2019
ghost pushed a commit that referenced this issue Jul 11, 2019
@ghost ghost closed this as completed in 4ac33df Aug 9, 2019
@ghost ghost added the resolved-fixed label Aug 9, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant