reversim / reversim-summit-2020

2 stars 2 forks source link

Fix all security issues #47

Open rantav opened 4 years ago

rantav commented 4 years ago

I have fixed, many but some are still TODO, all of them are in the client side. To see them:

cd client
npm audit

I tried the auto fix (npm audit fix) but that doesn't fix all of them plus breaks the website.

To test the website you have to do two things:

  1. make run and test the website in your browser
  2. make build-prod to make sure that when deploying to heroku nothing will break