Affected by GO-2024-2666
and 2 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-3072: Policy bypass for Host Firewall policy due to race condition in Cilium agent in github.com/cilium/cilium
package
Version:
v1.13.13
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: 5
Opens a new window with list of imports.
Imported by: 21
Opens a new window with list of known importers.
Documentation
¶
Sanitize canonicalized the pattern for use by ToRegexp
ToRegexp converts a MatchPattern field into a regexp string. It does not
validate the pattern.
It supports:
* to select 0 or more DNS valid characters
Validate ensures that pattern is a parseable matchPattern. It returns the
regexp generated when validating.
ValidateWithoutCache is the same as Validate() but doesn't consult the regex
LRU.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.