Skip to content

Commit db7b3bc

Browse files
committed
Remove experimental tag from non-ATM queries
1 parent 3bc6247 commit db7b3bc

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

python/ql/src/experimental/Security/CWE-090/LDAPInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @kind path-problem
66
* @problem.severity error
77
* @id py/ldap-injection
8-
* @tags experimental
9-
* security
8+
* @tags security
109
* external/cwe/cwe-090
1110
*/
1211

python/ql/src/experimental/Security/CWE-287/ImproperLdapAuth.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* @kind problem
55
* @problem.severity warning
66
* @id py/improper-ldap-auth
7-
* @tags experimental
8-
* security
7+
* @tags security
98
* external/cwe/cwe-287
109
*/
1110

python/ql/src/experimental/Security/CWE-522/LDAPInsecureAuth.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* @kind path-problem
55
* @problem.severity error
66
* @id py/insecure-ldap-auth
7-
* @tags experimental
8-
* security
7+
* @tags security
98
* external/cwe/cwe-522
109
* external/cwe/cwe-523
1110
*/

python/ql/src/experimental/Security/CWE-943/NoSQLInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @kind path-problem
66
* @problem.severity error
77
* @id py/nosql-injection
8-
* @tags experimental
9-
* security
8+
* @tags security
109
* external/cwe/cwe-943
1110
*/
1211

0 commit comments

Comments
 (0)