From 4f6b5fee94eee39c7013cf79263d7c31c8c8793b Mon Sep 17 00:00:00 2001 From: Michael Marshall Date: Tue, 14 Mar 2023 03:53:45 -0500 Subject: [PATCH] [improve][misc] Add security section to PIP issue template (#19803) --- .github/ISSUE_TEMPLATE/pip.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/pip.yml b/.github/ISSUE_TEMPLATE/pip.yml index cd9aac33194e2..d494d69947252 100644 --- a/.github/ISSUE_TEMPLATE/pip.yml +++ b/.github/ISSUE_TEMPLATE/pip.yml @@ -60,6 +60,15 @@ body: This should also serve as documentation for any person that is trying to understand or debug the behavior of a certain feature. validations: required: true + - type: textarea + attributes: + label: Security Considerations + description: | + A detailed description of the security details that ought to be considered for the PIP. This is most relevant for any new HTTP endpoints, new Pulsar Protocol Commands, and new security features. The goal is to describe details like which role will have permission to perform an action. + + If there is uncertainty for this section, please submit the PIP and request for feedback on the mailing list. + validations: + required: true - type: textarea attributes: label: Alternatives