mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Crypto: Add support to trace keys, add support to find prior key gen properties that configure downstream operations. Add key size tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
| openssl_pkey.c:55:9:55:23 | KeyGeneration | openssl_pkey.c:54:47:54:50 | Constant | openssl_pkey.c:54:47:54:50 | 2048 |
|
||||
| openssl_signature.c:548:9:548:23 | KeyGeneration | openssl_signature.c:547:51:547:54 | Constant | openssl_signature.c:547:51:547:54 | 2048 |
|
||||
| openssl_signature.c:578:9:578:23 | KeyGeneration | openssl_signature.c:569:55:569:58 | Constant | openssl_signature.c:569:55:569:58 | 2048 |
|
||||
@@ -0,0 +1,6 @@
|
||||
import cpp
|
||||
import experimental.quantum.Language
|
||||
|
||||
from Crypto::KeyCreationOperationNode n, Crypto::NodeBase src
|
||||
where n.getAKeySizeSource() = src
|
||||
select n, src, src.asElement()
|
||||
Reference in New Issue
Block a user