简体   繁体   中英

How do I perform a security scan on an Angular 7 app?

We run several security scans on traditional web applications built with JSP, JSF, ASP, etc. and we know to scan them for security vulnerabilities (we use McAfee Secure PCI Compliance Scanning).

However, we are now building a one-page app using Angular and there was this question in the last meeting. How do we apply a security scan?

How do we scan it for security or PCI vulnerabilities? I was reading there are "static code analysis" tools but I'm not convinced they are suitable.

Is "static code analysis" somewhat equivalent to a traditional security scan tool, or not at all?

For starter you can run npm audit and npm audit fix commands to check which vulnerable dependencies you are using right now and try to fix those.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM