Skip to content

Commit ff2d78d

Browse files
authored
Update go/ql/src/Security/CWE-770/UncontrolledAllocationSize.ql
1 parent a09eb9f commit ff2d78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/ql/src/Security/CWE-770/UncontrolledAllocationSize.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @name Slice memory allocation with excessive size value
33
* @description Allocating memory for slices with the built-in make function from user-controlled sources can lead to a denial of service.
44
* @kind path-problem
5-
* @problem.severity warning
6-
* @security-severity 6.0
5+
* @problem.severity error
6+
* @security-severity 7.5
77
* @precision high
88
* @id go/uncontrolled-allocation-size
99
* @tags security

0 commit comments

Comments
 (0)