Skip to content

Commit 0b0d99b

Browse files
Sim4n6p-
andauthored
Update ruby/src/security/CWE-770/UserControlledMaxIterations.ql
Co-authored-by: Peter Stöckli <[email protected]>
1 parent 608efe8 commit 0b0d99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/src/security/CWE-770/UserControlledMaxIterations.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Denial of Service using unconstrained integer/float value
33
* @description A remote user-controlled integer/float value can reach a condition that controls how many times a repeatable operation can be executed. A malicious user may misuse that value to cause an application-level denial of service.
44
* @kind path-problem
5-
* @id githubsecuritylab/UserControlledMaxIterations
5+
* @id githubsecuritylab/user-controlled-max-iterations
66
* @precision high
77
* @problem.severity error
88
* @tags security

0 commit comments

Comments
 (0)