From 60fd58b0c7cc06d5be79f040266c714f3a3fe6c6 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Sat, 19 Oct 2024 09:07:32 +0200 Subject: [PATCH] Remove ref to securityheaders See https://github.com/OWASP/www-project-secure-headers/pull/193 --- tests_suite.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests_suite.yml b/tests_suite.yml index 00e64d2..1cba2c3 100644 --- a/tests_suite.yml +++ b/tests_suite.yml @@ -2,7 +2,6 @@ name: HTTP security response headers test suites vars: target_site: '' logout_url: '' - internet_facing: false request_timeout_in_seconds: 20 testcases: - name: Strict-Transport-Security @@ -191,16 +190,3 @@ testcases: assertions: - result.statuscode ShouldEqual 200 - result.headers.X-XSS-Protection ShouldBeNil - - name: SecurityHeaders-Rating - skip: - - internet_facing ShouldEqual true - steps: - - type: http - method: GET - url: >- - https://securityheaders.com/?q={{.target_site}}&hide=on&followRedirects=on - skip_body: false - timeout: '{{.request_timeout_in_seconds}}' - assertions: - - result.statuscode ShouldEqual 200 - - result.body ShouldContainSubstring '
A+
'