file update
parent
e7f2ce3e7c
commit
c04055bbdb
|
@ -2,9 +2,8 @@ id: missing-hsts
|
|||
info:
|
||||
name: Strict Tranposrt Security Not Enforced
|
||||
author: Dawid Czarnecki
|
||||
severity: low
|
||||
description: >-
|
||||
Checks if the HSTS is enabled by looking for Strict Transport Security
|
||||
severity: info
|
||||
description: Checks if the HSTS is enabled by looking for Strict Transport Security
|
||||
response header.
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -14,4 +13,4 @@ requests:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- '!contains(tolower(all_headers), ''strict-transport-security'')'
|
||||
- '!contains(tolower(all_headers), ''strict-transport-security'')'
|
Loading…
Reference in New Issue