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 a09eb9f commit ff2d78dCopy full SHA for ff2d78d
go/ql/src/Security/CWE-770/UncontrolledAllocationSize.ql
@@ -2,8 +2,8 @@
2
* @name Slice memory allocation with excessive size value
3
* @description Allocating memory for slices with the built-in make function from user-controlled sources can lead to a denial of service.
4
* @kind path-problem
5
- * @problem.severity warning
6
- * @security-severity 6.0
+ * @problem.severity error
+ * @security-severity 7.5
7
* @precision high
8
* @id go/uncontrolled-allocation-size
9
* @tags security
0 commit comments