Skip to content

Commit 3c1a19c

Browse files
authored
Merge pull request #17700 from github/tausbn/update-cors-query-change-note-and-tags
Python: Update CORS query tags and change note
2 parents 98f5258 + 92bca9c commit 3c1a19c

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)