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
4
setup.py
4
setup.py
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='VulnWhisperer',
|
||||
version='1.5.0',
|
||||
version='1.7.1',
|
||||
packages=find_packages(),
|
||||
url='https://github.com/austin-taylor/vulnwhisperer',
|
||||
license="""MIT License
|
||||
@ -26,7 +26,7 @@ setup(
|
||||
SOFTWARE.""",
|
||||
author='Austin Taylor',
|
||||
author_email='email@austintaylor.io',
|
||||
description='Vulnerability assessment framework aggregator',
|
||||
description='Vulnerability Assessment Framework Aggregator',
|
||||
scripts=['bin/vuln_whisperer']
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user