mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
620 B
620 B
0.0.10
New Queries
- The query "LDAP query built from user-controlled sources" (
py/ldap-injection) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally submitted as an experimental query by @jorgectf. - The query "Log Injection" (
py/log-injection) has been promoted from experimental to the main query pack. Its results will now appear whensecurity-extendedis used. This query was originally submitted as an experimental query by @haby0.