-
-
Notifications
You must be signed in to change notification settings - Fork 977
Publish the list of PSRT members #1729
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4470cde
Publish the list of PSRT members
sethmlarson 8a065ef
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1ddc164
Add Jacob Coffee, newest PSRT member
sethmlarson d8f1976
Apply suggestions from code review
sethmlarson 88b0538
Alphabetize member names
sethmlarson 61d4fee
Update developer-workflow/psrt.csv
sethmlarson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Publish the list of PSRT members
- Loading branch information
commit 4470cde82c96caee902bd14100862a7855707a28
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| Barry Warsaw,warsaw,Admin | ||
| Benjamin Peterson,benjaminp, | ||
| Dustin Ingram,di, | ||
| Donald Stufft,dstufft, | ||
| Ee Durbin,ewdurbin,Admin | ||
| Glyph Lefkowitz,glyph, | ||
| Gregory P. Smith,gpshead, | ||
| Hugo van Kemenade,hugovk,Release Manager | ||
| Larry Hastings,larryhastings, | ||
| Łukasz Langa,ambv, | ||
| Ned Deily,ned-deily,"Admin, Release Manager" | ||
| Pablo Galindo Salgado,pablogsal,Release Manager | ||
| Paul McMillan,paulmcmillan, | ||
| Pradyun Gedam,pradyunsg, | ||
| Savannah Bailey,savannahostrowski,Release Manager | ||
sethmlarson marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Seth Larson,sethmlarson,Admin | ||
| Steve Dower,zooba, | ||
sethmlarson marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Serhiy Storchaka,serhiy-storchaka, | ||
| Thomas Wouters,Yhg1s,Release Manager | ||
| Tim Peters,tim-one, | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,82 @@ Python Security Response Team (PSRT) | |
| The Python Security Response Team (PSRT) is responsible for handling | ||
| vulnerability reports for CPython and pip. | ||
|
|
||
| Members | ||
| ------- | ||
|
|
||
| The PSRT publishes a full | ||
| list of members and admins, included in the table below: | ||
|
|
||
| .. csv-table:: | ||
| :header: "Name", "GitHub username", "Notes" | ||
| :file: psrt.csv | ||
| :encoding: "utf-8" | ||
|
|
||
| How can I join the PSRT? | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| Anyone can join the PSRT following a nomination process | ||
| `similar to core team nominations`_. Nomination for a new member | ||
| is brought to the PSRT by an existing PSRT member and then | ||
| this nomination is voted on by existing PSRT members. | ||
| The nomination succeeds if the nomination receives at least | ||
| two-thirds positive votes from a vote of existing PSRT members | ||
| that is open for one week and not vetoed by the Steering Council. | ||
|
|
||
| Once per year the Steering Council will receive a report of inactive members | ||
| of the PSRT with the recommendation to remove the inactive users from the PSRT. | ||
| “Inactive” is defined as a member who hasn’t coordinated or commented on a | ||
| vulnerability report in the past year since the last report was generated. | ||
| The Steering Council may remove members of the PSRT with a simple vote. | ||
|
|
||
| Members of the PSRT who are a Release Manager or Steering Council member may | ||
| remain in the PSRT regardless of inactivity in vulnerability reports. | ||
|
|
||
| .. _similar to core team nominations: https://devguide.python.org/core-team/join-team/ | ||
|
|
||
| Responsibilities of PSRT members | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| Below are the responsibilities of PSRT members: | ||
|
|
||
| * Being knowledgeable about typical software vulnerability report handling | ||
| processes, such as CVE IDs, patches, coordinated disclosure, embargoes, etc. | ||
sethmlarson marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
hugovk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * Not sharing or acting on embargoed information about the reported | ||
| vulnerability. Examples of disallowed behavior include sharing information | ||
| with colleagues or publicly deploying unpublished mitigations or patches ahead | ||
| of the advisory publication date. | ||
| * Acting as a “Coordinator” of vulnerability reports that are submitted to | ||
| projects. A coordinator’s responsibility is to move a report through the PSRT | ||
sethmlarson marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| process to a “finished” state, either rejected or as a published advisory and | ||
| mitigation, within the industry standard timeline of 90 days. | ||
| * As a Coordinator, involving relevant core team members or triagers where | ||
| necessary to make a determination whether a report is a vulnerability and | ||
| developing a patch. Coordinators are encouraged to involve members of the core | ||
| team to make the best decision for each report rather than working in isolation. | ||
| * As a Coordinator, calculating the severity using CVSS and authoring advisories | ||
| to be shared on `[email protected]`_. These advisories are used for | ||
| CVE records by the `PSF CVE Numbering Authority`_. | ||
| * Coordinators that can no longer move a report forwards for any reason must | ||
| delegate their Coordinator role to someone else in the PSRT. | ||
|
|
||
| .. [email protected]: https://mail.python.org/archives/list/[email protected]/ | ||
| .. _PSF CVE Numbering Authority: https://www.python.org/cve-numbering-authority/ | ||
|
|
||
| Responsibilities of PSRT admins | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| PSRT members who are designated as admins by the Steering Council have the | ||
| following additional responsibilities: | ||
|
|
||
| * Triaging the ``[email protected]`` mailing list. | ||
| * Managing PSRT membership access including the GitHub team, the mailing list, | ||
| and Discord channel, to ensure they are synchronized with the canonical list | ||
| of PSRT members. | ||
| * On a yearly basis, providing the Steering Council with a report including a | ||
| list of inactive PSRT members. | ||
| * Running nomination elections, including counting final votes and giving | ||
| the Steering Council an opportunity to veto nominations via email. | ||
|
|
||
| Vulnerability report triage | ||
| --------------------------- | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.