Skip to content

v0.7.2

Choose a tag to compare

@savon-noir savon-noir released this 16 Dec 22:39
· 37 commits to master since this release

[v0.7.2]

Added

  • Added pre-commit hook support to enforce code style (black, isort)
  • Added unittest for defusedxml to fix billionlaugh and external entities security issues
  • Added extra_requires for plugins deps and defusedxml
  • Added banner_dict support + unittest (Merge edited PR from @cfoulds)Kibanane
  • Added black, isort in tox environment
  • Added more unit tests in several modules to improve code collaboration and automated tested
  • Added GitHub action pipeline to run pytests, black and isort checks
  • Added GitHub action pipeline to publish pypi package

Changed

Removed

  • Removed travis build in favor of GitHub Actions pipelines

Fixed

  • Fix empty nmap outputs due to subprocess race condition (Merge PR#79 from @Shouren)
  • Add extra_requires for plugins deps and defusedxml
  • Removed code duplication in sudo_run and sudo_run_background from process.py

Security