arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Use configurable HTTP request body buffer size in Azure Event Grid subscription validation #184

Open stijnmoreels opened 2 years ago

stijnmoreels commented 2 years ago

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