Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve][misc] Add security section to PIP issue template #19803

Merged
merged 1 commit into from
Mar 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down