To run the front end, from the frontend/ folder these commands sould be run (the will run the frontend on port 3000
):
npm install
npm start
I didnt managed yet to create a docker for it, so as of right now the forntend should be executed separately.
The rules are stored in backend/semgrep_rules
.
To read more about rules feel free to read on the Rules syntax
Links:
Rules playground
Community rules
semgrep-rules Repository