mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
raw test output
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#select
|
||||
| MissingRateLimiting.js:4:19:8:1 | functio ... ath);\\n} | This route handler performs $@, but is not rate-limited. | MissingRateLimiting.js:7:5:7:22 | res.sendFile(path) | a file system access |
|
||||
| MissingRateLimiting.js:25:19:25:20 | f1 | This route handler performs $@, but is not rate-limited. | MissingRateLimiting.js:13:5:13:22 | res.sendFile(path) | a file system access |
|
||||
| MissingRateLimiting.js:25:27:25:28 | f3 | This route handler performs $@, but is not rate-limited. | MissingRateLimiting.js:22:5:22:22 | res.sendFile(path) | a file system access |
|
||||
@@ -10,7 +9,3 @@
|
||||
| tst.js:64:25:64:63 | functio ... req); } | This route handler performs $@, but is not rate-limited. | tst.js:64:46:64:60 | verifyUser(req) | authorization |
|
||||
| tst.js:76:25:76:53 | catchAs ... ndler1) | This route handler performs $@, but is not rate-limited. | tst.js:14:40:14:46 | login() | authorization |
|
||||
| tst.js:88:24:88:40 | expensiveHandler1 | This route handler performs $@, but is not rate-limited. | tst.js:14:40:14:46 | login() | authorization |
|
||||
testFailures
|
||||
| MissingRateLimiting.js:4:19:8:1 | This route handler performs $@, but is not rate-limited. | Unexpected result: Alert |
|
||||
| MissingRateLimiting.js:25:19:25:20 | This route handler performs $@, but is not rate-limited. | Unexpected result: Alert |
|
||||
| MissingRateLimiting.js:25:27:25:28 | This route handler performs $@, but is not rate-limited. | Unexpected result: Alert |
|
||||
|
||||
@@ -82,6 +82,3 @@ nodes
|
||||
| resource-exhaustion.js:88:16:88:16 | n | semmle.label | n |
|
||||
| resource-exhaustion.js:92:18:92:18 | n | semmle.label | n |
|
||||
subpaths
|
||||
testFailures
|
||||
| documentaion-examples/ResourceExhaustion_timeout.js:5:33:5:39 | req.url | Unexpected result: Source |
|
||||
| resource-exhaustion.js:5:21:5:27 | req.url | Unexpected result: Source |
|
||||
|
||||
Reference in New Issue
Block a user