Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc38300

Browse files
committed
spelling: credentials
Signed-off-by: Josh Soref <[email protected]>
1 parent 3f74fa9 commit dc38300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/Security/CWE-798/HardcodedCredentials.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private string getACredentialRegex() {
116116
}
117117

118118
class HardcodedCredentialsConfiguration extends TaintTracking::Configuration {
119-
HardcodedCredentialsConfiguration() { this = "Hardcoded coredentials configuration" }
119+
HardcodedCredentialsConfiguration() { this = "Hardcoded credentials configuration" }
120120

121121
override predicate isSource(TaintTracking::Source source) {
122122
source instanceof HardcodedValueSource

0 commit comments

Comments
 (0)