Files
codeql/python/ql/src/change-notes/released/0.0.10.md
2022-02-24 14:57:08 +00:00

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 when security-extended is used. This query was originally submitted as an experimental query by @haby0.