mirror of
https://github.com/github/codeql.git
synced 2026-02-27 04:13:51 +01:00
277 B
277 B
0.7.1
Minor Analysis Improvements
- The
fs/promisespackage is now recognised as an alias forrequire('fs').promises. - The
js/path-injectionquery can now track taint through calls topath.join()with a spread argument, such aspath.join(baseDir, ...args).