We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6e99f commit 0fabc7dCopy full SHA for 0fabc7d
1 file changed
.github/pull_request_template.md
@@ -6,6 +6,17 @@
6
- [ ] This PR has tests
7
- [ ] No testing required (explain why):
8
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
20
## Issue / Card
21
Fixes #
22
0 commit comments