Files
codeql/javascript/ql/lib/change-notes/released/2.6.7.md
2025-07-21 16:45:45 +00:00

474 B

2.6.7

Minor Analysis Improvements

  • Enhanced modeling for the execa library, adding support for command execution methods execaCommand, execaCommandSync, $, and $.sync, as well as file system operations through inputFile, pipeStdout, pipeAll, and pipeStderr.

Bug Fixes

  • The JavaScript extractor no longer ignores source files specified in the tsconfig.json compiler options outDir if doing so would result in excluding all source code.