From a406186b4802ca0eaeb320f52914f4a8c1626831 Mon Sep 17 00:00:00 2001 From: mschwager Date: Wed, 15 Sep 2021 08:46:03 -0600 Subject: [PATCH] Add security implications to PR template For SOC 2 control. --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2714bb61..0d0b4cb0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,3 +6,4 @@ Checklist: - [ ] Grammar rules have not been renamed unless absolutely necessary. - [ ] The conflicts section hasn't grown too much. - [ ] The parser size hasn't grown too much (check the value of STATE_COUNT in src/parser.c). +- [ ] Change has security implications (if so, ping security team)