8000 Merge pull request #247 from Hacker0x01/martijnrusschen-patch-14 · Code-unik/docs.hackerone.com@c5b63f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5b63f1

Browse files
authored
Merge pull request Hacker0x01#247 from Hacker0x01/martijnrusschen-patch-14
Add new integration variables
2 parents 5bf7b38 + 25adac7 commit c5b63f1

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