1
0
Fork 0
forked from mia/0x0

Implement request filters

This moves preexisting blacklists to the database, and adds the
following filter types:

    * IP address
    * IP network
    * MIME type
    * User agent

In addition, IP address handling is now done with the ipaddress
module.
This commit is contained in:
Mia Herkt 2024-08-14 08:09:09 +02:00
parent 6393538333
commit 45a414c5ee
No known key found for this signature in database
7 changed files with 355 additions and 77 deletions

View file

@ -7,6 +7,7 @@ Jinja2
Flask
flask_sqlalchemy
python_magic
ipaddress
# vscan
clamd