github wolffcatskyy/crowdsec-blocklist-import v3.3.2
v3.3.2 - Allowlist parsing fix

9 hours ago

Bug Fix

  • Fixed: Empty ALLOWLIST and CUSTOM_BLOCKLISTS env vars were creating [''] instead of [], causing allowlist matching to fail (#36)

Before: ALLOWLIST=""[''] (empty string in list)
After: ALLOWLIST=""[] (empty list)

Thanks @smark91 for reporting!

Don't miss a new crowdsec-blocklist-import release

NewReleases is sending notifications on new releases.