From d3c274321ef5e7cd3bbdabd80ee947e604bcaec4 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Thu, 14 Sep 2023 13:15:30 -0700 Subject: [PATCH] Add security items to pull request checklist. --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index e52b7f671c..55d0638235 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -21,6 +21,7 @@ Please describe parts of the change that require extra attention during code rev - [ ] I have added unit and feature tests, if the PR implements a new feature or otherwise would benefit from additional testing - [ ] I have added regression tests, if the PR fixes a bug - [ ] I have added logging, exception reporting, and custom tracing with any additional information required for debugging +- [ ] I considered secure coding practices when writing this code. Any security concerns are noted above. - [ ] I have commented my code in hard-to-understand areas, if any - [ ] I have made needed changes to the README - [ ] My changes generate no new warnings