Merge pull request #12693 from atorralba/atorralba/java/insecure-ldap-auth-tag

Java: Fix InsecureLdapAuth tags
This commit is contained in:
Edward Minnix III
2023-03-28 14:56:56 -04:00
committed by GitHub

View File

@@ -2,12 +2,11 @@
* @name Insecure LDAP authentication
* @description LDAP authentication with credentials sent in cleartext makes sensitive information vulnerable to remote attackers
* @kind path-problem
* @problem.severity warning
* @problem.severity error
* @security-severity 8.8
* @precision medium
* @precision high
* @id java/insecure-ldap-auth
* @tags security
* experimental
* external/cwe/cwe-522
* external/cwe/cwe-319
*/