Skip to content

Commit 92bca9c

Browse files
committed
Python: Update CORS query tags and change note
Makes it more clear that the query is experimental.
1 parent fcf1b6d commit 92bca9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/ql/src/change-notes/released/1.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### New Queries
44

5-
* The `py/cors-misconfiguration-with-credentials` query, which finds insecure CORS middleware configurations.
5+
* The experimental `py/cors-misconfiguration-with-credentials` query, which finds insecure CORS middleware configurations.

python/ql/src/experimental/Security/CWE-942/CorsMisconfigurationMiddleware.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @precision high
99
* @id py/cors-misconfiguration-with-credentials
1010
* @tags security
11+
* experimental
1112
* external/cwe/cwe-942
1213
*/
1314

0 commit comments

Comments
 (0)