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
-[Download and Compile IPFS](#download-and-compile-ipfs)
61
-
-[Cross Compiling](#cross-compiling)
62
-
-[OpenSSL](#openssl)
61
+
-[Cross Compiling](#cross-compiling)
62
+
-[OpenSSL](#openssl)
63
63
-[Troubleshooting](#troubleshooting)
64
64
-[Updating go-ipfs](#updating-go-ipfs)
65
+
-[Using ipfs-update](#using-ipfs-update)
66
+
-[Downloading IPFS builds using IPFS](#downloading-ipfs-builds-using-ipfs)
65
67
-[Getting Started](#getting-started)
66
-
-[Some things to try](#some-things-to-try)
67
68
-[Usage](#usage)
69
+
-[Some things to try](#some-things-to-try)
68
70
-[Troubleshooting](#troubleshooting-1)
69
71
-[Packages](#packages)
70
72
-[Development](#development)
@@ -78,11 +80,7 @@ Before opening an issue, consider using one of the following locations to ensure
78
80
79
81
## Security Issues
80
82
81
-
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!
82
-
83
-
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.
84
-
85
-
If the issue is a protocol weakness that cannot be immediately exploited or something not yet deployed, just discuss it openly.
83
+
Please follow [`SECURITY.md`](SECURITY.md).
86
84
87
85
## Install
88
86
@@ -168,7 +166,9 @@ $ sudo snap install ipfs
168
166
169
167
The snap sets `IPFS_PATH` to `SNAP_USER_COMMON`, which is usually `~/snap/ipfs/common`. If you want to use `~/.ipfs` instead, you can bind-mount it to `~/snap/ipfs/common` like this:
170
168
171
-
```sudo mount --bind ~/.ipfs ~/snap/ipfs/common```
169
+
```
170
+
$ sudo mount --bind ~/.ipfs ~/snap/ipfs/common
171
+
```
172
172
173
173
If you want something more sophisticated to escape the snap confinement, we recommend using a different method to install `go-ipfs` so that it is not subject to snap confinement.
0 commit comments