A simple script that uses the github API to searche for issues related to security vulnerabilities for each repository in a curated list of repos related to WebAssembly.
- Make sure you have NodeJS installed https://nodejs.org/en/download
- Clone the repo with
git clone
- Run
npm install
to install node dependencies - Rename
dummykeys.json
tokeys.json
and put in your own Github Personal Access Token
Run with node crawler.js | tee log.txt
If you want to change the repos crawled through, just edit repos.txt
If you want to change query, change the q:
parameter in searchIssues()