mirror of
https://github.com/github/codeql.git
synced 2026-08-01 16:02:57 +02:00
294 B
294 B
0.4.2
Minor Analysis Improvements
- Removed some false positives from the
js/file-system-racequery by requiring that the file-check dominates the file-access. - Improved taint tracking through
JSON.stringifyin cases where a tainted value is stored somewhere in the input object.