Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ff8a24

Browse files
Update docs/programs/integration-variables.md
Co-Authored-By: Saida <[email protected]>
1 parent f6cbddc commit 5ff8a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programs/integration-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Variable | Description | Example
88
-------- | ------ |
99
`{{assignee}}` | The user that's assigned to the report. |
1010
`{{days_after_report(days)}}` | Provides a date based on the report creation date and the provided argument. `{{days_after_report(5)}}` will output a date 5 days after the report was created. |
11-
`{{details_custom_jira}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in a special Jira flavored markdown format. |
11+
`{{details_custom_jira}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in a special Jira flavored markdown format. |
1212
`{{details_markdown}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in markdown format. |
1313
`{{details_truncated}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in plain text format truncated at 4,000 characters.
1414
`{{details}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in plain text format. |

0 commit comments

Comments
 (0)