There was an error while loading. Please reload this page.
1 parent 1f931d6 commit 907bb9bCopy full SHA for 907bb9b
1 file changed
ql/src/queries/security/cwe-798/HardcodedCredentials.ql
@@ -88,6 +88,7 @@ private predicate maybeCredentialName(string name) {
88
not name.suffix(name.length() - 4) = "file"
89
}
90
91
+// A parameter that may represent a credential value
92
private DataFlow::LocalSourceNode credentialParameter(TypeTracker t) {
93
t.start() and
94
exists(Method m, NamedParameter p, int idx |
0 commit comments