We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do_not_block_these_ips.csv
Describe the bug
If this file can be empty, it seems unnecessary that the existence of the file should be a strict requirement:
AIP/lib/aip/models/base.py
Line 41 in 6e72fae
To Reproduce Run AIP without this file:
docker run --rm -v /opt/zeek/logs/:/home/aip/AIP/data/raw:ro -v ${PWD}/data/:/home/aip/AIP/data/:rw --name aip stratosphereips/aip:latest bin/aip
Expected behaviour If the file doesn't exist, then maybe it is possible to consider it empty. It would technically mean the same.
Screenshots
The text was updated successfully, but these errors were encountered:
verovaleros
Successfully merging a pull request may close this issue.
Describe the bug
If this file can be empty, it seems unnecessary that the existence of the file should be a strict requirement:
AIP/lib/aip/models/base.py
Line 41 in 6e72fae
To Reproduce
Run AIP without this file:
docker run --rm -v /opt/zeek/logs/:/home/aip/AIP/data/raw:ro -v ${PWD}/data/:/home/aip/AIP/data/:rw --name aip stratosphereips/aip:latest bin/aip
Expected behaviour
If the file doesn't exist, then maybe it is possible to consider it empty. It would technically mean the same.
Screenshots
The text was updated successfully, but these errors were encountered: