Użyj narzędzi, które automatycznie wykrywają podatne na zagrożenia zależności
Wyjaśnienie jednym akapitem
Nowoczesne aplikacje Node mają dziesiątki, a czasem setki zależności. Jeśli którakolwiek z zależności, z której korzystasz ma znaną lukę w zabezpieczeniach, Twoja aplikacja też. Następujące narzędzia automatycznie sprawdzają znane luki bezpieczeństwa w twoich zależnościach:
Co mówią inni blogerzy
Z bloga StrongLoop:
...Using to manage your application’s dependencies is powerful and convenient. But the packages that you use may contain critical security vulnerabilities that could also affect your application. The security of your app is only as strong as the “weakest link” in your dependencies. Fortunately, there are two helpful tools you can use to ensure the third-party packages you use: nsp and requireSafe. These two tools do largely the same thing, so using both might be overkill, but “better safe than sorry” are words to live by when it comes to security...