mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
It now also flags exposure of the entire exception object (not just the `stack` property).
4 lines
412 B
Plaintext
4 lines
412 B
Plaintext
| node.js:11:13:11:21 | err.stack | Stack trace information from $@ may be exposed to an external user here. | node.js:8:10:8:12 | err | here |
|
|
| tst.js:7:13:7:13 | e | Stack trace information from $@ may be exposed to an external user here. | tst.js:6:12:6:12 | e | here |
|
|
| tst.js:17:11:17:17 | e.stack | Stack trace information from $@ may be exposed to an external user here. | tst.js:6:12:6:12 | e | here |
|