You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,39 @@ you can either:
17
17
- report it to [security@ipython.org](mailto:security@ipython.org) if opening a GHSA is not possible, or you are unsure
18
18
where it will belong.
19
19
20
+
21
+
We do not currently run bug bounty programs, and do not currently reward
22
+
vulnerability discovery.
23
+
20
24
If you prefer to encrypt your security reports,
21
25
you can use [this PGP public key](assets/ipython_security.asc).
22
26
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 security@ipython.org,
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
+
23
53
## Vulnerability information
24
54
25
55
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