-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Rust: Weak encryption algorithm query. #18226
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
bdb2f3d
Rust: Add placeholder query and tests for 'cipher' module.
geoffw0 6c4e0a9
Rust: A few more test cases.
geoffw0 07e3421
Rust: Add shared ConceptsShared.qll, CryptoAlgorithms.qll and CryptoA…
geoffw0 eeeb142
Rust: Implement the query.
geoffw0 94dbad7
Rust: Model for cipher traits.
geoffw0 6eb850c
Rust: Improve the model.
geoffw0 dd0fa79
Rust: Add qhelp.
geoffw0 de042ea
Merge branch 'main' into badcrypto
geoffw0 4e418d3
Rust: Update for latest main, and autoformat.
geoffw0 129f21a
Rust: Make a predicate private.
geoffw0 f637b3b
Apply suggestions from code review
geoffw0 4b93325
Merge branch 'main' into badcrypto
geoffw0 ad75906
Apply suggestions from code review
geoffw0 591db05
Rust: Formatting.
geoffw0 d2cfcb4
Update rust/ql/lib/codeql/rust/internal/ConceptsShared.qll
geoffw0 1d72b75
Rust: data-flow -> data flow.
geoffw0 611d04e
Rust: Revert stylistic change in shared file.
geoffw0 44a0ad2
Update data-flow -> data flow in all versions of ConceptsShared.qll.
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
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
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.
Don't forget to change the sync'd copies as well.
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.
Are you happy that we do that? I didn't want to interfere with other languages unless there's some level of agreement.
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.
I'm happy with that, although if you like to leave things as-is, that's also fine with me.
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.
I've done the change.