Several months ago, there were some vulnerabilities in creating react web app, after that it corrected and were stable for months. However, today, "12 vulnerabilities (8 low / 4 moderate)" appears in my terminal after I started a new react project. Does anyone know why?
CodePudding user response:
Vulnerabilities are found on a daily basis across several dependencies. The simple answer is that your projects are coming from some template project and there's probably not daily/frequent enough updates to that, and even if there were, there could be even more vulnerabilities found between those fixes and the time you created a new project
