
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
thebigman.ddns.net/ipfs/go-mfs
go-mfs implements an in-memory model of a mutable IPFS filesystem.
go-mfs
works like a regular Go module:
> go get github.com/ipfs/go-mfs
It uses Gx to manage dependencies. You can use make all
to build it with the gx
dependencies.
import "github.com/ipfs/go-mfs"
Check the GoDoc documentation
Documentation around the MFS and the Files API in general around IPFS is a work in progress the following links may be of use:
This repository contains many files, all belonging to the root mfs
package.
file.go
: MFS File
.dir.go
: MFS Directory
.fd.go
: FileDescriptor
used to operate on File
s.ops.go
: Functions that do not belong to either File
nor Directory
(although they mostly operate on them) that contain common operations to the MFS, e.g., find, move, add a file, make a directory.root.go
: MFS Root
(a Directory
with republishing support).repub.go
: Republisher
.mfs_test.go
: General tests (needs a revision).repub_test.go
: Republisher-specific tests (contains only the TestRepublisher
function).PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © Protocol Labs, Inc.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.