Copilot commented on code in PR #13675:
URL: https://github.com/apache/trafficserver/pull/13675#discussion_r4010440493


##########
tools/hrw4u/tests/data/sandbox/denied-modifier-not.input.txt:
##########
@@ -0,0 +1,13 @@
+REMAP {
+    if !internal() {
+        inbound.req.X-Not-Internal = "1";
+    }
+
+    if inbound.method != "GET" {

Review Comment:
   The new denial fixture covers `!`, `!=`, and `!in`, but not `!~`. `!~` is a 
distinct lexer token and is handled by the separate `NOT_TILDE` branch in 
`negate`, so a regression that drops `NOT_TILDE` from that tuple would still 
pass this test suite. Please add a sandbox-denied `!~` comparison and update 
the expected error count.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to