]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: remove http cookie ua from list of buffers
authorShivani Bhardwaj <shivani@oisf.net>
Mon, 31 Mar 2025 12:28:15 +0000 (17:58 +0530)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Apr 2025 08:17:07 +0000 (10:17 +0200)
as they are available via library using the tx
- tx:request_header("Cookie")
- tx:response_header("Cookie")
- tx:request_header("User-Agent")

doc/userguide/rules/lua-detection.rst

index 0f2011987ec043d9007116952a447644b6f0baed..9ed8d9d1c59652b872e353274ab8310a35f902b0 100644 (file)
@@ -50,13 +50,10 @@ inspection. Currently the following are available:
 * http.request_line
 * http.request_headers
 * http.request_headers.raw
-* http.request_cookie
-* http.request_user_agent
 * http.request_body
 * http.response_headers
 * http.response_headers.raw
 * http.response_body
-* http.response_cookie
 
 All the HTTP buffers have a limitation: only one can be inspected by a
 script at a time.