checkmarx-ts / CxAnalytix

Exports vulnerability scan data from the Checkmarx SAST platform for use in analytical tools.
Other
19 stars 10 forks source link

Audit table crawl throws an exception if the connection string is not defined #183

Closed nleach999 closed 2 years ago

nleach999 commented 2 years ago

Description

When crawling, an exception is thrown when the audit trail database connection string is not defined.

Expected Behavior

If the audit trail connection is not defined, the audit trail crawl should be silently bypassed.

Actual Behavior

An exception is thrown indicating the configuration can't be found.

Reproduction

Run CxAnalytix 2.0.0 without the CxDB connection string defined.