docs(angular): add http vulnerabilities content (#6923)
parent
ae7aa310f4
commit
66358202b9
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# HTTP Vulnerabilities |
||||
|
||||
Angular has built-in support to help prevent two common HTTP vulnerabilities, cross-site request forgery (CSRF or XSRF) and cross-site script inclusion (XSSI). Both of these must be mitigated primarily on the server side, but Angular provides helpers to make integration on the client side easier. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Security](https://angular.dev/best-practices/security) |
||||
- [@article@Angular | HackTricks](https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/angular) |
Loading…
Reference in new issue