Polish query file

This commit is contained in:
jorgectf
2021-04-09 00:49:30 +02:00
parent 63bd32359a
commit 20fc5db49e

View File

@@ -1,9 +1,9 @@
/**
* @name Python LDAP Improper Authentication
* @description Check if a user-controlled query carries no authentication
* @name Improper LDAP Authentication
* @description A user-controlled query carries no authentication
* @kind path-problem
* @problem.severity warning
* @id python/ldap-improper-authentication
* @id py/improper-ldap-auth
* @tags experimental
* security
* external/cwe/cwe-287