]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua/datasets: factor out into its own file 12379/head
authorJason Ish <jason.ish@oisf.net>
Fri, 10 Jan 2025 23:23:35 +0000 (17:23 -0600)
committerVictor Julien <victor@inliniac.net>
Sun, 12 Jan 2025 19:02:35 +0000 (20:02 +0100)
commit05853fb8d579636c0a7dc8dc34fdb264fead2b47
tree19c86c72917dfd1d6a5933769bf5ea784169096b
parente397f2101935e6a69fe17e41ede9c8a38bf305e3
lua/datasets: factor out into its own file

This is mainly for header sanitization to avoid pulling in detect
modules into the Lua sandbox definition.

Plus if we namespace modules with names like "suricata.dataset", it
probably makes sense to keep those modules in their own files.
src/Makefile.am
src/detect-lua-extensions.c
src/util-lua-common.h
src/util-lua-dataset.c [new file with mode: 0644]
src/util-lua-dataset.h [new file with mode: 0644]
src/util-lua-sandbox.c