swimlane / pyattck

A Python package to interact with the Mitre ATT&CK Framework
MIT License
468 stars 87 forks source link

Use orjson instead of json to speed up the json loading && update dependencies #152

Open stevengoossensB opened 1 year ago

stevengoossensB commented 1 year ago

Use orjson instead of json to speed up the json loading. Doing this, I had to update the vulnerable dependencies, for which I enabled dependabot.

Tests are currently failing because the published json file is invalid.