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
This issue should address a vulnerability identified by the Contrast Security platform (ID: [{vuln_uuid}](https://{self.config.CONTRAST_HOST}/Contrast/static/ng/index.html#/{self.config.CONTRAST_ORG_ID}/applications/{self.config.CONTRAST_APP_ID}/vulns/{vuln_uuid})).
69
+
70
+
# Security Vulnerability: {vuln_title}
71
+
72
+
## Vulnerability Details
73
+
74
+
**Rule:** {vuln_rule}
75
+
**Severity:** {vuln_severity}
76
+
**Status:** {vuln_status}
77
+
78
+
## Overview
79
+
80
+
{vuln_overview}
81
+
82
+
## Technical Details
83
+
84
+
### Event Summary
85
+
```
86
+
{vuln_events}
87
+
```
88
+
89
+
### HTTP Request Details
90
+
```
91
+
{vuln_http_details}
92
+
```
93
+
94
+
## Action Required
95
+
96
+
Please review this security vulnerability and implement appropriate fixes to address the identified issue.
97
+
98
+
**Important:** If you cannot find the vulnerability, then take no actions (corrective or otherwise). Simply report that the vulnerability was not found."""
99
+
100
+
debug_log(f"Assembled issue body with {len(issue_body)} characters")
0 commit comments