Files
codeql/python/ql/lib/change-notes/released/0.10.4.md
2023-09-05 16:56:14 +00:00

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.