Skip to content

Commit 3567c30

Browse files
Set precision to high
1 parent 6e130d2 commit 3567c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description ASP.NET pages should not disable the built-in request validation.
44
* @kind problem
55
* @problem.severity warning
6-
* @precision medium
6+
* @precision high
77
* @security-severity 7.5
88
* @id cs/web/request-validation-disabled
99
* @tags security

0 commit comments

Comments
 (0)