Update az-static-web-apps.md

This commit is contained in:
SirBroccoli
2025-08-01 11:51:49 +02:00
committed by GitHub
parent ccd50a451d
commit 3157069bde

View File

@@ -2,10 +2,6 @@
{{#include ../../../banners/hacktricks-training.md}}
# Az - Static Web Apps
## Static Web Apps Basic Information
Azure Static Web Apps is a cloud service for hosting **static web apps with automatic CI/CD from repositories like GitHub**. It offers global content delivery, serverless backends, and built-in HTTPS, making it secure and scalable. However, even if the service is called "static", it doesn't mean it's completely safe. Risks include misconfigured CORS, insufficient authentication, and content tampering, which can expose apps to attacks like XSS and data leakage if not properly managed.