Skip to content

Commit

Permalink
Remove ref to securityheaders
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Oct 19, 2024
1 parent 16c9db3 commit 60fd58b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 '<div class="score_lightgreen"><span>A+</span></div>'

0 comments on commit 60fd58b

Please sign in to comment.