Affected by GO-2022-0779
and 2 other vulnerabilities
GO-2022-0873: Control character injection in console output in github.com/ipfs/go-ipfs
GO-2024-2779: Access Restriction Bypass in go-ipfs in github.com/ipfs/go-ipfs
package
Version:
v0.2.2-buildfails
Opens a new window with list of versions in this module.
Published: Feb 27, 2015
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package fuse/readonly implements a fuse filesystem to access files
stored inside of ipfs.
Mount mounts ipfs at a given location, and returns a mount.Mount instance.
FileSystem is the readonly Ipfs Fuse Filesystem.
NewFileSystem constructs new fs using given core.IpfsNode instance.
Root constructs the Root of the filesystem, a Root object.
Node is the core object representing a filesystem tree node.
Attr returns the attributes of a given node.
Lookup performs a lookup under this node.
ReadDir reads the link structure as directory entries
Root is the root object of the filesystem tree.
Attr returns file attributes.
Lookup performs a lookup under this node.
ReadDir reads a particular directory. Disallowed for root.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.