fortify-ps / FortifyBugTrackerUtility

Automated submission of FoD and SSC vulnerabilities to external systems
MIT License
25 stars 14 forks source link

Track Java bug 8132379 impacting command line #16

Closed ryancblack closed 7 years ago

ryancblack commented 8 years ago

Currently we must use -showversion at the command line to work around an existing defect in many Java versions that causes a JRE crash if the application uses arguments beginning with the character 'J' when we have a better workaround, or can otherwise remove this, we'll close this issue.

See: here

rsenden commented 7 years ago

FoDBugTrackerUtility now allows context properties to be specified on the command line with either one or two dashes (i.e. -JiraBaseURL or --JiraBaseUrl); using two dashes for affected options will avoid the JRE crash.