Affected by GO-2024-2666
and 7 other vulnerabilities
GO-2024-2666 : Insecure IPsec transparent encryption in github.com/cilium/cilium
GO-2024-2922 : Cilium leaks sensitive information in cilium-bugtool in github.com/cilium/cilium
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
GO-2025-3415 : DoS in Cilium agent DNS proxy from crafted DNS responses in github.com/cilium/cilium
GO-2025-3416 : Cilium has an information leakage via insecure default Hubble UI CORS header in github.com/cilium/cilium
Discover Packages
github.com/cilium/cilium
pkg
promise
package
Version:
v1.15.2
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
New creates a new promise for value T.
Returns a resolver and the promise.
A promise for a future value.
Map transforms the value of a promise with the provided function.
MapError transforms the error of a rejected promise with the provided function.
type Resolver[T any ] interface {
Resolve(T)
Reject(error )
}
Resolver can resolve or reject a promise.
These methods are separate from 'Promise' to make it clear where the promise is resolved
from.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.