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
For this rule following findings were found in current code:
plugins/inputs/influxdb_v2_listener/influxdb_v2_listener.go:132:13 gosec G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
plugins/inputs/webhooks/webhooks.go:91:12 gosec G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
plugins/inputs/zipkin/zipkin.go:93:14 gosec G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
plugins/outputs/prometheus_client/prometheus_client.go:144:14 gosec G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
Additional info
For this rule no additional configuration can be provided.
The text was updated successfully, but these errors were encountered:
Use Case
This issue starts discussion about enabling:
Rule is mapped to CWE-400: Uncontrolled Resource Consumption.
Expected behavior
Decision if rule should be enabled or not.
Actual behavior
For this rule following findings were found in current code:
Additional info
For this rule no additional configuration can be provided.
The text was updated successfully, but these errors were encountered: