Skip to content

Commit 56e7b43

Browse files
committed
suggestion to avoid spam on security ml
1 parent 137b75a commit 56e7b43

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

security.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,39 @@ you can either:
1717
- report it to [[email protected]](mailto:[email protected]) if opening a GHSA is not possible, or you are unsure
1818
where it will belong.
1919

20+
21+
We do not currently run bug bounty programs, and do not currently reward
22+
vulnerability discovery.
23+
2024
If you prefer to encrypt your security reports,
2125
you can use [this PGP public key](assets/ipython_security.asc).
2226

27+
28+
### Reports to avoid
29+
30+
If you are unsure it is always best to contact us, though as an open source
31+
project maintained on volunteer time, we only have limited resources to spare,
32+
so please be mindful of our time.
33+
34+
- Avoid sending bare report of website scanning tools without some limited
35+
understanding saying you found a vulnerability:
36+
37+
- Example: we receive regular report of js vulnerability or wrong CORS on
38+
static websites, mostly jupyter.org and other documentation on
39+
`*.readthedocs.io`. As static website those are not affected.
40+
- Better:
41+
- You ran a tool and think there is vulnerability because you are
42+
learning, include you uncertainty in the object/body of the message.
43+
- You are a security researcher: Verify the tool claim and try to develop
44+
a POC of exploiting the vulnerability/fixing it.
45+
46+
- Avoid sending mass email to [email protected],
47+
(especially with dozen of other emails from bug bounty program in CC)
48+
49+
- Avoid asking us if we run a bug bounty program on private channel, or reward
50+
discovery, discuss it on the public forum.
51+
52+
2353
## Vulnerability information
2454

2555
Known vulnerabilities are tracked using the [CVE vendor ID 15653 for Jupyter](https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html).

0 commit comments

Comments
 (0)