-
Notifications
You must be signed in to change notification settings - Fork 185
Add guidelines for contacting the security WG to avoid spam etc #796
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
3 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 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 | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -17,9 +17,39 @@ you can either: | |||||||
- report it to [security@ipython.org](mailto:security@ipython.org) if opening a GHSA is not possible, or you are unsure | ||||||||
where it will belong. | ||||||||
|
||||||||
|
||||||||
We do not currently run bug bounty programs, and do not currently reward | ||||||||
vulnerability discovery. | ||||||||
|
||||||||
If you prefer to encrypt your security reports, | ||||||||
you can use [this PGP public key](assets/ipython_security.asc). | ||||||||
|
||||||||
|
||||||||
### Reports to avoid | ||||||||
|
||||||||
If you are unsure it is always best to contact us, though as an open source | ||||||||
project maintained on volunteer time, we only have limited resources to spare, | ||||||||
so please be mindful of our time. | ||||||||
|
||||||||
- Avoid sending bare report of website scanning tools without some limited | ||||||||
understanding saying you found a vulnerability: | ||||||||
|
||||||||
- Example: we receive regular report of js vulnerability or wrong CORS on | ||||||||
static websites, mostly jupyter.org and other documentation on | ||||||||
`*.readthedocs.io`. As static website those are not affected. | ||||||||
- Better: | ||||||||
- You ran a tool and think there is vulnerability because you are | ||||||||
learning, include you uncertainty in the object/body of the message. | ||||||||
- You are a security researcher: Verify the tool claim and try to develop | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo in the phrase 'include you uncertainty'; consider replacing it with 'include your uncertainty'.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||||
a POC of exploiting the vulnerability/fixing it. | ||||||||
|
||||||||
- Avoid sending mass email to security@ipython.org, | ||||||||
(especially with dozen of other emails from bug bounty program in CC) | ||||||||
|
||||||||
- Avoid asking us if we run a bug bounty program on private channel, or reward | ||||||||
discovery, discuss it on the public forum. | ||||||||
|
||||||||
|
||||||||
## Vulnerability information | ||||||||
|
||||||||
Known vulnerabilities are tracked using the [CVE vendor ID 15653 for Jupyter](https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html). | ||||||||
|
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.