File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 18
18
# Experimental CodeQL cryptography
19
19
** /experimental /** /quantum / @ github/ps-codeql
20
20
/shared /quantum / @ github/ps-codeql
21
- ** /test /stubs /crypto / @ github/ps-codeql
22
21
23
22
# CodeQL tools and associated docs
24
23
/docs /codeql /codeql-cli / @ github/codeql-cli-reviewers
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class KnownOpenSSLHashConstantAlgorithmInstance extends OpenSSLAlgorithmInstance
35
35
this instanceof Literal and
36
36
exists ( DataFlow:: Node src , DataFlow:: Node sink |
37
37
// Sink is an argument to a CipherGetterCall
38
- sink = getterCall .( OpenSSLAlgorithmValueConsumer ) . getInputNode ( ) and
38
+ sink = getterCall .getInputNode ( ) and
39
39
// Source is `this`
40
40
src .asExpr ( ) = this and
41
41
// This traces to a getter
You can’t perform that action at this time.
0 commit comments