Web Security
Resources
OWASP (Open Web Application Security Project) is a nonprofit foundation that works to improve the security of software
. They provide a lot of security-related resources, guidelines, and tooling.
- owasp.org
- OWASP Top Ten
- OWASP Cheat Sheet Series
- OWASP ASVS (Application Security Verification Standard)
provides a basis for testing web application technical security controls
[owasp.org].
Further resources:
XSS: Cross Site Scripting
CSP: Content Security Policy
Related: permission policy
Resources: