Skip to content

Commit 4b19f3b

Browse files
committed
C#: Whitespace edit and edit query metadata.
1 parent 6f346c6 commit 4b19f3b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

csharp/ql/src/Security Features/CWE-016/ASPNetRequestValidationMode.qhelp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<!DOCTYPE qhelp PUBLIC
2-
"-//Semmle//qhelp//EN"
3-
"qhelp.dtd">
1+
<!DOCTYPE qhelp PUBLIC "-//Semmle//qhelp//EN" "qhelp.dtd">
42
<qhelp>
53

64
<overview>

csharp/ql/src/Security Features/CWE-016/ASPNetRequestValidationMode.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
* included by default in ASP.NET. Disabling or downgrading this protection is not
55
* recommended.
66
* @kind problem
7+
* @id cs/insecure-request-validation-mode
78
* @problem.severity warning
9+
* @tags security
10+
* external/cwe/cwe-016
811
*/
912

1013
import csharp

0 commit comments

Comments
 (0)