-
Notifications
You must be signed in to change notification settings - Fork 8
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
First draft security manager faq #77
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
There are no files selected for viewing
This file contains 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,33 @@ | ||
### Security Manager Role FAQ | ||
|
||
- What permissions does a security manager have? | ||
- As per the [Github documentation](https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)the security manager role has: | ||
- Read access on all repositories in the organization, in addition to any existing repository access | ||
- Write access on all security alerts in the organization | ||
- The ability to configure code security settings at the organization level | ||
- The ability to configure code security settings at the repository level | ||
- Someone in the `security manager` team role cannot manage the security team members | ||
|
||
- How can the security manager permission be granted? | ||
- An organization owner can create and manage a `security-managers` team. | ||
- See [how to create a Github team](https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team) | ||
|
||
- Who should have the Security Manager role? | ||
- Trusted members of the security-council team who may be required to audit security across various Jupyter subprojects. | ||
|
||
- What does the Security Manager role accomplish? | ||
- The security manager role will give [members of the Jupyter Security council](https://github.com/jupyter/security/blob/main/README.md#jupyter-security-subproject-council) the permissions necessary so that they may collaborate with Jupyter sub-project maintainers in evaluating, processing and handling security across Jupyter. | ||
- This role may also promote a more uniform and united handling of security across the Jupyter ecosystem. | ||
|
||
- Who is the role accountable to and what authority does the role have over the project? | ||
- Security managers act in the interest of the community, ensuring security across the Jupyter ecosystem. The role offers no additional authority over the project and is intended to facilitate working with project maintainers to promote security and security best practices. | ||
|
||
- How will `jupyter/security` stay on top of memberships of those lists? | ||
- The Jupyter Security council will establish an auditing schedule to ensure that the security manager team members are consistent across organizations and reflect the most current membership status for all individuals of the security manager team. | ||
- The selection of the members of the `security manager team` will be an agreed upon group of members from the Jupyter Security council selected via voting in a private Jupyter organization repository. The list of members will be shared with an organization owner and any necessary changes will be communicated. | ||
|
||
- Does the subproject team take on any new responsibilities here? | ||
- No additional responsibilities are taken on by the subproject team. The Jupyter Security council will establish an auditing schedule and communicate with teams and organization owners to ensure that the security manager roles across Jupyter organizations are up to date. | ||
|
||
- How do you imagine the role interacting with the Jupyter subproject teams in general? | ||
- This role should collaborate with Jupyter subproject maintainers to ensure the overall security across Jupyter subprojects. |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to link to the list of members of this team when it's available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think before the FAQ is finalized we can hopefully have a reference for the list of members publicly available somewhere, once that is done, I can include that link here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should have list in the Jupyter Governance. I'm thinkign we could/should also have this information in a yaml format and autoformatted in relevant documents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I think the current list is here:https://github.com/jupyter/security/blob/main/README.md?plain=1#L10-L15