mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Add broken crypto query
This commit is contained in:
@@ -126,7 +126,7 @@ abstract class CipherAlgorithmMode extends Crypto::NodeBase {
|
||||
result = alg and name = alg.toString()
|
||||
}
|
||||
|
||||
override string getAlgorithmName(){ result = this.getAlgorithmName()}
|
||||
override string getAlgorithmName(){ result = alg.getValue()}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user