Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614c807 commit 23480b2Copy full SHA for 23480b2
1 file changed
javascript/ql/src/Security/CWE-770/MissingRateLimiting.ql
@@ -18,7 +18,6 @@ import javascript
18
import semmle.javascript.security.dataflow.MissingRateLimiting
19
import semmle.javascript.RestrictedLocations
20
21
-// TODO: Previously we used (FirstLineOf) here, but that doesn't work anymore.
22
from
23
Routing::Node useSite, ExpensiveRouteHandler r, string explanation, DataFlow::Node reference,
24
string referenceLabel
0 commit comments