Files
codeql/javascript/ql/src/change-notes/released/0.4.2.md
2022-10-20 11:05:19 +00:00

294 B

0.4.2

Minor Analysis Improvements

  • Removed some false positives from the js/file-system-race query by requiring that the file-check dominates the file-access.
  • Improved taint tracking through JSON.stringify in cases where a tainted value is stored somewhere in the input object.