We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2c778 commit ad62989Copy full SHA for ad62989
csharp/ql/src/change-notes/2024-11-26-cors-query.md
@@ -1,4 +1,4 @@
1
---
2
category: minorAnalysis
3
4
-* C#: Added `ccs/web/cors-misconfiguration` queries which looks for CORS misconfigurations with and without credentials.
+* C#: Added `cs/web/cors-misconfiguration` queries which looks for CORS misconfigurations with and without credentials.
csharp/ql/src/experimental/CWE-942/CorsMisconfiguration.ql
@@ -6,7 +6,7 @@
6
* @problem.severity error
7
* @security-severity 7.5
8
* @precision high
9
- * @id cs/web/cors-misconfiguration-credentials
+ * @id cs/web/cors-misconfiguration
10
* @tags security
11
* external/cwe/cwe-942
12
*/
0 commit comments