-
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 has per-line rolling (partial) hash support #2605
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cda8b9e
starting rolling hash implementation: added computeFirstMod and data …
suvamM b83c52e
starting rolling hash implementation: added computeFirstMod and data …
suvamM ed02fef
Merge branch 'users/suvam/rolling-hash' of /~https://github.com/microso…
suvamM ddb0a20
[wip] added hashing algorithm to file regions
suvamM 69ec96e
[wip] Fixes to the rolling hash computation
suvamM 8518dbe
[wip] fixes to the hashing algorithm.
suvamM 95b3a0b
[wip] Moving hash computation to HashUtilities
suvamM 96a4d57
Porting tests from CodeQL repo
suvamM b7c9fd3
Adding unit tests for rolling hash
suvamM b974cf9
Adding comments
suvamM 77b5297
[wip] added hashing algorithm to file regions
suvamM 822c0bb
[wip] Fixes to the rolling hash computation
suvamM b34980d
[wip] fixes to the hashing algorithm.
suvamM e52643a
[wip] Moving hash computation to HashUtilities
suvamM 9b31212
Porting tests from CodeQL repo
suvamM 095df5d
Adding unit tests for rolling hash
suvamM 6cd2eec
Adding comments
suvamM 983f8e5
Merge branch 'users/suvam/rolling-hash' of /~https://github.com/microso…
suvamM b1169f9
removing generics in file regions cache
suvamM b64c8c9
updating Release History
suvamM 060174b
Merge branch 'main' into users/suvam/rolling-hash
suvamM a674a0c
incorporating PR feedback
suvamM 573291a
format fixing Long
suvamM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this method really argues for an xml doc comment.