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-2776: Apache Traffic Control Traffic Ops Vulnerable to LDAP Injection in github.com/apache/trafficcontrol
GO-2024-3358: SQL injection in Apache Traffic Control in github.com/apache/trafficcontrol
The highest tagged major version is
v8.
package
Version:
v6.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Oct 21, 2021
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
CGSearcher is the interface that wraps the Nearest method.
Nearest searches its list of objects and returns the closest to the given point.
Ths provides threadsafe access to a ThsT
NewThs creates a new Threadsafe Ths container.
Get returns the object held by the threadsafe container. The object MUST NOT be modified.
Set sets the given object in the threadsafe container. The given object MUST NOT be modified after calling this.
ThsT is the Threadsafe type used by this package. ThsT should usually be a pointer or an interface which holds a pointer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.