This is an automated email from the ASF dual-hosted git repository.

smalenfant pushed a commit to branch sm/tomcat-CVE-2025-24813
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 67a100ad3cd28c847f694cac5ab4da2f422d1068
Author: Steve Malenfant <[email protected]>
AuthorDate: Wed Feb 26 17:06:14 2025 +0000

    Adding regexp module
---
 traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go 
b/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go
index 99464b9faf..b2ea7b1858 100644
--- a/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go
+++ b/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go
@@ -25,6 +25,7 @@ import (
        "errors"
        "fmt"
        "net/http"
+        "regexp"
        "strconv"
        "time"
 

Reply via email to