Merge pull request #1666 from pdelteil/patch-13

Update jira-detect.yaml
patch-1
Sandeep Singh 2021-06-10 14:48:56 +05:30 committed by GitHub
commit 2741de4752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ id: jira-detect
info:
name: Detect Jira Issue Management Software
author: pdteam
author: pdteam,philippedelteil
severity: info
tags: panel
@ -19,3 +19,10 @@ requests:
- type: word
words:
- "Project Management Software"
extractors:
- type: regex
part: body
group: 1
regex:
- 'title="JiraVersion" value="([0-9.]+)'