Create github-workflows-disclosure.yaml

patch-1
Dhiyaneshwaran 2021-07-21 13:21:05 +05:30 committed by GitHub
parent 3425a83d38
commit 15a19dea3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
id: github-workflows-disclosure
info:
name: Github Workflow Disclosure
author: dhiyaneshDk
severity: medium
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/git-credentials-disclosure.json
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/.github/workflows/ci.yml"
- "{{BaseURL}}/.github/workflows/ci.yaml"
- "{{BaseURL}}/.github/workflows/CI.yml"
- "{{BaseURL}}/.github/workflows/main.yml"
- "{{BaseURL}}/.github/workflows/main.yaml"
- "{{BaseURL}}/.github/workflows/build.yml"
- "{{BaseURL}}/.github/workflows/build.yaml"
- "{{BaseURL}}/.github/workflows/test.yml"
- "{{BaseURL}}/.github/workflows/test.yaml"
- "{{BaseURL}}/.github/workflows/tests.yml"
- "{{BaseURL}}/.github/workflows/tests.yaml"
- "{{BaseURL}}/.github/workflows/release.yml"
- "{{BaseURL}}/.github/workflows/publish.yml"
- "{{BaseURL}}/.github/workflows/deploy.yml"
- "{{BaseURL}}/.github/workflows/push.yml"
- "{{BaseURL}}/.github/workflows/lint.yml"
- "{{BaseURL}}/.github/workflows/coverage.yml"
- "{{BaseURL}}/.github/workflows/release.yaml"
- "{{BaseURL}}/.github/workflows/pr.yml"
- "{{BaseURL}}/.github/workflows/automerge.yml"
- "{{BaseURL}}/.github/workflows/docker.yml"
matchers-condition: and
matchers:
- type: regex
regex:
- "(?m)^\\s*\"?on\"?:"
- "(?m)^\\s*\"?jobs\"?:"
- "(?m)^\\s*\"?steps\"?:"
- "(?m)^\\s*- \"?uses\"?:"
part: body
- type: word
words:
- "Content-Type: text/html"
part: header
- type: status
status:
- 200