Affected by GO-2026-4883
and 4 other vulnerabilities
GO-2026-4883 : Moby has an Off-by-one error in its plugin privilege validation in github.com/docker/docker
GO-2026-4887 : Moby has AuthZ plugin bypass when provided oversized request bodies in github.com/docker/docker
GO-2026-5617 : Docker: Race condition in docker cp allows bind mount redirection to host path in github.com/docker/docker
GO-2026-5668 : Docker: Race condition in docker cp allows creation of arbitrary empty files on the host via symlink swap in github.com/docker/docker
GO-2026-5746 : Docker: `PUT /containers/{id}/archive` executes container binary on the host in github.com/docker/docker
Discover Packages
github.com/docker/docker
libnetwork
ipbits
package
Version:
v27.4.0-rc.1+incompatible
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 95
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package ipbits contains utilities for manipulating netip.Addr values as
numbers or bitfields.
Add returns ip + (x << shift).
Field returns the value of the bitfield [u, v] in ip as an integer,
where bit 0 is the most-significant bit of ip.
The result is undefined if u > v, if v-u > 64, or if u or v is larger than
ip.BitLen().
SubnetsBetween computes the number of subnets of size 'sz' available between 'a1'
and 'a2'. The result is capped at math.MaxUint64 . It returns 0 when one of
'a1' or 'a2' is invalid, if both aren't of the same family, or when 'a2' is
less than 'a1'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.