mirror of
https://github.com/github/codeql.git
synced 2026-07-15 16:29:39 +02:00
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
#select
|
|
| eval.js:2:3:2:13 | eval("2+2") | Do not use eval or the Function constructor. |
|
|
testFailures
|
|
| eval.js:2:3:2:13 | Do not use eval or the Function constructor. | Unexpected result: Alert |
|