Fix linter error

main
Dominique RIGHETTO 2024-08-08 07:05:46 +02:00 committed by GitHub
parent 8335fed633
commit 358d5d9de5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ info:
severity: info severity: info
description: Checkmk login panel was detected. description: Checkmk login panel was detected.
reference: reference:
- https://checkmk.com/ - https://checkmk.com/
classification: classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200 cwe-id: CWE-200
@ -28,11 +28,11 @@ http:
max-redirects: 5 max-redirects: 5
stop-at-first-match: true stop-at-first-match: true
matchers: matchers:
- type: dsl - type: dsl
dsl: dsl:
- 'status_code == 200 || status_code == 401' - 'status_code == 200 || status_code == 401'
- 'contains_any(to_lower(body), "check_mk multisite login", "checkmk", "check_mk mobile")' - 'contains_any(to_lower(body), "check_mk multisite login", "checkmk", "check_mk mobile")'
condition: and condition: and
extractors: extractors:
- type: regex - type: regex