Skip to content

Commit 23b6c78

Browse files
committed
Crypto: Revert CODEOWNERS change and remove redundant cast.
1 parent 5a82246 commit 23b6c78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/KeyAgreementAlgorithmInstance.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)