From 977a2ca8753dc12f91b2469aac1baa313899d842 Mon Sep 17 00:00:00 2001 From: Hiroki Takatsuka <3445553+tk3fftk@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:52:15 +0900 Subject: [PATCH] fix typo of drop-invalid-headers doc (#1976) --- docs/checks/aws/elb/drop-invalid-headers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/checks/aws/elb/drop-invalid-headers/index.md b/docs/checks/aws/elb/drop-invalid-headers/index.md index ccdc4db850..587e8c71b8 100644 --- a/docs/checks/aws/elb/drop-invalid-headers/index.md +++ b/docs/checks/aws/elb/drop-invalid-headers/index.md @@ -10,7 +10,7 @@ title: Load balancers should drop invalid headers Passing unknown or invalid headers through to the target poses a potential risk of compromise. -By setting drop_invalid_header_fields to true, anything that doe not conform to well known, defined headers will be removed by the load balancer. +By setting drop_invalid_header_fields to true, anything that does not conform to well known, defined headers will be removed by the load balancer. ### Possible Impact Invalid headers being passed through to the target of the load balance may exploit vulnerabilities