23 lines
355 B
YAML
23 lines
355 B
YAML
|
id: exposed-bzr
|
||
|
|
||
|
info:
|
||
|
name: Exposed BZR Directory
|
||
|
author: daffainfo
|
||
|
severity: low
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.bzr/branch/branch.conf"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "parent_location"
|
||
|
- "push_location"
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|