mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Added test case for Array.prototype.toReversed, which is currently not flagged as a taint sink.
This commit is contained in:
@@ -236,6 +236,8 @@ typeInferenceMismatch
|
||||
| tst.js:2:13:2:20 | source() | tst.js:61:10:61:20 | x.reverse() |
|
||||
| tst.js:2:13:2:20 | source() | tst.js:63:10:63:21 | x.toSorted() |
|
||||
| tst.js:2:13:2:20 | source() | tst.js:65:10:65:16 | xSorted |
|
||||
| tst.js:2:13:2:20 | source() | tst.js:67:10:67:23 | x.toReversed() |
|
||||
| tst.js:2:13:2:20 | source() | tst.js:69:10:69:18 | xReversed |
|
||||
| xml.js:5:18:5:25 | source() | xml.js:8:14:8:17 | text |
|
||||
| xml.js:12:17:12:24 | source() | xml.js:13:14:13:19 | result |
|
||||
| xml.js:23:18:23:25 | source() | xml.js:20:14:20:17 | attr |
|
||||
|
||||
Reference in New Issue
Block a user