mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
289 B
289 B
0.10.4
Minor Analysis Improvements
- Regular expressions containing multiple parse mode flags are now interpretted correctly. For example
"(?is)abc.*"with both theiandsflags. - Added
shlex.quoteas a sanitizer for thepy/shell-command-constructed-from-inputquery.