GO-2024-3358: SQL injection in Apache Traffic Control in github.com/apache/trafficcontrol
The highest tagged major version is
v8.
package
Version:
v7.0.0-rc2+incompatible
Opens a new window with list of versions in this module.
Published: Jul 21, 2022
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
View Source
const ATSCurrentConnectionsStat = "ats.proxy.process.http.current_client_connections"
type CacheData struct {
HostName tc.CacheName `json:"hostname"`
CacheGroup tc.CacheGroupName `json:"cachegroup"`
Status string `json:"status"`
Profile string `json:"profile"`
IP *string `json:"ip"`
Healthy bool `json:"healthy"`
KBPS uint64 `json:"kbps"`
Connections uint64 `json:"connections"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.