Function app does not enforce HTTPS Affecting App Service (Web Apps) service in Azure
Severity Framework
Snyk CCSS
Rule category
Data / Encryption in Transit
Is your enviroment affected by this misconfiguration?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsFrameworks
CIS-Controls
CSA-CCM
GDPR
HIPAA
ISO-27001
NIST-800-53
PCI-DSS
SOC-2
- Snyk ID SNYK-CC-00496
- credit Snyk Research Team
Description
Users can access the function app via HTTP, and the connection and transmitted data could be intercepted and manipulated.
How to fix?
Set httpsOnly
attribute to true
.