You can test Veracode for Bugzilla to ensure it can authenticate with Veracode and import findings.
Before you begin:
- You must have valid Veracode API credentials to access Veracode.
- When configuring authentication for an integration, Veracode strongly recommends that you use an API service account.
To complete this task:
- Edit the script
importresults.pl
. -
Locate these lines and replace
username
with your API ID and replacepassword
with your API key:my $user='username'; my $passwd='password'
-
You can update other variables in the script. See the
README
file in the ZIP file for more information. -
Run this command to start the integration:
perl importresults.pl
The
importresults.pl
script connects to the Results API, downloads all available results, parses them to the Bugzilla format, and then imports them using the Bugzillaimportxml.pl
library.