Affected by GO-2024-3228
and 3 other vulnerabilities
GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder
GO-2025-3921: Coder accepts an APIKey beyond the linked OIDC expiry if there is no refresh token in github.com/coder/coder
GO-2025-3938: Coder vulnerable to privilege escalation could lead to a cross workspace compromise in github.com/coder/coder
GO-2025-4182: Coder logs sensitive objects unsanitized in github.com/coder/coder

The highest tagged major version is
v2.
package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Jun 19, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package reaper contains logic for reaping subprocesses. It is
specifically used in the agent to avoid the accumulation of
zombie processes.
IsChild returns true if we're the forked process.
func IsInitProcess() bool
IsInitProcess returns true if the current process's PID is 1.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.