From a4418a8c212e6a1d20486b120546740233af8063 Mon Sep 17 00:00:00 2001 From: Rachael Carder Date: Fri, 2 Apr 2021 16:22:44 -0500 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 974cf96..a7fee59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Dradis Framework 3.22 (April, 2021) ## -* No changes. +* Update default configuration to match welcome kit ## Dradis Framework 3.21 (February, 2021) ## From 5c9c138113552643768525ba2f09751a78cf4064 Mon Sep 17 00:00:00 2001 From: Rachael Carder Date: Fri, 2 Apr 2021 16:23:32 -0500 Subject: [PATCH 2/3] Update full_evidence.template --- templates/full_evidence.template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/full_evidence.template b/templates/full_evidence.template index 342ead7..9a839f3 100644 --- a/templates/full_evidence.template +++ b/templates/full_evidence.template @@ -1,8 +1,5 @@ -#[ID]# -%evidence.id% - -#[Status]# +#[Location]# %evidence.status% -#[Content]# -%evidence.content% +#[Output]# +bc.. %evidence.content% From 4800322ae1816e9114ad0460223444f817e8af66 Mon Sep 17 00:00:00 2001 From: Rachael Carder Date: Fri, 2 Apr 2021 16:25:09 -0500 Subject: [PATCH 3/3] Update Issue template --- templates/full_vulnerability.template | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/templates/full_vulnerability.template b/templates/full_vulnerability.template index e9ac823..a0d92c6 100644 --- a/templates/full_vulnerability.template +++ b/templates/full_vulnerability.template @@ -1,34 +1,20 @@ #[Title]# %vulnerability.title% -#[Nexpose Id]# -%vulnerability.nexpose_id% - -#[Severity]# -%vulnerability.severity% - -#[PCI Severity]# -%vulnerability.pci_severity% - -#[CVSS Score]# +#[CVSSv3.BaseScore]# %vulnerability.cvss_score% -#[CVSS Vector]# +#[CVSSv3.Vector]# %vulnerability.cvss_vector% -#[Published]# -%vulnerability.published% +#[Type]# +Internal #[Description]# %vulnerability.description% - #[Solution]# %vulnerability.solution% - #[References]# %vulnerability.references% - -#[Tags]# -%vulnerability.tags% \ No newline at end of file