mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
474 B
474 B
2.6.7
Minor Analysis Improvements
- Enhanced modeling for the
execalibrary, adding support for command execution methodsexecaCommand,execaCommandSync,$, and$.sync, as well as file system operations throughinputFile,pipeStdout,pipeAll, andpipeStderr.
Bug Fixes
- The JavaScript extractor no longer ignores source files specified in the
tsconfig.jsoncompiler optionsoutDirif doing so would result in excluding all source code.