Skip to content

Commit e393188

Browse files
authored
Merge pull request github#12693 from atorralba/atorralba/java/insecure-ldap-auth-tag
Java: Fix InsecureLdapAuth tags
2 parents b00104e + ce191e1 commit e393188

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)