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 dad8585 commit 41f54d8Copy full SHA for 41f54d8
rust/ql/src/queries/security/CWE-770/UncontrolledAllocationSize.ql
@@ -1,7 +1,8 @@
1
/**
2
* @name Uncontrolled allocation size
3
* @description Allocating memory with a size controlled by an external user can result in
4
- * arbitrary amounts of memory being allocated.
+ * arbitrary amounts of memory being allocated, leading to a crash or a
5
+ * denial-of-service (DoS) attack.
6
* @kind path-problem
7
* @problem.severity recommendation
8
* @security-severity 7.5
0 commit comments