diff --git a/ReportToolz/templates/issue/template.json b/ReportToolz/templates/issue/template.json index 9248410..1acad63 100644 --- a/ReportToolz/templates/issue/template.json +++ b/ReportToolz/templates/issue/template.json @@ -1,15 +1,16 @@ { - "title": "", + "title":"", "description":"", "tech_description":"", - "solution":"", - "cvss_score":"", - "cvss2_score": "", - "cvss2_vector": "", - "cvss3_score": "", - "cvss3_vector": "", - "risk":"", "impact":"", + "solution":"", + "remediation":"", + "cvss_score":"", + "cvss2_score":"", + "cvss2_vector":"", + "cvss3_score":"", + "cvss3_vector":"", + "risk":"", "owasp":"", - "tags": "" + "tags":"" } \ No newline at end of file