Skip to content

Commit d56a0bc

Browse files
committed
Rename DoS.ql to UserControlledMaxIterations.ql
1 parent f2258aa commit d56a0bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ruby/src/security/CWE-770/DoS.ql renamed to 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 rb/dos
5+
* @id githubsecuritylab/UserControlledMaxIterations
66
* @precision high
77
* @problem.severity error
88
* @tags security

0 commit comments

Comments
 (0)