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 29f23ee commit 9efefa6Copy full SHA for 9efefa6
java/ql/test/query-tests/security/CWE-798/semmle/tests/HardcodedCouchBaseCredentials.java
@@ -57,7 +57,7 @@ public static void test() {
57
Cluster.connect(
58
"127.0.0.1",
59
clusterOptions(
60
- "Administrator", // $ HardcodedCredentialsApiCall
61
- "password")); // $ HardcodedCredentialsApiCall
+ "Administrator", // $ HardcodedCredentialsSourceCall $ HardcodedCredentialsApiCall
+ "password")); // $ HardcodedCredentialsSourceCall $ HardcodedCredentialsApiCall
62
}
63
0 commit comments