Update satis-repository.yaml

patch-1
Dhiyaneshwaran 2023-09-14 20:54:16 +05:30 committed by GitHub
parent 3c923bef99
commit b2adcac4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -4,7 +4,8 @@ info:
name: Satis Composer Repository - Detect
author: FlorianMaak
severity: info
description: Satis composer repository was detected
description: |
Satis composer repository was detected
reference:
- https://github.com/composer/satis
classification:
@ -27,10 +28,16 @@ http:
- type: word
part: body
words:
- "This is a private Composer repository"
- "<a href=\"https://github.com/composer/satis\">Satis</a>"
- 'This is a private repository'
- 'https://github.com/composer/satis'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- '\d+\.\d+\.\d+-dev'