Files
codeql/javascript/ql/test/query-tests
Asger F 4568967a76 JS: Do not use legacy taint steps in TaintedUrlSuffix
Tainted URL suffix steps are added as configuration-specific additional
steps, which means implicit reads may occur before any of these steps.

These steps accidentally included the legacy taint steps which include
a step from 'arguments' to all positional parameters. Combined with the
implicit read, arguments could escape their array index and flow to
any parameter while in the tainted-url flow state.
2024-08-29 13:48:30 +02:00
..
2019-05-22 14:42:48 +01:00
2023-11-29 08:26:49 +01:00
2020-06-29 15:54:06 +01:00
2019-12-07 02:38:02 +01:00