Skip to content

Commit 958c6ff

Browse files
committed
Remove credential-other
1 parent ee6cb96 commit 958c6ff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ module KindValidation<KindValidationConfigSig Config> {
3030
"js-injection", "ldap-injection", "log-injection", "path-injection", "request-forgery",
3131
"sql-injection", "url-redirection",
3232
// Java-only currently, but may be shared in the future
33-
"bean-validation", "credential-other", "credential-password", "credential-username",
34-
"crypto-parameter", "fragment-injection", "groovy-injection", "hostname-verification",
35-
"information-leak", "intent-redirection", "jexl-injection", "jndi-injection",
36-
"mvel-injection", "ognl-injection", "pending-intents", "response-splitting",
37-
"trust-boundary-violation", "template-injection", "xpath-injection", "xslt-injection",
33+
"bean-validation", "credential-password", "credential-username", "crypto-parameter",
34+
"fragment-injection", "groovy-injection", "hostname-verification", "information-leak",
35+
"intent-redirection", "jexl-injection", "jndi-injection", "mvel-injection",
36+
"ognl-injection", "pending-intents", "response-splitting", "trust-boundary-violation",
37+
"template-injection", "xpath-injection", "xslt-injection",
3838
// JavaScript-only currently, but may be shared in the future
3939
"mongodb.sink", "nosql-injection", "unsafe-deserialization",
4040
// Swift-only currently, but may be shared in the future

0 commit comments

Comments
 (0)