Files
2023-09-05 16:56:14 +00:00

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 the i and s flags.
  • Added shlex.quote as a sanitizer for the py/shell-command-constructed-from-input query.