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
@@ -63,7 +63,7 @@
63
63
64
64
ifvuln_name==args.vulnerability:
65
65
vuln['remediationStatus'] =status
66
-
vuln['remediationComment'] =comment
66
+
vuln['comment'] =comment
67
67
logging.debug(f"Updating vuln {args.vulnerability} in project {project['name']}, version {version['versionName']} with status {status} and comment {comment}")
0 commit comments