-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec3e89f
commit 808668e
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Change Request | ||
description: Tracker issues for new features, enhancements, or configuration changes. | ||
labels: needs-triage | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What is the change? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: security-impact | ||
attributes: | ||
label: Security Impact | ||
description: Level of security impact of the change | ||
options: | ||
- None | ||
- Low | ||
- Medium | ||
- High | ||
- type: textarea | ||
id: security-impact-description | ||
attributes: | ||
label: Security Impact Description | ||
description: If the impact is not None, please describe the security impact and necessary mitigations | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: appsec-signoff | ||
attributes: | ||
label: Appsec Signoff | ||
description: If the security impact is High, has the change been reviewed and approved by the Appsec team? | ||
options: | ||
- label: Reviewed and approved | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Fixes #<issue_number>. | ||
|
||
### Change Description | ||
|
||
<!-- What is the purpose of this change? What should reviewers know? --> | ||
|
||
### Security Impact | ||
|
||
<!-- Please select one of the following --> | ||
|
||
- [ ] The security impact will be assessed in this PR description | ||
- [ ] The security impact is assessed in the linked issue | ||
|
||
(Reviewers: please confirm the security impact before approving) | ||
|
||
<!-- If the security impact is to be assessed in the PR: | ||
#### Security Assessment | ||
- [ ] Either: the security impact will be assessed in this PR description: | ||
- [ ] This change has a high security impact | ||
- [ ] The impact has been assessed and approved by appsec | ||
- [ ] This change has a medium security impact | ||
- [ ] This change has a low security impact | ||
--> |