hacker-scoper
hacker-scoper copied to clipboard
Optimize isOutOfScope function
Describe the bug
Currently the isOutOfScope function loads and then unloads the entire out-of-scopes file for every single given asset. This could be optimized by just reading the file once and then keeping it in memory for every subsequent run, reducing the load on the disk.