Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f74fa9 commit dc38300Copy full SHA for dc38300
1 file changed
python/ql/src/Security/CWE-798/HardcodedCredentials.ql
@@ -116,7 +116,7 @@ private string getACredentialRegex() {
116
}
117
118
class HardcodedCredentialsConfiguration extends TaintTracking::Configuration {
119
- HardcodedCredentialsConfiguration() { this = "Hardcoded coredentials configuration" }
+ HardcodedCredentialsConfiguration() { this = "Hardcoded credentials configuration" }
120
121
override predicate isSource(TaintTracking::Source source) {
122
source instanceof HardcodedValueSource
0 commit comments