Skip to content

Releases: FHPythonUtils/SimpleSecurity

2023.0.2

27 Jun 19:23
Compare
Choose a tag to compare

2023.0.2 - 2023/06/27

  • Add Level.CRIT
  • Misc fixes to make plugins more resilient
  • Test plugin utility functions

2023.0.1

27 Jun 18:03
Compare
Choose a tag to compare

2023.0.1 - 2023/06/27

  • Fix csv writer
  • Fix python 3.8 compatibility
  • Fix ansi writer on python 3.11
  • Fix sarif writer so output conforms with the schema

2023

27 Jun 15:35
Compare
Choose a tag to compare

2023 - 2023/06/27

  • Refactor to fix bugs and improve readability
  • Add scan-dir argument
  • Add support for levels/severity to dlint
  • Ensure bandit ignores relative files (see PyCQA/bandit#975)
  • Fix bug with safety plugin where results were corrupted
  • Update deps