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 138ce42 commit a09eb9fCopy full SHA for a09eb9f
go/ql/src/Security/CWE-770/UncontrolledAllocationSize.ql
@@ -1,7 +1,6 @@
1
/**
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
4
- * can lead to a denial of service.
+ * @description Allocating memory for slices with the built-in make function from user-controlled sources can lead to a denial of service.
5
* @kind path-problem
6
* @problem.severity warning
7
* @security-severity 6.0
0 commit comments