mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
304 B
ReStructuredText
12 lines
304 B
ReStructuredText
6 months ago
|
Lua Libraries
|
||
|
=============
|
||
|
|
||
|
Suricata provides Lua extensions, or libraries to Lua scripts with the
|
||
|
``require`` keyword. These extensions are particularly important in
|
||
|
Lua rules as Lua rules are executed in a restricted sandbox
|
||
|
environment without access to additional modules.
|
||
|
|
||
|
.. toctree::
|
||
|
|
||
|
hashlib
|