Jira module fully working (#104)
* clean OS X .DS_Store files * fix nessus end of line carriage, added JIRA args * JIRA module fully working * jira module working with nessus * added check on already existing jira config, update README * qualys_vm<->jira working, qualys_vm database entries with qualys_vm, improved checks * JIRA module updates ticket's assets and comments update * added JIRA auto-close function for resolved vulnerabitilies * fix if components variable empty issue * fix creation of new ticket after updating existing one * final fixes, added extra line in template * added vulnerability criticality as label in order to be able to filter
This commit is contained in:

committed by
Austin Taylor

parent
13bb288217
commit
4422db586d
32
vulnwhisp/reporting/resources/ticket.tpl
Normal file
32
vulnwhisp/reporting/resources/ticket.tpl
Normal file
@ -0,0 +1,32 @@
|
||||
{panel:title=Description}
|
||||
{{ !diagnosis}}
|
||||
{panel}
|
||||
|
||||
|
||||
{panel:title=Consequence}
|
||||
{{ !consequence}}
|
||||
{panel}
|
||||
|
||||
{panel:title=Solution}
|
||||
{{ !solution}}
|
||||
{panel}
|
||||
|
||||
{panel:title=Affected Assets}
|
||||
% for ip in ips:
|
||||
* {{ip}}
|
||||
% end
|
||||
{panel}
|
||||
|
||||
{panel:title=References}
|
||||
% for ref in references:
|
||||
* {{ref}}
|
||||
% end
|
||||
{panel}
|
||||
|
||||
|
||||
|
||||
Please do not delete or modify the ticket assigned tags or title, as they are used to be synced. If the ticket ceases to be recognised, a new ticket will raise.
|
||||
|
||||
In the case of the team accepting the risk and wanting to close the ticket, please add the label "*risk_accepted*" to the ticket before closing it.
|
||||
|
||||
If server has been decomissioned, please add the label "*server_decomission*" to the ticket before closing it.
|
Reference in New Issue
Block a user