Skip to content

Commit 6c68be5

Browse files
feggeaibaars
andauthored
Update java/ql/lib/experimental/quantum/BouncyCastle/OperationInstances.qll
Co-authored-by: Arthur Baars <[email protected]>
1 parent 6a691ea commit 6c68be5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/lib/experimental/quantum/BouncyCastle/OperationInstances.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ module Params {
1717

1818
class Curve extends Class {
1919
Curve() {
20-
this.getPackage().getName() = "org.bouncycastle.math.ec" and
21-
this.getName().matches("ECCurve")
20+
this.hasQualifiedName("org.bouncycastle.math.ec", "ECCurve")
2221
}
2322
}
2423

0 commit comments

Comments
 (0)