Closed AaronButler-Veracode closed 1 year ago
For the method: setup_scan(self, scan_config_request, scan_contact_info=None, linked_app_guid: UUID=None):
If scan_contact_info was null the "payload.update(scan_contact_info)" call would fail as non-Iterable.
Added check to see if parameter was None.
For the method: setup_scan(self, scan_config_request, scan_contact_info=None, linked_app_guid: UUID=None):
If scan_contact_info was null the "payload.update(scan_contact_info)" call would fail as non-Iterable.
Added check to see if parameter was None.