hacker-scoper icon indicating copy to clipboard operation
hacker-scoper copied to clipboard

Optimize isOutOfScope function

Open ItsIgnacioPortal opened this issue 5 months ago • 0 comments

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.

ItsIgnacioPortal avatar May 26 '25 10:05 ItsIgnacioPortal