gentritabazi / nestjs-api-starter

💻 NestJs Api Starter.
13 stars 4 forks source link

Package gives security issues. #7

Closed Tjoosten closed 2 years ago

Tjoosten commented 2 years ago

Hey,

First of all thx for th"e great starter. I wanted to give it swing to my project. When when i run npm install i get security issues.

Gebruiker@DESKTOP-C0OTKE8 MINGW64 /d/NestJs-Api-Starter (master)
$ npm install
added 1303 packages, and audited 1304 packages in 1m

44 vulnerabilities (13 moderate, 31 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

Is there a way to remove the security issues. And is it still safe enough to use?

gentritabazi commented 2 years ago

You are safe to start and build something amazing.

Security Issues on npm packages are not very important.

gentritabazi commented 2 years ago

Some security vulnerabilities in npm dependencies cane be fixed with : npm audit fix.