Closed LavernaSec closed 4 years ago
Fixed get_results so that report_id gets pulled prior to fetching results.
report_parser_from_text was also receiving a bytes object, so I added a decode statement.
StringIO is now under the io package in Python3.
Also exposed the delete_port_list functionality through the scan manager.
Fixed get_results so that report_id gets pulled prior to fetching results.
report_parser_from_text was also receiving a bytes object, so I added a decode statement.
StringIO is now under the io package in Python3.
Also exposed the delete_port_list functionality through the scan manager.