Merge branch 'main' into remove-cve-tags-from-yeswiki-xss.yaml

patch-1
Ritik Chaddha 2023-05-29 23:23:09 +05:30 committed by GitHub
commit 4340c07896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20.x
- name: nuclei install
run: go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest

View File

@ -30,8 +30,13 @@ http:
- "1f8b080000000000" # Gunzip magic byte
condition: or
- type: word
part: header
words:
- "Content-Encoding: gzip"
case-insensitive: true
negative: true
- type: status
status:
- 200
# Enhanced by mp on 2022/05/20