v0.3.2#

Addresses numerous vulnerabilities and adds automated SAST scanning to CI/CD.

Updates / New Features#

CI/CD

  • Added SAST scanning to CI/CD.

Dependency Vulnerabilities

  • Upgraded Pillow to Pillow>=10.2.0

  • Replaced jupyter and ipython with notebook>=7.0.7, which also future proofed jupyter notebook to current package name.

Fixes#

  • Replaced asserts with appropriate exceptions.