How Uploadcare Built a Stack That Handles 350M File API Requests per Day
11–20 of 42 posts
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#12350M/day = just about 4K QPS. Is that considered impressive nowadays?
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#13User generated content (especially images) are a great attack vector, what do you do to isolate/mitigate against attacks like that ?.
Similarly, browsers should not generally be particularly vulnerable to malicious content being loaded with appropriate MIME types in appropriate containers (e.g. )
It sounds like you should be asking how browsers protect users from malicious content. Perhaps you could elaborate?
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#14User generated content (especially images) are a great attack vector, what do you do to isolate/mitigate against attacks like that ?.
How so? Obviously they won’t be executing (or likely even analysing) any of the uploaded content. Similarly, browsers should not generally be particularly vulnerable to malicious content being loaded with appropriate MIME types in appropriate containers (e.g. ) It sounds like you should be asking how browsers protect users from malicious content. Perhaps you could elaborate?
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#15Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#16350M/day = just about 4K QPS. Is that considered impressive nowadays?
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#17User generated content (especially images) are a great attack vector, what do you do to isolate/mitigate against attacks like that ?.
How so? Obviously they won’t be executing (or likely even analysing) any of the uploaded content. Similarly, browsers should not generally be particularly vulnerable to malicious content being loaded with appropriate MIME types in appropriate containers (e.g. ) It sounds like you should be asking how browsers protect users from malicious content. Perhaps you could elaborate?
In this context the image manipulation they do with pillow and the underlying libjpeg would be a potential source of vulnerabilities.
Re: How Uploadcare Built a Stack That Handles 350M File API Requests per Day
#18User generated content (especially images) are a great attack vector, what do you do to isolate/mitigate against attacks like that ?.
How so? Obviously they won’t be executing (or likely even analysing) any of the uploaded content. Similarly, browsers should not generally be particularly vulnerable to malicious content being loaded with appropriate MIME types in appropriate containers (e.g. ) It sounds like you should be asking how browsers protect users from malicious content. Perhaps you could elaborate?