This commit is contained in:
Quim
2019-04-05 11:04:29 +02:00
12 changed files with 221 additions and 19 deletions

View File

@ -63,8 +63,8 @@ class qualysWhisperAPI(object):
# First two columns are metadata we already have
# Last column corresponds to "target_distribution_across_scanner_appliances" element
# which doesn't follow the schema and breaks the pandas data manipulation
return pd.read_json(scan_json).iloc[2:-1]
# which doesn't follow the schema and breaks the pandas data manipulation
return pd.read_json(scan_json).iloc[2:-1]
class qualysUtils:
def __init__(self):