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 1818# Experimental CodeQL cryptography
1919** /experimental /** /quantum / @ github/ps-codeql
2020/shared /quantum / @ github/ps-codeql
21- ** /test /stubs /crypto / @ github/ps-codeql
2221
2322# CodeQL tools and associated docs
2423/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
3535 this instanceof Literal and
3636 exists ( DataFlow:: Node src , DataFlow:: Node sink |
3737 // Sink is an argument to a CipherGetterCall
38- sink = getterCall .( OpenSSLAlgorithmValueConsumer ) . getInputNode ( ) and
38+ sink = getterCall .getInputNode ( ) and
3939 // Source is `this`
4040 src .asExpr ( ) = this and
4141 // This traces to a getter
You can’t perform that action at this time.
0 commit comments