Skip to main content

Posts

Showing posts with the label Angular cross-site scripting

Angular Security Questions and Answers - Security slip ups are everywhere!

What are the key points to keep in mind when you are developing Angular apps? There are four key points to keep in mind when you are developing an Angular's apps i.e. 1.            The application level securities like authentication and authorization. 2.            Coding with Best Practices. 3.            Preventing cross-site scripting (XSS). 4.            Reporting vulnerabilities and HTTP Level vulnerabilities. How to write Best Practices Applications? As per experts, be careful when developing Angular apps, 1.            We keep and watching the latest version of Angular. 2.            Don't try to add hacks or modify to Angular generates files. 3.  ...