clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
205 stars 78 forks source link

JIRA Plugin Needs Works #29

Open ikeydoherty opened 8 years ago

ikeydoherty commented 8 years ago

The current JIRA plugin needs reworking to better fit an actual plugin API, i.e. to be disconnected from the internals and loaded at runtime. PLUGIN_TYPE_BTS might even work here.

Also with all the recent changes I do fear this bit of code that I never really touch is going to suffer, so perhaps we should scope the use of this particular plugin.

After the next point release, 5.6.1, I shall be first disabling the plugin from building, in order to facilitate a complete rework of this plugin (this can go hand-in-hand with a rewrite to the template stuff by me for less glibisms and such)

ikeydoherty commented 8 years ago

Pinging @johnwhiteman and @mdemeter as a heads up here

johnwhiteman commented 8 years ago

Sounds like a reasonable direction to take..

ikeydoherty commented 8 years ago

It's my fault for breaking things :D I just don't want to break it too badly, so I wanted to leave it in your hands how it's implemented

johnwhiteman commented 8 years ago

I created a few issues on my side to get this work done.

ikeydoherty commented 8 years ago

Awesome :D Thanks for the help again ^^