Add broken crypto query

This commit is contained in:
Kristen Newbury
2025-02-05 17:24:25 -05:00
parent 86e51dad8a
commit efcf7eab0c
2 changed files with 78 additions and 1 deletions

View File

@@ -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()}
}