8000 Add new integration variables · Code-unik/docs.hackerone.com@25adac7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25adac7

Browse files
Add new integration variables
1 parent 5bf7b38 commit 25adac7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/programs/integration-variables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ id: "programs/integration-variables"
66

77
Variable | Details | Example
88
-------- | ------ |
9+
`{{asset_identifier}}` | The name of the asset related to the report. |
910
`{{assignee}}` | The user that's assigned to the report. |
11+
`{{cvss_score}}` | The CVSS severity score of the report. |
12+
`{{cvss_vector}}` | The CVSS vector string of the report. |
1013
`{{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. |
1114
`{{details_custom_jira}}` | The link, date, reporter, weakness, and description of the vulnerability in the report. These are written in a markdown format customized for Jira. |
1215
`{{details_markdown}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in markdown format. |

0 commit comments

Comments
 (0)
0