Merge pull request #1906 from pdelteil/patch-21

Create jira-unauthenticated-installed-gadgets.yaml
patch-1
Sandeep Singh 2021-07-10 01:28:52 +05:30 committed by GitHub
commit 7cd5c6abbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: jira-unauthenticated-installed-gadgets
info:
name: Jira Unauthenticated Installed gadgets
author: philippedelteil
severity: info
description: Some Jira instances allow to read the installed gadgets (sometimes it's also possible to read config xml file for some gadgets)
tags: atlassian,jira
requests:
- method: GET
path:
- "{{BaseURL}}/rest/config/1.0/directory"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'jaxbDirectoryContents'
- type: status
status:
- 200