Create jira-unauthenticated-screens.yaml

patch-1
Arman Sameer 2021-10-15 12:05:51 -04:00 committed by GitHub
parent a5068ad95e
commit 0d98ff0dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: jira-unauthenticated-screens
info:
name: Jira Unauthenticated Access to screens
reference: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-screens/#api-rest-api-2-screens-get
author: TESS
severity: info
tags: atlassian,jira
requests:
- method: GET
path:
- "{{BaseURL}}/rest/api/api/2/screens"
matchers-condition: and
matchers:
- type: word
words:
- 'id'
- 'name'
- 'description'
- 'self'
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "atlassian.xsrf.token"