Skip to content

Releases: AikidoSec/firewall-python

v1.2.30

24 Dec 12:40

Choose a tag to compare

What's Changed

  • Outbound domain blocking: Do not try and enforce bypassed ip list

v1.2.30b0

24 Dec 12:04

Choose a tag to compare

v1.2.30b0 Pre-release
Pre-release

What's Changed

  • Outbound domains: do not take bypassed IPs into account

v1.2.29

24 Dec 10:33

Choose a tag to compare

What's Changed

  • Outbound domain blocking
  • README clarifications regarding WSGI/ASGI

v1.2.29 beta 1

23 Dec 13:55

Choose a tag to compare

v1.2.29 beta 1 Pre-release
Pre-release

What's Changed

  • outbound domain blocking: normalize punycode

v1.2.29 beta

23 Dec 13:11

Choose a tag to compare

v1.2.29 beta Pre-release
Pre-release

What's Changed

  • Adds outbound domain blocking
  • README clarification

v1.2.28

22 Dec 15:28

Choose a tag to compare

What's Changed

  • attack wave detection
  • fix bug that caused false positives for stored imds
  • private ip check now uses IPMatcher
  • minor improvements in event reporting
  • improved docs & dev env

v1.2.28 beta 2

22 Dec 14:45

Choose a tag to compare

v1.2.28 beta 2 Pre-release
Pre-release

What's Changed (compared to beta 1)

  • Fix bug that caused false positives for stored imds
  • dev & readme updates

v1.2.28 beta 1

16 Dec 18:00

Choose a tag to compare

v1.2.28 beta 1 Pre-release
Pre-release

What's Changed (compared to b0)

v1.2.28-beta

16 Dec 13:01

Choose a tag to compare

v1.2.28-beta Pre-release
Pre-release

What's Changed

  • attack wave detection
  • private ip check now uses IPMatcher
  • minor improvements in event reporting

v1.2.27

03 Dec 08:40

Choose a tag to compare

What's Changed

  • Fixes Windows compatibility issue in add_exit_handlers()
  • Now also matches ipv4-mapped IMDS addresses
  • Fixes linter rule issues and removes unused reporting
  • 🏗️ Bunch of small dev workflow fixes

New Contributors