stratosphereips / AIP

The Attacker IP Prioritizer(AIP) dynamically generates resource-friendly IPv4 blocklists from Zeek network flows.
https://www.stratosphereips.org
GNU General Public License v3.0
32 stars 9 forks source link

No validation for future dates #45

Closed verovaleros closed 3 weeks ago

verovaleros commented 1 month ago

AIP is not validating that the date requested is not in the future and looks like 'everything' worked, but it's unreal.

Expected output Should be a warning and not attempt the operation.

image
verovaleros commented 3 weeks ago

This can be done as part of the validate_and_convert_date function.