Update CVE-2022-0543.yaml

Support TLS enabled Redis
patch-1
Ricardo 2023-05-11 15:34:05 +01:00 committed by GitHub
parent 8427b7d881
commit 46117c8435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,8 @@ tcp:
host:
- "{{Hostname}}"
- "{{Host}}:6379"
- "tls://{Hostname}}"
- "tls://{{Host}}:6380"
read-size: 64
matchers:
@ -39,3 +41,4 @@ tcp:
- "root:.*:0:0:"
# Enhanced by mp on 2022/05/18
# Enhanced by vibrio on 2023/05/11