19 lines
352 B
YAML
19 lines
352 B
YAML
|
id: jira-unauthenticated-projects
|
||
|
|
||
|
info:
|
||
|
name: Jira Unauthenticated Projects
|
||
|
author: TechbrunchFR
|
||
|
severity: low
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/rest/api/2/project?maxResults=100"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'projects'
|
||
|
- 'startAt'
|
||
|
- 'maxResults'
|
||
|
condition: and
|