mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
docs(angular): add http vulnerabilities content (#6923)
This commit is contained in:
@@ -1 +1,8 @@
|
||||
# HTTP Vulnerabilities
|
||||
# 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)
|
Reference in New Issue
Block a user