@cryptotaxi247 / kubo / commits / 1eef1ef38

assets: add security@ipfs.io GPG key

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Jul 27, 2016 at 15:49 UTC 1eef1ef389726909a217d8a71ef8138dd6c5a223
2 files changed +5 -1
README.md
+1 -1
@@ -47,7 +47,7 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
47
48 The IPFS protocol and its implementations are still in heavy development. This means that there may be problems in our protocols, or there may be mistakes in our implementations. And -- though IPFS is not production-ready yet -- many people are already running nodes in their machines. So we take security vulnerabilities very seriously. If you discover a security issue, please bring it to our attention right away!
49
50 -If you find a vulnerability that may affect live deployments -- for example, by exposing a remote execution exploit -- please send your report privately to security@ipfs.io. Please DO NOT file a public issue.
50 +If you find a vulnerability that may affect live deployments -- for example, by exposing a remote execution exploit -- please send your report privately to security@ipfs.io. Please DO NOT file a public issue. The GPG key for security@ipfs.io is [4B9665FB 92636D17 7C7A86D3 50AAE8A9 59B13AF3](https://pgp.mit.edu/pks/lookup?op=get&search=0x50AAE8A959B13AF3).
51
52 If the issue is a protocol weakness that cannot be immediately exploited or something not yet deployed, just discuss it openly.
53
assets/init-doc/security-notes
+4
@@ -14,6 +14,10 @@ Please note the following:
14 user provided data. But please point any problems out to us in a
15 github issue, or email security@ipfs.io privately.
16
17 +- security@ipfs.io GPG key:
18 + - 4B9665FB 92636D17 7C7A86D3 50AAE8A9 59B13AF3
19 + - https://pgp.mit.edu/pks/lookup?op=get&search=0x50AAE8A959B13AF3
20 +
21 - ipfs uses encryption for all communication, but it's NOT PROVEN SECURE
22 YET! It may be totally broken. For now, the code is included to make
23 sure we benchmark our operations with encryption in mind. In the future,