Skip to content

Commit a09eb9f

Browse files
atorralbasubatoi
andauthored
Update go/ql/src/Security/CWE-770/UncontrolledAllocationSize.ql
Co-authored-by: Ben Ahmady <[email protected]>
1 parent 138ce42 commit a09eb9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* @name Slice memory allocation with excessive size value
3-
* @description Allocating memory for slices with the built-in make function from user-controlled sources
4-
* can lead to a denial of service.
3+
* @description Allocating memory for slices with the built-in make function from user-controlled sources can lead to a denial of service.
54
* @kind path-problem
65
* @problem.severity warning
76
* @security-severity 6.0

0 commit comments

Comments
 (0)