This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Use configurable HTTP request body buffer size in Azure Event Grid subscription validation #184
Labels
enhancement
All issues related to enhancement of a current feature
event-grid-events
All issues related to Azure Event Grid events
event-grid-webapi-security
All issues related to Azure Event Grid Web API security
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
We provide the capability to validate the Azure Event Grid subscription. This includes reading the entire HTTP request body. This can lead to problems when an unexpected large malicious body is being sent.
What feature would you like to have?
We should consider using a request buffer size to make sure we set the boundaries for the expected request body.
Additional context
References with TODO
The text was updated successfully, but these errors were encountered: