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:
Tony Torralba 2024-03-11 08:58:59 +01:00 коммит произвёл GitHub
Родитель 138ce42cf6
Коммит a09eb9f4c5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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