From 2698acf07bc61235e8240dac7f0dc6a272cd1eae Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Thu, 10 Jun 2021 02:29:42 -0400 Subject: [PATCH 1/2] Update jira-detect.yaml extracts the version number. --- exposed-panels/jira-detect.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/exposed-panels/jira-detect.yaml b/exposed-panels/jira-detect.yaml index eed2c69c49..8883a7c4b6 100644 --- a/exposed-panels/jira-detect.yaml +++ b/exposed-panels/jira-detect.yaml @@ -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,9 @@ requests: - type: word words: - "Project Management Software" + extractors: + - type: regex + part: body + group: 1 + regex: + - 'title="JiraVersion" value="([0-9.]+)' From cb018eca9f15b8a7be1ff80c828cf08d04ae47af Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:47:30 +0530 Subject: [PATCH 2/2] Update jira-detect.yaml --- exposed-panels/jira-detect.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exposed-panels/jira-detect.yaml b/exposed-panels/jira-detect.yaml index 8883a7c4b6..b6569fb056 100644 --- a/exposed-panels/jira-detect.yaml +++ b/exposed-panels/jira-detect.yaml @@ -2,7 +2,7 @@ id: jira-detect info: name: Detect Jira Issue Management Software - author: pdteam & philippedelteil + author: pdteam,philippedelteil severity: info tags: panel @@ -19,6 +19,7 @@ requests: - type: word words: - "Project Management Software" + extractors: - type: regex part: body