зеркало из https://github.com/github/codeql.git
Update go/ql/src/Security/CWE-770/UncontrolledAllocationSize.ql
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
Родитель
138ce42cf6
Коммит
a09eb9f4c5
|
@ -1,7 +1,6 @@
|
|||
/**
|
||||
* @name Slice memory allocation with excessive size value
|
||||
* @description Allocating memory for slices with the built-in make function from user-controlled sources
|
||||
* 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.
|
||||
* @kind path-problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 6.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче