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.
suricata/doc
Philippe Antoine 32d0bd2bbb detect: limit base64_decode `bytes` to 64KiB
Ticket: 7613

Avoids potential large per-thread memory allocation. A buffer with the
size of the largest decode_base64 buffer size setting would be allocated
per thread. As this was a u32, it could mean a per-thread 4GiB memory
allocation.

64KiB was already the built-in default for cases where bytes size wasn't
specified.
6 months ago
..
doxygen
userguide detect: limit base64_decode `bytes` to 64KiB 6 months ago
AUTHORS doc: replace ohloh with openhub link 4 years ago
Basic_Setup.txt
GITGUIDE
INSTALL docs: update url to docs.suricata.io 2 years ago
Makefile.am doc: remove legacy windows install guide 2 years ago
NEWS userguide: update references to Suricata website 4 years ago
README
Setting_up_IPSinline_for_Linux.txt docs: update url to docs.suricata.io 2 years ago
TODO userguide: update references to Suricata website 4 years ago
Third_Party_Installation_Guides.txt

README