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

Automatically highlight the line with finding, not the first line of the snippet #278

Closed
gfs opened this issue Sep 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@gfs
Copy link
Contributor

gfs commented Sep 2, 2020

For example, in the following the SerializeObject line is the found line, and should be highlighted. Highlighting the first line is confusing as it draws attention to the context rather than the actual finding.

image

@gfs gfs added the enhancement New feature or request label Sep 2, 2020
guyacosta pushed a commit that referenced this issue Sep 21, 2020
… was not functioning right due to clause misidentification. Improves code by reducing near redundant ScanResult structure to use MatchResult directly and avoid duplication. Adds back 3 test cases post OAT integration.
guyacosta added a commit that referenced this issue Sep 21, 2020
… was not functioning right due to clause misidentification. Improves code by reducing near redundant ScanResult structure to use MatchResult directly and avoid duplication. Adds back 3 test cases post OAT integration. (#292)
@guyacosta
Copy link
Contributor

Fixed finally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants