- 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 - 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 https://github.com/PyCQA/bandit/issues/975)
- Fix bug with `safety` plugin where results were corrupted
- Update deps
2022 - 2022/04/09
- Move docs
- Exclude env/venv etc per https://github.com/FHPythonUtils/SimpleSecurity/issues/1
- `semgrep` no longer works on windows so output message
- Update pre-commit