mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Apply docs review suggestions
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
committed by
Ed Minnix
parent
0eaf222b54
commit
43d79dc5b8
@@ -33,7 +33,7 @@
|
||||
|
||||
<p>
|
||||
In the following (good) example, a <code>ldap://</code> URL is used, but
|
||||
SASL authentication is enabled.
|
||||
SASL authentication is enabled so that the credentials will be encrypted.
|
||||
</p>
|
||||
<sample src="LdapEnableSasl.java"/>
|
||||
</example>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* The query `java/insecure-ldap-auth` has been promoted from experimental to the main query pack. This query was originally [submitted as an experimental query by @luchua-bc](https://github.com/github/codeql/pull/4854)
|
||||
* The query `java/insecure-ldap-auth` has been promoted from experimental to the main query pack. This query detects transmission of cleartext credentials in LDAP authentication. Insecure LDAP authentication causes sensitive information to be vulnerable to remote attackers. This query was originally [submitted as an experimental query by @luchua-bc](https://github.com/github/codeql/pull/4854)
|
||||
Reference in New Issue
Block a user