Provide benchmarks for each available strategy given a dataset of librairies with vulnerabilities #29
Labels
benchmark
Addition of an exhaustive benchmark
documentation
Improvements or additions to documentation
The main idea of @nodesecure/vuln is to expose a set of strategies to detect vulnerabilities within a given project.
In my opinion, it would be great to process some benchmarks for each strategy against a dataset of open-source libraries including well-known to rare vulnerabilities.
This would let consumers know the tradeoffs of each @nodesecure/vuln strategy given their project environment and constraints (e.g: npm strategy requires the specific package-lock.json lockfile to be present).
Now that the objective should be clear enough, we must determine three things:
@fraxken suggested that we could create a
/benchmark
root directoryThe text was updated successfully, but these errors were encountered: