Skip to content

Commit ce191e1

Browse files
committed
Fix InsecureLdapAuth tags
1 parent b00104e commit ce191e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

java/ql/src/Security/CWE/CWE-522/InsecureLdapAuth.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
* @name Insecure LDAP authentication
33
* @description LDAP authentication with credentials sent in cleartext makes sensitive information vulnerable to remote attackers
44
* @kind path-problem
5-
* @problem.severity warning
5+
* @problem.severity error
66
* @security-severity 8.8
7-
* @precision medium
7+
* @precision high
88
* @id java/insecure-ldap-auth
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-522
1211
* external/cwe/cwe-319
1312
*/

0 commit comments

Comments
 (0)