Skip to content

Commit ad62989

Browse files
committed
id stuff
1 parent ed2c778 commit ad62989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* C#: Added `ccs/web/cors-misconfiguration` queries which looks for CORS misconfigurations with and without credentials.
4+
* C#: Added `cs/web/cors-misconfiguration` queries which looks for CORS misconfigurations with and without credentials.

csharp/ql/src/experimental/CWE-942/CorsMisconfiguration.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @problem.severity error
77
* @security-severity 7.5
88
* @precision high
9-
* @id cs/web/cors-misconfiguration-credentials
9+
* @id cs/web/cors-misconfiguration
1010
* @tags security
1111
* external/cwe/cwe-942
1212
*/

0 commit comments

Comments
 (0)