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 c40ec72 commit e27d62bCopy full SHA for e27d62b
java/ql/lib/semmle/code/java/security/HardcodedCredentialsApiCallQuery.qll
@@ -7,7 +7,7 @@ import semmle.code.java.dataflow.DataFlow
7
import HardcodedCredentials
8
9
/**
10
- * Tracks flow from a hard-coded credential in a call to a sensitive Java API which may compromise security.
+ * A data-flow configuration that tracks flow from a hard-coded credential in a call to a sensitive Java API which may compromise security.
11
*/
12
class HardcodedCredentialApiCallConfiguration extends DataFlow::Configuration {
13
HardcodedCredentialApiCallConfiguration() { this = "HardcodedCredentialApiCallConfiguration" }
0 commit comments