zrhoffman commented on a change in pull request #5071:
URL: https://github.com/apache/trafficcontrol/pull/5071#discussion_r502597400



##########
File path: traffic_ops/traffic_ops_golang/api/api.go
##########
@@ -528,6 +541,36 @@ func NewInfo(r *http.Request, requiredParams []string, 
intParamNames []string) (
        }, nil, nil, http.StatusOK
 }
 
+const createChangeLogQuery = `
+INSERT INTO log (
+       level,
+       message,
+       tm_user
+) VALUES (
+       '` + ApiChange + `',

Review comment:
       This should be a prepared statement parameter




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to