You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/update_vuln_status.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
ifvuln_name==args.vulnerability:
65
65
vuln['remediationStatus'] =status
66
66
vuln['comment'] =comment
67
-
logging.debug(f"Updating vuln {args.vulnerability} in project {project['name']}, version {version['versionName']} with status {status} and comment {comment}")
67
+
logging.debug(f"Updating vuln {args.vulnerability} in project {project['name']}, version {version['versionName']}using URL {vuln['_meta']['href']}with status {status} and comment {comment}")
logging.info(f"Successfully updated vuln {args.vulnerability} in project {project['name']}, version {version['versionName']} with status {status} and comment {comment}")
0 commit comments