Created a python class to parse the OWASP Dependency Check CSV report and create JIRA tickets for the CRITICALs.
- Parametrize the config file.
- Parametrize the
issuetypeand thecomponent - Maybe don't return anything in get_crits()?
- Add HIGHs, not just CRITICALs
- More error handling