vuln-regex-detector
vuln-regex-detector copied to clipboard
parallelism
trafficstars
If scanning many projects, I suggest using a single thread/process per project instead. Easier to reason about.
But if scanning a single project, each analysis phase can be performed across multiple threads.
- This should be handled at the
bin/layer. - Be careful about the use of tmp files.
validate-uploads.js could also use some parallelism.