Tag: security
-
Attending the AppSec Days PNW Conference
Last month, I attended the two day AppSec Days Pacific Northwest Conference presented by OWASP Foundation. On the first day, I started off attending a talk on the tradeoffs of static code analysis. After a short break, I went to a talk on how to reverse engineer an undocumented API, in which I learned about…
-
Fixing security vulnerabilities in JavaScript project dependencies
One of the many tasks developers have to do is to fix security vulnerabilities in JavaScript packages. This may prove to be an onerous task, especially when doing this for projects that haven’t been updated in a long time. Helpful Steps NPM will let you know if there are medium or high vulnerabilities in your…