Create apache-licenserc.yaml

patch-1
Dhiyaneshwaran 2022-11-17 13:15:10 +05:30 committed by GitHub
parent 2b9605223a
commit 7ead2df3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: apache-licenserc
info:
name: Apache .licenserc.yaml
author: DhiyaneshDk
severity: low
metadata:
verified: true
tags: exposure,file,apache
requests:
- method: GET
path:
- '{{BaseURL}}/.licenserc.yaml'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'header:'
- 'license:'
- 'copyright-owner:'
condition: and
- type: status
status:
- 200