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 a7ebe4a commit e956d04Copy full SHA for e956d04
cpp/ql/lib/experimental/quantum/OpenSSL/LibraryDetector.qll
@@ -1,10 +1,7 @@
1
import cpp
2
3
predicate isPossibleOpenSSLFunction(Function f) {
4
- isPossibleOpenSSLLocation(f.getADeclarationLocation())
5
- }
6
-
7
-predicate isPossibleOpenSSLLocation(Location l){
8
- l.toString().toLowerCase().matches("%openssl%")
+ isPossibleOpenSSLLocation(f.getADeclarationLocation())
9
}
10
+
+predicate isPossibleOpenSSLLocation(Location l) { l.toString().toLowerCase().matches("%openssl%") }
0 commit comments