Skip to content

Commit 74d9f89

Browse files
committed
Correct output in docstring to what comes out of create function
1 parent 5b02cc6 commit 74d9f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/tools/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def create(
396396
{ "cve": "<cve-id>", "cwe": "<cwe-id>", "description": "<multiline string>", "coordinates": "<string>", "references": ["<url>", "<url>", ...] }
397397
398398
Output:
399-
Links to the created issue(s)
399+
{ "cve": "<cve-id>", "cwe": "<cwe-id>", "description": "<multiline string>", "coordinates": "<string>", "references": ["<url>", "<url>", ...], "issue_url": "<url>" }
400400
"""
401401
for issue in _issues(input_file):
402402
std_err, issue_url = create_security_issue(issue, project)

0 commit comments

Comments
 (0)