mirror of
https://github.com/github/codeql.git
synced 2026-02-28 12:53:49 +01: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.