diff --git a/README.md b/README.md index 94ea9b4..24b2340 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,16 @@ `./master.sh cloc` -> Sliced statistics - Note that in some cases, the scripts may attempt to execute tests in the backup node modules folder (`.node_modules`). In this case, move it out, and run the tests individually. You can get the commands from the output from the master script (which calls the `script-placer.sh` script). \ No newline at end of file + Note that in some cases, the scripts may attempt to execute tests in the backup node modules folder (`.node_modules`). In this case, move it out, and run the tests individually. You can get the commands from the output from the master script (which calls the `script-placer.sh` script). + + + +--- + +## Vuln finding + +The scripts here help find repositories that are - firstly, slicable, and have a direct dependency on a repo that have a github advisory (~CVE) on them. + +From there, you can run the slicer manually to track if they get removed. + +Note that it uses the success.txt, not `output`. \ No newline at end of file