-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rust: new query rust/hardcoded-crytographic-value #18943
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
Open
geoffw0
wants to merge
30
commits into
github:main
Choose a base branch
from
geoffw0:constcrypto
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+728
−4
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9a35feb
Rust: Query framework and basic tests.
geoffw0 bd75f01
Rust: More test cases.
geoffw0 9fb00da
Rust: Implement the query (with one source, one sink model).
geoffw0 a6e106e
Rust: Model more sinks + flows.
geoffw0 aacbfc0
Rust: Improve alert messages.
geoffw0 055baf2
Rust: Improve results on arrays (less duplication).
geoffw0 ac94ac6
Rust: Model even more sinks + flows.
geoffw0 b4a6063
Rust: Add std::mem::zeroed as a source.
geoffw0 95be12e
Rust: Add qhelp and examples.
geoffw0 e564c41
Rust: Compute security-severity tag.
geoffw0 952e417
Rust: Tweak some wording.
geoffw0 9af2d02
Rust: Add the new sinks to stats.
geoffw0 42e7d1e
Rust: Fix typo.
geoffw0 b6c9be2
Merge branch 'main' into constcrypto
geoffw0 19416a9
Rust: Correct test results.
geoffw0 c63c1be
Rust: Accept integration test .expected changes.
geoffw0 3dc35f1
Rust: Accept more test changes.
geoffw0 fdb4362
Merge remote-tracking branch 'upstream/main' into constcrypto
geoffw0 b4e710f
Rust: Add missing models (for some platforms???).
geoffw0 e84a98b
Apply suggestions from code review
geoffw0 a34f9be
Rust: Add a test case for getrandom.
geoffw0 9e54d53
Rust: Add barrier.
geoffw0 1ca5c59
Rust: Replace imports of internal.DataFlowImpl where possible.
geoffw0 e3beacb
Rust: Print models (temporary, to see how this differs on CI).
geoffw0 a0f4fa2
Rust: hardcoded -> hard-coded.
geoffw0 704b385
Rust: Fix a mistake in the test.
geoffw0 81edb47
Merge branch 'main' into constcrypto
geoffw0 f5daec9
Rust: Fix after merge.
geoffw0 07011f7
Rust: Fix more after merge.
geoffw0 898c569
Rust: Change note.
geoffw0 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
Merge branch 'main' into constcrypto
- Loading branch information
commit 81edb4780d0ee824247111138bcb96eb33b0a31f
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
Some merge conflict resolution gone wrong?
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.
Yep, I'll fix it when I get back to working on this query.