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
internal
pkg
findprocess
package
Version:
v1.16.5
Opens a new window with list of versions in this module.
Published: Apr 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Package findprocess provides an os.FindProcess wrapper that
portably detects non-existent processes.
ErrNotFound represents a target process that does not exist or is
otherwise not available to the calling process.
FindProcess wraps os.Findprocess 1 to return a public ErrNotFound
if the process does not exist. The returned process will be nil if
and only if the returned err is non-nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.