Affected by GO-2022-0585
and 2 other vulnerabilities
GO-2022-0585 : Server-Side Request Forgery in Apache Traffic Control in github.com/apache/trafficcontrol
GO-2024-3358 : SQL injection in Apache Traffic Control in github.com/apache/trafficcontrol
GO-2025-4033 : Apache Traffic Control has an Inefficient Regular Expression Complexity vulnerability in github.com/apache/trafficcontrol
The highest tagged major version is
v8 .
Discover Packages
github.com/apache/trafficcontrol
lib
go-nagios
package
Version:
v6.0.1+incompatible
Opens a new window with list of versions in this module.
Published: Nov 9, 2021
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 28
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package nagios is used by Traffic Monitor for unknown reasons.
This may be moved internal to Traffic Monitor at some point, so its use is
discouraged.
Exit causes the current running program to exit by calling os.Exit with the
given Status as an exit code.
If the passed msg is not an empty string, it will be logged to stdout (NOT
stderr, and directly using 'fmt.Printf', which may bypass logging
configurations). Trailing newlines are ensured and not duplicated.
A Status is an exit code that can be passed to Exit.
These are the different values allowed for a Status.
Note that many things consider any non-zero exit code to be indicative of an
error causing the program to quit, despite any names seen here.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.