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 c097493 commit 02bab4cCopy full SHA for 02bab4c
go/ql/src/experimental/CWE-770/DenialOfService.ql
@@ -3,8 +3,9 @@
3
* @description slices created with the built-in make function from user-controlled sources using a
4
* maliciously large value possibly leading to a denial of service.
5
* @kind path-problem
6
- * @problem.severity high
+ * @problem.severity error
7
* @security-severity 9
8
+ * @precision high
9
* @id go/denial-of-service
10
* @tags security
11
* experimental
0 commit comments