-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Quantum: Initial support for C# #19905
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
fegge
wants to merge
40
commits into
github:main
Choose a base branch
from
trailofbits:tob/quantum-csharp
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.
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9decd51
Initial quantum support for C#
fegge 66eee73
Fixed issues in C# Language.qll
fegge 69e6308
Added C# query to generate CBOM graph
fegge 07a3032
quantum-c#: initial support for ECDSA and RSA signatures
fcasal 36213c5
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal d690a34
quantum-c#: make type precise
fcasal 9970e58
quantum-c#: add HashAlgorithms
fcasal 1762959
quantum-c#: Add HashAlgorithmInstance
fcasal 01b98fc
quantum-c#: Add generic dataflow module
fcasal 3913f44
quanntum-c#: refactor class names
fcasal b1bbd97
Added initial support for C# block ciphers
fegge 791c260
quantum-c#: Add HashAlgorithmInstance
fcasal 2642e32
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal 6d0024d
quantum-c#: refactoring
fcasal c7caf97
Extended CryptoStreamKeyOperationInstance
fegge a3e93ce
quantum-c#: add hash operation instance
fcasal e0430a7
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal 9238b12
Added support for the system CSPRNG
fegge 46c037c
Added unit tests for C# block cipher modes
fegge a7c5f7a
refactoring
fcasal 50c98f6
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal 3e70e8e
Updated Stream related data flow
fegge e488a74
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal f3c436a
quantum-c#: Use stream flows for the HashOperationInstance
fcasal 45ae4d1
Added support for AesGcm and AesCcm
fegge e643cc4
Updated test suite with AesGcm and AesCcm tests
fegge 5fc267a
Added support for ChaCha20Poly1305
fegge e344505
quantum-c#: refactor AVCs for hashes and signatures.
fcasal 601d5d1
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal 298d226
Added support for bare symmetric algorithms
fegge 2d4af33
quantum-c#: add tests for signatures
fcasal 7c72a65
Add RSAPKCS1Signature formatters
fcasal 7d7b8b2
Merge branch 'tob/quantum-csharp' of github.com:trailofbits/codeql in…
fcasal 39581e2
quantum-c#: add support for RSAPKC1Signature formatters
fcasal 6763f18
quantum-c#: Add hash tests
fcasal b417436
quantum-c#: Add support for HMACs
fcasal e0193f8
Fixed spelling
fegge 0fc2427
Fixed missing symmetric algorithm type
fegge a452350
Added CBOM graph-based unit tests for .NET
fegge 81f06d9
Fixed QL for QL code scanning results for .NET
fegge 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
quantum-c#: add HashAlgorithms
- Loading branch information
commit 9970e586b247b477df24e6fdc04a903bc0ff5edd
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
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.
Check warning
Code scanning / CodeQL
Acronyms should be PascalCase/camelCase. Warning