I was setting up vulnerablecode using docker on macOS Big Sur. I ran DJANGO_DEV=1 python manage.py import --all to run all data importers as specified in the README and ran into this error-
File "/usr/local/lib/python3.8/site-packages/schema.py", line 396, in validate
nvalue = Schema(svalue, error=e, ignore_extra_keys=i).validate(value)
File "/usr/local/lib/python3.8/site-packages/schema.py", line 417, in validate
raise SchemaWrongKeyError(message, e.format(data) if e else None)
schema.SchemaWrongKeyError: Wrong key 'bullseye-security' in {'bullseye': '1.17.0+ds1-1.3', 'bullseye-security': '1.17.0+ds1-1.3~deb11u1'}


