frontendBy Zahid

What is Dependency vulnerabilities?

Dependency vulnerabilities come from third-party libraries, so we regularly audit and update packages to keep the application secure.

  • Comes from npm packages / external libraries

  • Even if your code is safe → dependency can be unsafe

  • Common in outdated packa

How to detect

  • npm audit

  • yarn audit

#reactjs