mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
289 B
Markdown
7 lines
289 B
Markdown
## 0.10.4
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.
|
|
* Added `shlex.quote` as a sanitizer for the `py/shell-command-constructed-from-input` query.
|