Affected by GO-2024-3071
and 3 other vulnerabilities
GO-2024-3071: Gateway API route matching order contradicts specification in github.com/cilium/cilium
GO-2024-3072: Policy bypass for Host Firewall policy due to race condition in Cilium agent in github.com/cilium/cilium
GO-2024-3074: Cilium leaks information via incorrect ReferenceGrant update logic in Gateway API in github.com/cilium/cilium
GO-2024-3208: Cilium's CIDR deny policies may not take effect when a more narrow CIDR allow is present in github.com/cilium/cilium
package
Version:
v1.15.7
Opens a new window with list of versions in this module.
Published: Jul 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
GetMask returns a bit mask filled with ones of length 'x'.
e.g.:
GetMask(3) => 0b00000111
GetMask(4) => 0b00001111
GetMask(5) => 0x00011111
MSB returns the position of most significant bit for the given uint64
Source Files
¶
Click to show internal directories.
Click to hide internal directories.