From 3157069bde0c04a2c9e2a65f1f164b55f846deb9 Mon Sep 17 00:00:00 2001 From: SirBroccoli Date: Fri, 1 Aug 2025 11:51:49 +0200 Subject: [PATCH] Update az-static-web-apps.md --- .../azure-security/az-services/az-static-web-apps.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pentesting-cloud/azure-security/az-services/az-static-web-apps.md b/src/pentesting-cloud/azure-security/az-services/az-static-web-apps.md index 42f47a0b3..70d5a61f1 100644 --- a/src/pentesting-cloud/azure-security/az-services/az-static-web-apps.md +++ b/src/pentesting-cloud/azure-security/az-services/az-static-web-apps.md @@ -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.