diff --git a/files/gvm_library.py b/files/gvm_library.py index 816c3454421065c74c6963624a669a23ca668f73..a85ef8cba0eccb5c98ababebd82914f11af3e69f 100644 --- a/files/gvm_library.py +++ b/files/gvm_library.py @@ -463,7 +463,7 @@ class Task: glob_severity = -1 # severities are not negative glob_threat = 'None' for o, s, t, p in zip(o_ids, severities, treats, ports): - msg = f"Detected oid: {o}, severity: {s}, threat: {t} and port: {p} => " + msg = f"Detected oid: {o}, severity: {s}, threat: {t} and port: {p}\t=> " if s >= 4: # If severity is not negligible if o in accepted_issues: msg += "ACCEPTED"