Skip to content

Commit b32a640

Browse files
bdrodesnicolaswill
andauthored
Update java/ql/lib/experimental/quantum/JCA.qll
Co-authored-by: Nicolas Will <nicolaswill@github.com>
1 parent 378eb18 commit b32a640

File tree

1 file changed

+1
-1
lines changed
  • java/ql/lib/experimental/quantum

1 file changed

+1
-1
lines changed

java/ql/lib/experimental/quantum/JCA.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module JCAModel {
108108
*/
109109
bindingset[name]
110110
predicate signature_names(string name) {
111-
name.toUpperCase().splitAt("with".toUpperCase(), 1).matches(["RSA%", "ECDSA%", "DSA%"])
111+
name.toUpperCase().splitAt("WITH", 1).matches(["RSA%", "ECDSA%", "DSA%"])
112112
or
113113
name.toUpperCase().matches(["RSASSA-PSS", "ED25519", "ED448", "EDDSA", "ML-DSA%", "HSS/LMS"])
114114
}

0 commit comments

Comments
 (0)