Remove credential-other

This commit is contained in:
Ed Minnix
2023-08-22 11:34:40 -04:00
parent ee6cb96d07
commit 958c6ff289

View File

@@ -30,11 +30,11 @@ module KindValidation<KindValidationConfigSig Config> {
"js-injection", "ldap-injection", "log-injection", "path-injection", "request-forgery",
"sql-injection", "url-redirection",
// Java-only currently, but may be shared in the future
"bean-validation", "credential-other", "credential-password", "credential-username",
"crypto-parameter", "fragment-injection", "groovy-injection", "hostname-verification",
"information-leak", "intent-redirection", "jexl-injection", "jndi-injection",
"mvel-injection", "ognl-injection", "pending-intents", "response-splitting",
"trust-boundary-violation", "template-injection", "xpath-injection", "xslt-injection",
"bean-validation", "credential-password", "credential-username", "crypto-parameter",
"fragment-injection", "groovy-injection", "hostname-verification", "information-leak",
"intent-redirection", "jexl-injection", "jndi-injection", "mvel-injection",
"ognl-injection", "pending-intents", "response-splitting", "trust-boundary-violation",
"template-injection", "xpath-injection", "xslt-injection",
// JavaScript-only currently, but may be shared in the future
"mongodb.sink", "nosql-injection", "unsafe-deserialization",
// Swift-only currently, but may be shared in the future