Affected by GO-2022-0426
and 6 other vulnerabilities
GO-2022-0426 : Incorrect Default Permissions in CRI-O in github.com/cri-o/cri-o
GO-2022-0480 : Node DOS by way of memory exhaustion through ExecSync request in CRI-O in github.com/cri-o/cri-o
GO-2022-0608 : Incorrect Permission Assignment for Critical Resource in CRI-O in github.com/cri-o/cri-o
GO-2022-1014 : CRI-O incorrect handling of supplementary groups may lead to sensitive information disclosure in github.com/cri-o/cri-o
GO-2022-1206 : CRI-O vulnerable to /etc/passwd tampering resulting in Privilege Escalation in github.com/cri-o/cri-o
GO-2024-2458 : CRI-O's pods can break out of resource confinement on cgroupv2 in github.com/cri-o/cri-o
GO-2024-2791 : CRI-O vulnerable to an arbitrary systemd property injection in github.com/cri-o/cri-o
Discover Packages
github.com/cri-o/cri-o
server
useragent
package
Version:
v1.16.0-rc2
Opens a new window with list of versions in this module.
Published: Oct 22, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package useragent provides helper functions to pack
version information into a single User-Agent header.
AppendVersions converts versions to a string and appends the string to the string base.
Each VersionInfo will be converted to a string in the format of
"product/version", where the "product" is get from the name field, while
version is get from the version field. Several pieces of version information
will be concatenated and separated by space.
Example:
AppendVersions("base", VersionInfo{"foo", "1.0"}, VersionInfo{"bar", "2.0"})
results in "base foo/1.0 bar/2.0".
Get is the User-Agent the CRI-O daemon uses to identify itself.
VersionInfo is used to model UserAgent versions.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.