We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b00104e + ce191e1 commit e393188Copy full SHA for e393188
java/ql/src/Security/CWE/CWE-522/InsecureLdapAuth.ql
@@ -2,12 +2,11 @@
2
* @name Insecure LDAP authentication
3
* @description LDAP authentication with credentials sent in cleartext makes sensitive information vulnerable to remote attackers
4
* @kind path-problem
5
- * @problem.severity warning
+ * @problem.severity error
6
* @security-severity 8.8
7
- * @precision medium
+ * @precision high
8
* @id java/insecure-ldap-auth
9
* @tags security
10
- * experimental
11
* external/cwe/cwe-522
12
* external/cwe/cwe-319
13
*/
0 commit comments