diff --git a/miscellaneous/missing-x-frame-options.yaml b/miscellaneous/missing-x-frame-options.yaml index c0e6c43079..a7bece93c3 100644 --- a/miscellaneous/missing-x-frame-options.yaml +++ b/miscellaneous/missing-x-frame-options.yaml @@ -4,7 +4,7 @@ info: name: Clickjacking (Missing XFO header) author: kurohost severity: low - tags: misc + tags: misc,generic requests: - method: GET @@ -16,4 +16,4 @@ requests: matchers: - type: dsl dsl: - - "!contains(tolower(all_headers), 'x-frame-options')" \ No newline at end of file + - "!contains(tolower(all_headers), 'x-frame-options')"