Python: Update CORS query tags and change note

Makes it more clear that the query is experimental.
This commit is contained in:
Taus
2024-10-08 15:44:29 +00:00
parent fcf1b6d6f5
commit 92bca9c268
2 changed files with 2 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
### New Queries
* The `py/cors-misconfiguration-with-credentials` query, which finds insecure CORS middleware configurations.
* The experimental `py/cors-misconfiguration-with-credentials` query, which finds insecure CORS middleware configurations.

View File

@@ -8,6 +8,7 @@
* @precision high
* @id py/cors-misconfiguration-with-credentials
* @tags security
* experimental
* external/cwe/cwe-942
*/