Merge pull request #1052 from geeknik/patch-45

Create circleci-ssh-config.yaml
patch-1
PD-Team 2021-03-11 20:01:38 +05:30 committed by GitHub
commit 1c5903d6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: circleci-ssh-config
info:
name: circleci ssh-config exposure
author: geeknik
severity: low
requests:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/.circleci/ssh-config"
matchers-condition: and
matchers:
- type: word
words:
- "Host"
- "HostName"
- "IdentityFile"
condition: and
- type: status
status:
- 200