From 89ae1a00362ec4707377b063c16caaeaf5f1cac5 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 12 Nov 2019 21:57:28 +0100 Subject: [PATCH] detect: apply transforms to http body --- src/detect-http-client-body.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detect-http-client-body.c b/src/detect-http-client-body.c index 1894c0e0ea..97d2927829 100644 --- a/src/detect-http-client-body.c +++ b/src/detect-http-client-body.c @@ -258,6 +258,7 @@ static InspectionBuffer *HttpClientBodyGetDataCallback(DetectEngineThreadCtx *de StreamingBufferGetDataAtOffset(body->sb, &data, &data_len, offset); InspectionBufferSetup(buffer, data, data_len); + InspectionBufferApplyTransforms(buffer, transforms); buffer->inspect_offset = offset; /* move inspected tracker to end of the data. HtpBodyPrune will consider -- 2.47.2