Affected by GO-2022-0585
and 4 other vulnerabilities
GO-2022-0585 : Server-Side Request Forgery in Apache Traffic Control in github.com/apache/trafficcontrol
GO-2022-0602 : Email relay 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
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
traffic_ops
testing
api
v1
config
ip_allow
package
Version:
v5.1.2+incompatible
Opens a new window with list of versions in this module.
Published: May 6, 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: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Parse takes a string presumed to be an ATS ip_allow.config and validates that it is
syntatically correct.
The general format of an ip_allow config is the following:
src_ip=<range of IP addresses> action=<action> [method=<list of methods separated by '|'>]
dest_ip=<range of IP addresses> action=<action> [method=<list of methods separated by '|'>]
For a full description of the syntax, refer to the ATS documentation for the ip_allow config:
https://docs.trafficserver.apache.org/en/latest/admin-guide/files/cache.config.en.html
Source Files
¶
Click to show internal directories.
Click to hide internal directories.