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
Discover Packages
github.com/ipfs/go-ipfs
Godeps
_workspace
src
github.com
whyrusleeping
multiaddr-filter
package
Version:
v0.4.0-rc3
Opens a new window with list of versions in this module.
Published: Mar 15, 2016
License: MIT, MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
go-multiaddr-filter -- CIDR netmasks with multiaddr
This module creates very simple multiaddr formatted cidr netmasks.
It doesn't do full multiaddr parsing to save on vendoring things and perf. The net
package will take care of verifying the validity of the network part anyway.
Usage
import filter "github.com/whyrusleeping/multiaddr-filter"
filter.NewMask("/ip4/192.168.0.0/24") // ipv4
filter.NewMask("/ip6/fe80::/64") // ipv6
Expand ▾
Collapse ▴
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.