Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 21:23
· 289 commits to main since this release
e0c0710

[1.1.0] - 2023-05-29

Fixed a potential catastrophic backtracking vulnerability with a regular
expression used to parse strings in the package.

Changed

  • Updated dependencies
  • Replaced Pylint and Flake8 with Ruff

Fixed

  • Fixed miscellaneous linting issues

Security

  • A regular expression used to parse strings was found to have a potential
    catastrophic backtracking vulnerability; this was fixed by replacing the
    regex with a non-vulnerable variant