From d2c75d8d71d9a077d46b498d59a64f3b308ae004 Mon Sep 17 00:00:00 2001 From: Acknosyn <8602276+acknosyn@users.noreply.github.com> Date: Mon, 6 Sep 2021 11:24:34 +1200 Subject: [PATCH] Fix typo and HTTP capitalisation --- checks/check_extra7142 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra7142 b/checks/check_extra7142 index 5fbd6922f5..2f160257ca 100644 --- a/checks/check_extra7142 +++ b/checks/check_extra7142 @@ -11,7 +11,7 @@ # CONDITIONS OF ANY KIND, either express or implied. See the License for the # specific language governing permissions and limitations under the License. CHECK_ID_extra7142="7.142" -CHECK_TITLE_extra7142="[extra7142] Check if Application Load Balancer is dropping invalid packets to prevent header based http request smuggling" +CHECK_TITLE_extra7142="[extra7142] Check if Application Load Balancer is dropping invalid packets to prevent header based HTTP request smuggling" CHECK_SCORED_extra7142="NOT_SCORED" CHECK_TYPE_extra7142="EXTRA" CHECK_SEVERITY_extra7142="Medium" @@ -19,7 +19,7 @@ CHECK_ASFF_RESOURCE_TYPE_extra7142="AwsElasticLoadBalancingV2LoadBalancer" CHECK_ALTERNATE_check7142="extra7142" CHECK_ASFF_COMPLIANCE_TYPE_extra7142="" CHECK_SERVICENAME_extra7142="elb" -CHECK_RISK_extra7142='ALB can be target of actors sendingn bad http headers' +CHECK_RISK_extra7142='ALB can be target of actors sending bad HTTP headers' CHECK_REMEDIATION_extra7142='Ensure Application Load Balancer is configured for HTTP headers with header fields that are not valid are removed by the load balancer (true)' CHECK_DOC_extra7142='https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#desync-mitigation-mode' CHECK_CAF_EPIC_extra7142='Data Protection'