
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
gitlab.dms3.io/dms3/go-dms3-routing
go-ipfs-routing provides go-libp2p-routing implementations used in go-ipfs.
👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/routing. 🏎️ Good news! There is tooling and documentation to expedite a switch in your repo.
⚠️ If you continue using this repo, please note that security fixes will not be provided (unless someone steps in to maintain it).
📚 Learn more, including how to take the maintainership mantle or ask questions, here.
go-ipfs-routing
works like a set of regular Go packages:
> go get github.com/ipfs/go-ipfs-routing/...
This module uses Gx to manage
dependencies. You can use make all
to build it with the gx
dependencies.
This repo contains 3 different packages.
import "github.com/ipfs/go-ipfs-routing/mock"
Mock is a fake router useful for tests. It provides a mock client that
implements the IpfsRouting
interface and a mock server from which the client
retrieves routing records.
import "github.com/ipfs/go-ipfs-routing/offline"
Offline is an offline router that can put and get records to and from a local
Datastore
but can't retrieve them from the network.
import "github.com/ipfs/go-ipfs-routing/none"
None is a router no-op router that doesn't do anything. Puts always succeed and lookups always fail.
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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.