Skip to content

v0.6.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 11:07
· 0 commits to d7df38fc95401623751e28d9a7fe502fde525f4c since this release
a578726

Remove scapy usage (#500)

  • removed arp and dns hunters usage due to it's violations of the scapy GPL2 license

  • added installation of arp and dns hunters to Dockerfile

  • added explicit new version to plugins in dockerfile installation

  • ignore B020 flake8

Fix: Removed automatic import of handler object (#506)

  • removed automatic import of handler object in events package and renamed handler.py to event_handler.py to solve name collision