You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mx-psi
changed the title
[confighttp] Set explicit ReadTimeout and WriteTimeout on servers
[confighttp] OTE-01-004 WP1: Possible DoS Attacks on HTTP Services
Jul 31, 2024
To prevent Slowloris attacks we can explicitly set default values for
ReadTimeout
andWriteTimeout
on net/http.Server.We may need to go through a feature gate process for this since it's potentially breaking for people.
Note
2024 OpenTelemetry security audit finding reference:
OTE-01-004 WP1: Possible DoS Attacks on HTTP Services
The text was updated successfully, but these errors were encountered: