Skip to content

Commit 0fabc7d

Browse files
authored
Add security considerations section to PR template (#5530)
Added a section for security considerations in the PR template.
1 parent 7d6e99f commit 0fabc7d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
- [ ] This PR has tests
77
- [ ] No testing required (explain why):
88

9+
## Security
10+
11+
- [ ] Security considerations for review (list them):
12+
- [ ] Examples:
13+
- [ ] Access control: users can only access their own data
14+
- [ ] Input: user input is validated and sanitised
15+
- [ ] Sensitive data: secret or private data is not exposed in any way
16+
- [ ] ...
17+
- [ ] This PR has no security considerations (explain why):
18+
19+
920
## Issue / Card
1021
Fixes #
1122

0 commit comments

Comments
 (0)