Merge pull request #7171 from Mys7ic/fix_CVE-2021-43798

fix regex for win.ini
patch-1
pussycat0x 2023-05-05 22:36:01 +05:30 committed by GitHub
commit a82301ad7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ http:
- type: regex
regex:
- 'root:.*:0:0:'
- '\\[(font|extension|file)s\\]'
- '\[(font|extension|file)s\]'
- 'socket\s*=\s*\/tmp\/grafana\.sock'
condition: or