Files
codeql/javascript/ql/test
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
..
2024-04-17 14:46:00 +02:00
2024-08-27 11:35:10 +02:00
2024-01-30 13:20:57 +01:00