We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08533b commit 850c1ecCopy full SHA for 850c1ec
java/ql/lib/experimental/quantum/JCA.qll
@@ -1223,7 +1223,7 @@ module JCAModel {
1223
class Pbkdf2WithHmac_KeyOperationAlgorithmStringLiteral extends Crypto::KeyOperationAlgorithmInstance instanceof KdfAlgorithmStringLiteral
1224
{
1225
Pbkdf2WithHmac_KeyOperationAlgorithmStringLiteral() {
1226
- this.(StringLiteral).getValue().toUpperCase().matches(["PBKDF2WithHmac%"].toUpperCase())
+ this.(StringLiteral).getValue().toUpperCase().matches("PBKDF2WithHmac%".toUpperCase())
1227
}
1228
1229
override Crypto::KeyOpAlg::AlgorithmType getAlgorithmType() {
0 commit comments