Remove test.mmdb
, generate it on the fly
#287
Labels
area:backend
Related to the server component
class:newcomer
Good for newcomers to the project: easy and/or limited scope
flag:security
Impacts the overall security of the system
prio:C
Nice to have, but optional
type:enhancement
New feature or request
After what happened with the XZ Utils backdoor, I don't want to have binary test data in the repo anymore.
Running
server/tests/geo_ip/create_test_db.py
to create thetest.mmdb
file (for testing geo IP lookups) takes only about 50 ms. It should be done on the fly when setting up the tests, instead of having the generated file in the repo.The text was updated successfully, but these errors were encountered: