diff options
author | matteo-mara-sonarsource <98599122+matteo-mara-sonarsource@users.noreply.github.com> | 2022-03-11 15:47:06 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-14 20:03:08 +0000 |
commit | 7cf0555048f5e6f0de661b9dc697240256e2df95 (patch) | |
tree | db39366c7e32a0a93775fcb0a4ef2baf27ffd333 /server/sonar-server-common | |
parent | 8cd4fa6a4b47cb55d87d8647a9651daf153cb53a (diff) | |
download | sonarqube-7cf0555048f5e6f0de661b9dc697240256e2df95.tar.gz sonarqube-7cf0555048f5e6f0de661b9dc697240256e2df95.zip |
SONAR-16127 Update Authentication security category
Diffstat (limited to 'server/sonar-server-common')
-rw-r--r-- | server/sonar-server-common/src/main/java/org/sonar/server/security/SecurityStandards.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-server-common/src/main/java/org/sonar/server/security/SecurityStandards.java b/server/sonar-server-common/src/main/java/org/sonar/server/security/SecurityStandards.java index d7c0695aa30..669a30a76c3 100644 --- a/server/sonar-server-common/src/main/java/org/sonar/server/security/SecurityStandards.java +++ b/server/sonar-server-common/src/main/java/org/sonar/server/security/SecurityStandards.java @@ -176,7 +176,7 @@ public final class SecurityStandards { .put(SQCategory.XXE, Set.of("611", "827")) .put(SQCategory.OBJECT_INJECTION, Set.of("134", "470", "502")) .put(SQCategory.WEAK_CRYPTOGRAPHY, Set.of("295", "297", "321", "322", "323", "324", "325", "326", "327", "328", "330", "780")) - .put(SQCategory.AUTH, Set.of("798", "640", "620", "549", "522", "521", "263", "262", "261", "259", "284", "308", "732")) + .put(SQCategory.AUTH, Set.of("798", "640", "620", "549", "522", "521", "263", "262", "261", "259", "308")) .put(SQCategory.INSECURE_CONF, Set.of("102", "215", "346", "614", "489", "942")) .put(SQCategory.FILE_MANIPULATION, Set.of("97", "73")) .put(SQCategory.ENCRYPTION_OF_SENSITIVE_DATA, Set.of("311", "315", "319")) |