Rename sink kind to "credentials-username" to match naming convention

This commit is contained in:
Ed Minnix
2023-09-03 21:44:40 -04:00
parent 0612b3795a
commit a85df81b67
29 changed files with 84 additions and 84 deletions

View File

@@ -30,7 +30,7 @@ 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-password", "credential-username", "crypto-parameter",
"bean-validation", "credential-password", "credentials-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",