]> git.ipfire.org Git - thirdparty/suricata.git/log
thirdparty/suricata.git
4 weeks agoci: test with latest rust stable version 1.88 13545/head
Philippe Antoine [Fri, 27 Jun 2025 07:21:50 +0000 (09:21 +0200)] 
ci: test with latest rust stable version 1.88

4 weeks agorust: allow collapsible_else_if for debug logs
Philippe Antoine [Fri, 27 Jun 2025 07:20:56 +0000 (09:20 +0200)] 
rust: allow collapsible_else_if for debug logs

see https://github.com/rust-lang/rust-clippy/issues/15158

4 weeks agorust/htp: fix clippy uninlined_format_args
Philippe Antoine [Fri, 27 Jun 2025 07:02:10 +0000 (09:02 +0200)] 
rust/htp: fix clippy uninlined_format_args

   --> htp/src/decompressors.rs:703:64
    |
703 |                 std::io::Error::new(std::io::ErrorKind::Other, format!("{}", e))
    |                                                                ^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args

4 weeks agoconfigure: remove unused strtoul check
Fupeng Zhao [Thu, 19 Jun 2025 06:17:59 +0000 (14:17 +0800)] 
configure: remove unused strtoul check

strtoul is no longer used in the codebase, so the check was removed from AC_CHECK_FUNCS.

4 weeks agodetect/byte: update comments to reflect current parsing logic
Fupeng Zhao [Thu, 19 Jun 2025 06:14:30 +0000 (14:14 +0800)] 
detect/byte: update comments to reflect current parsing logic

4 weeks agoutil/coredump: refactor parsing and respect zero core dump limit
Fupeng Zhao [Thu, 19 Jun 2025 06:03:50 +0000 (14:03 +0800)] 
util/coredump: refactor parsing and respect zero core dump limit

- Replaced strtoul/strtoull with ByteExtractString* for safer and more consistent parsing.
- Allowed max-dump to be set to 0, and correctly apply a core dump limit of 0, maintaining behavior consistent with the commented default in suricata.yaml.in.
- Added and registered unit tests to validate the updated logic.

Ticket: #7212

4 weeks agodetect: replace strtoul with ByteExtractStringUint32
Fupeng Zhao [Thu, 19 Jun 2025 05:48:07 +0000 (13:48 +0800)] 
detect: replace strtoul with ByteExtractStringUint32

Also added and updated unit tests to ensure correctness.

Ticket: #7212

4 weeks agomisc/debug: Use SCConfDump 13541/head
Jeff Lucovsky [Thu, 26 Jun 2025 14:17:45 +0000 (10:17 -0400)] 
misc/debug: Use SCConfDump

The API entrypoint for ConfDump has changed so update the #ifdef'd
code to use it.

4 weeks agodpdk: complete function prototype definition
Lukas Sismis [Wed, 25 Jun 2025 09:40:20 +0000 (11:40 +0200)] 
dpdk: complete function prototype definition

Ticket: 7789

4 weeks agoaffinity: initialize CPU sets with online CPUs only
Lukas Sismis [Wed, 25 Jun 2025 09:18:56 +0000 (11:18 +0200)] 
affinity: initialize CPU sets with online CPUs only

When no CPU set is explicitly defined, switch from
UtilCpuGetNumProcessorsConfigured() (which counts all existing CPU
cores, even offline ones) to UtilCpuGetNumProcessorsOnline() (only
the available cores).
If Suricata initializes more threads than online CPUs it oversubscribes
the system. As Suricata does not support any runtime live reconfiguration
Suricata initializes only as many cores as online CPU cores.

Ticket: 7790

4 weeks agodetect/analyzer: Include ICMP icode information
Jeff Lucovsky [Sun, 15 Jun 2025 14:12:46 +0000 (10:12 -0400)] 
detect/analyzer: Include ICMP icode information

Issue: 6359

Extend the rules analysis to include ICMP icode information.

4 weeks agodetect/analyzer: Support u8 types
Jeff Lucovsky [Sun, 15 Jun 2025 14:12:08 +0000 (10:12 -0400)] 
detect/analyzer: Support u8 types

Issue: 6359

Support JSON output of u8 types

4 weeks agodoc/devguide: document app-layer protocol detection
Philippe Antoine [Tue, 17 Jun 2025 12:53:31 +0000 (14:53 +0200)] 
doc/devguide: document app-layer protocol detection

Ticket: 6022

4 weeks agodoc: document krb5 event type
Philippe Antoine [Tue, 17 Jun 2025 12:01:42 +0000 (14:01 +0200)] 
doc: document krb5 event type

Ticket: 6566

4 weeks agodoc: do not have bittorrent in the middle of SMB events
Philippe Antoine [Tue, 17 Jun 2025 11:42:39 +0000 (13:42 +0200)] 
doc: do not have bittorrent in the middle of SMB events

4 weeks agoschema: document kerberos fields
Philippe Antoine [Tue, 17 Jun 2025 11:42:22 +0000 (13:42 +0200)] 
schema: document kerberos fields

Ticket: 6566

4 weeks agoci: do not run workflows for etc/schema.json
Philippe Antoine [Tue, 17 Jun 2025 19:05:19 +0000 (21:05 +0200)] 
ci: do not run workflows for etc/schema.json

As it is rather a documentation file than code

5 weeks agonfq: suppress coverity thread warning 13519/head
Victor Julien [Sat, 21 Jun 2025 19:13:35 +0000 (21:13 +0200)] 
nfq: suppress coverity thread warning

CID 1593187: (#1 of 1): Data race condition (MISSING_LOCK)
2. missing_lock: Accessing (*p).nfq_v.mark without holding lock Packet_.persistent.tunnel_lock. Elsewhere, NFQPacketVars_.mark is written to with Packet_.persistent.tunnel_lock held 2 out of 5 times (2 of these accesses strongly imply that it is necessary).

No concurrency happening on non-tunnel packet, so no locking needed.

5 weeks agoutil/var-store: suppress coverity warnings
Victor Julien [Sat, 21 Jun 2025 18:59:01 +0000 (20:59 +0200)] 
util/var-store: suppress coverity warnings

5 weeks agodetect/multi-tenant: address various thread safety warnings
Victor Julien [Sat, 21 Jun 2025 18:54:16 +0000 (20:54 +0200)] 
detect/multi-tenant: address various thread safety warnings

5 weeks agopacketpool: improve thread safety 13518/head
Victor Julien [Sat, 21 Jun 2025 14:10:47 +0000 (16:10 +0200)] 
packetpool: improve thread safety

 lock_acquire: Calling pthread_mutex_lock acquires lock PktPoolLockedStack_.mutex.
 87        SCMutexLock(&my_pool->return_stack.mutex);

CID 1554228: (#1 of 1): Indefinite wait (BAD_CHECK_OF_WAIT_COND)
dead_wait: A wait is performed without ensuring that the condition is not already satisfied while holding lock PktPoolLockedStack_.mutex. This can cause a deadlock if the notification happens before the lock is acquired.
      Acquire the lock, then check the wait condition in a loop, without releasing with the lock before the wait. This will prevent deadlocks and failed conditions from spurious wakeups.

5 weeks agodetect/loader: add threading coverity warning
Victor Julien [Sat, 21 Jun 2025 10:42:17 +0000 (12:42 +0200)] 
detect/loader: add threading coverity warning

 lock_acquire: Calling pthread_mutex_lock acquires lock ThreadVars_.ctrl_mutex.
725        SCCtrlMutexLock(th_v->ctrl_mutex);

CID 1554214: (#1 of 1): Indefinite wait (BAD_CHECK_OF_WAIT_COND)
dead_wait: A wait is performed without ensuring that the condition is not already satisfied while holding lock ThreadVars_.ctrl_mutex. This can cause a deadlock if the notification happens before the lock is acquired.
      Acquire the lock, then check the wait condition in a loop, without releasing with the lock before the wait. This will prevent deadlocks and failed conditions from spurious wakeups.

5 weeks agoflow/manager: fix threading/locking coverity warnings
Victor Julien [Thu, 19 Jun 2025 12:24:18 +0000 (14:24 +0200)] 
flow/manager: fix threading/locking coverity warnings

In flow manager and recycler timed condition wait loops.

First check loop break conditions before entiring the timed wait.

CID 1638284: (#1 of 1): Indefinite wait (BAD_CHECK_OF_WAIT_COND)
dead_wait: A wait is performed without ensuring that the condition is not already satisfied while holding lock flow_manager_ctrl_mutex. This can cause a deadlock if the notification happens before the lock is acquired.

CID 1638293: (#1 of 1): Indefinite wait (BAD_CHECK_OF_WAIT_COND)
dead_wait: A wait is performed without ensuring that the condition is not already satisfied while holding lock flow_recycler_ctrl_mutex. This can cause a deadlock if the notification happens before the lock is acquired.

5 weeks agodefrag: improve thread safety in config logging
Victor Julien [Thu, 19 Jun 2025 10:52:32 +0000 (12:52 +0200)] 
defrag: improve thread safety in config logging

CID 1554235: (#1 of 1): Data race condition (MISSING_LOCK)
missing_lock: Accessing defragtracker_spare_q.len without holding lock DefragTrackerStack_.m. Elsewhere, DefragTrackerStack_.len is written to with DefragTrackerStack_.m held 2 out of 2 times.

5 weeks agodatasets: use locking wrappers everywhere
Victor Julien [Thu, 19 Jun 2025 10:33:16 +0000 (12:33 +0200)] 
datasets: use locking wrappers everywhere

To assist coverity, which got confused:

CID 1649393: (#1 of 1): Data race condition (MISSING_LOCK)
missing_lock: Accessing sets without holding lock sets_lock. Elsewhere, sets is written to with sets_lock held 2 out of 3 times.

5 weeks agoeve/schema: map mdns properties that have keywords
Jason Ish [Fri, 20 Jun 2025 18:07:11 +0000 (12:07 -0600)] 
eve/schema: map mdns properties that have keywords

Also add descriptions for the EVE index.

5 weeks agorules: add mdns rules
Jason Ish [Fri, 20 Jun 2025 18:17:12 +0000 (12:17 -0600)] 
rules: add mdns rules

5 weeks ago.gitignore: don't ignore rule files in rules/
Jason Ish [Fri, 20 Jun 2025 18:16:36 +0000 (12:16 -0600)] 
.gitignore: don't ignore rule files in rules/

These are rules we want to track edits to, as well as new and removed
files.

5 weeks agodoc/install: use our recommended header order
Jason Ish [Fri, 20 Jun 2025 15:12:17 +0000 (09:12 -0600)] 
doc/install: use our recommended header order

5 weeks agodoc/userguide: remove example with CentOS 7
Jason Ish [Wed, 18 Jun 2025 17:19:06 +0000 (11:19 -0600)] 
doc/userguide: remove example with CentOS 7

CentOS 7 is EOL.

Ticket: #7749

5 weeks agodoc/userguide: break out package installation
Jason Ish [Wed, 18 Jun 2025 17:16:02 +0000 (11:16 -0600)] 
doc/userguide: break out package installation

Break out RPM, Debian, and Ubuntu package installation into their own
pages.

Also break out other distributions like "Arch" into an "Other" section
with a note about how those packages are not supported by the OISF.

Ticket: #6252
Ticket: #6069

5 weeks agodoc/userguide: add appendix item on eve schema
Jason Ish [Thu, 19 Jun 2025 22:00:40 +0000 (16:00 -0600)] 
doc/userguide: add appendix item on eve schema

Add some basic documentation on our EVE schema, mainly to show users
that it exists.

5 weeks agolua: don't accept a table as a return value from match
Jason Ish [Thu, 19 Jun 2025 17:57:41 +0000 (11:57 -0600)] 
lua: don't accept a table as a return value from match

Remove the half finished support for accepting a table returned from a
Lua rule's match function. This is not documented, not tested, and not
really implemented.

Also, use lua_tointeger to get the return value from the match function
as an integer instead of a float.

Ticket: #6941

5 weeks agodetect/entropy: Clarify when entropy is logged
Jeff Lucovsky [Wed, 18 Jun 2025 13:14:16 +0000 (09:14 -0400)] 
detect/entropy: Clarify when entropy is logged

Clarify when entropy values are logged and associated with non-alert log
records.

5 weeks agodecode: add stats counters for ipv4/ipv6 over ipv4
Juliana Fajardini [Wed, 11 Jun 2025 21:29:58 +0000 (18:29 -0300)] 
decode: add stats counters for ipv4/ipv6 over ipv4

These existed for ipv6 over ipv6, and ipv4 over ipv6, but not for the
ipv4 counterpart.

Task #7758

5 weeks agodecode/ipv6: set packet flow in ip-in-ip
Juliana Fajardini [Wed, 11 Jun 2025 20:54:22 +0000 (17:54 -0300)] 
decode/ipv6: set packet flow in ip-in-ip

Bug #7752

5 weeks agodetect/analyzer: Extend analyzer output with dsize value info
Jeff Lucovsky [Sun, 15 Jun 2025 15:06:58 +0000 (11:06 -0400)] 
detect/analyzer: Extend analyzer output with dsize value info

Issue: 6357

6 weeks agodatasets: remove useless NULL check 13483/head
Eric Leblond [Mon, 16 Jun 2025 09:23:43 +0000 (11:23 +0200)] 
datasets: remove useless NULL check

Coverity did detect that the cleaning code is only reached with
Dataset *set being initialized so the check is useless.

** CID 1649392:       Null pointer dereferences  (REVERSE_INULL)
/src/datasets-context-json.c: 719           in DatajsonGet()
>>>     Null-checking "set" suggests that it may be null, but it has
already been dereferenced on all paths leading to the check.

** CID 1649391:       Null pointer dereferences  (REVERSE_INULL)
/src/datasets.c: 526           in DatasetGet()
>>>     Null-checking "set" suggests that it may be null, but it has
already been dereferenced on all paths leading to the check.

6 weeks agodatasets: remove unreachable code
Eric Leblond [Thu, 12 Jun 2025 09:16:16 +0000 (11:16 +0200)] 
datasets: remove unreachable code

As the DatasetGetOrCreate function is called before the creation
of the hash, it will never be available so we can remove the
cleaning.

6 weeks agoutil/mpm: grow state queue on demand
Philippe Antoine [Tue, 17 Jun 2025 13:06:27 +0000 (15:06 +0200)] 
util/mpm: grow state queue on demand

Ticket: 7678

6 weeks agoutil/mpm: factorize code
Philippe Antoine [Tue, 17 Jun 2025 13:06:08 +0000 (15:06 +0200)] 
util/mpm: factorize code

6 weeks agompm: allocate StateQueue on the heap for ks
Philippe Antoine [Tue, 17 Jun 2025 08:35:55 +0000 (10:35 +0200)] 
mpm: allocate StateQueue on the heap for ks

Completes commit 92fce2fdc069324e6060ce046ca80da6a351573c

Ticket: 6264

6 weeks agodoc/install: windows build documentation
Jason Ish [Mon, 16 Jun 2025 18:26:39 +0000 (12:26 -0600)] 
doc/install: windows build documentation

Ticket: #5911

6 weeks agoconfigure: display if we have npcap support
Jason Ish [Mon, 16 Jun 2025 18:28:10 +0000 (12:28 -0600)] 
configure: display if we have npcap support

6 weeks agorust: fix prototype for AppLayerParserTriggerRawStreamInspection
Philippe Antoine [Tue, 17 Jun 2025 09:37:15 +0000 (11:37 +0200)] 
rust: fix prototype for AppLayerParserTriggerRawStreamInspection

Ticket: 7762

As it modifies the flow indeed

6 weeks agorust: remove unnecessary cbindgen exclusions
Philippe Antoine [Tue, 17 Jun 2025 09:26:04 +0000 (11:26 +0200)] 
rust: remove unnecessary cbindgen exclusions

6 weeks agoutil/mpm: constify arg
Philippe Antoine [Tue, 17 Jun 2025 09:18:47 +0000 (11:18 +0200)] 
util/mpm: constify arg

and make rust version use the correct integer type

Ticket: 7762

6 weeks agoutil/mtu: Avoid excessive ioctls for MTU
Jeff Lucovsky [Mon, 16 Jun 2025 14:04:48 +0000 (10:04 -0400)] 
util/mtu: Avoid excessive ioctls for MTU

Issue: 7643

Use the cached livedev MTU value, when available.

6 weeks agopcap-log: fix memory leak on error paths after SCStrdup(prefix)
Boris Tonofa [Sat, 14 Jun 2025 08:44:57 +0000 (11:44 +0300)] 
pcap-log: fix memory leak on error paths after SCStrdup(prefix)

When PcapLogDataCopy() fails after duplicating pl->prefix,
the allocated 'prefix' string was not freed, leading to a leak.

Ticket: 7759

6 weeks agowindows: use _tzname instead of tzname 13467/head
Jason Ish [Mon, 16 Jun 2025 22:34:36 +0000 (16:34 -0600)] 
windows: use _tzname instead of tzname

tzname is a POSIX variable, WIN32 has prefixed many POSIX variables
with "_". While Mingw64 supports both, UCRT64 emits a compiler warning
on the usage of "tzname".

This triggered a rather large clang-format update.

6 weeks agogithub-ci: add windows ucrt build
Jason Ish [Mon, 16 Jun 2025 21:18:19 +0000 (15:18 -0600)] 
github-ci: add windows ucrt build

MSYS2 now recommends the UCRT environment as the default, so we should
probably add a CI job for it.

6 weeks agodoc/code-style: add rust; minor cleanups
Jason Ish [Mon, 16 Jun 2025 21:09:37 +0000 (15:09 -0600)] 
doc/code-style: add rust; minor cleanups

- Add small section on Rust code, and Rust code exposed to FFI.
- Other minor cleanups.

Ticket: #7078
Ticket: #6955

6 weeks agodoc/userguide/code-style: update header ordering
Jason Ish [Mon, 16 Jun 2025 20:26:16 +0000 (14:26 -0600)] 
doc/userguide/code-style: update header ordering

To match our recommended header ordering.

6 weeks agoversion: start development towards 8.0.0 13454/head
Shivani Bhardwaj [Mon, 16 Jun 2025 05:21:50 +0000 (10:51 +0530)] 
version: start development towards 8.0.0

6 weeks agorelease: 8.0.0-rc1; update changelog suricata-8.0.0-rc1
Shivani Bhardwaj [Thu, 12 Jun 2025 14:47:08 +0000 (20:17 +0530)] 
release: 8.0.0-rc1; update changelog

6 weeks agodetect/dataset: skip adding localstatedir if fullpath is provided 13437/head
Andreas Herz [Wed, 11 Jun 2025 08:47:45 +0000 (10:47 +0200)] 
detect/dataset: skip adding localstatedir if fullpath is provided

When the option to set a full path is enabled and a full path is
provided, skip adding the prefix (based on localstatedir) to the
directory since it would be unexpected and unwanted by a user.

Ticket: 7083

6 weeks agodatajson: limit impact of feature for non user
Eric Leblond [Wed, 11 Jun 2025 12:02:19 +0000 (14:02 +0200)] 
datajson: limit impact of feature for non user

The det_ctx structure was inflated by the additoin of the array to
handle JSON context. This commit updates the code to use a growing
buffer and limit the impact.

6 weeks agodetect/alert: optimize context cleanup
Victor Julien [Wed, 11 Jun 2025 20:15:24 +0000 (22:15 +0200)] 
detect/alert: optimize context cleanup

Don't always loop over each alert, but only do so if context was used.

6 weeks agolua: update to lua 5.4.8002
Jason Ish [Wed, 11 Jun 2025 20:38:33 +0000 (14:38 -0600)] 
lua: update to lua 5.4.8002

This updated crates remove tmpnam from being linked in, removing the
warning.

7 weeks agopacket: micro optimization in packet recycling 13432/head
Victor Julien [Wed, 11 Jun 2025 17:10:41 +0000 (19:10 +0200)] 
packet: micro optimization in packet recycling

7 weeks agodetect: move large array to bottom of detect thread ctx
Victor Julien [Wed, 11 Jun 2025 17:09:53 +0000 (19:09 +0200)] 
detect: move large array to bottom of detect thread ctx

7 weeks agodetect/pcre: add needed casts
Eric Leblond [Wed, 11 Jun 2025 13:34:06 +0000 (15:34 +0200)] 
detect/pcre: add needed casts

7 weeks agodatajson: add needed cast
Eric Leblond [Wed, 11 Jun 2025 12:52:22 +0000 (14:52 +0200)] 
datajson: add needed cast

7 weeks agodatajson: fix include in header
Eric Leblond [Wed, 11 Jun 2025 07:34:03 +0000 (09:34 +0200)] 
datajson: fix include in header

7 weeks agodetect: remove some useless tests
Eric Leblond [Tue, 10 Jun 2025 18:34:38 +0000 (20:34 +0200)] 
detect: remove some useless tests

7 weeks agodoc/userguide: fix some typos
Eric Leblond [Tue, 10 Jun 2025 18:07:45 +0000 (20:07 +0200)] 
doc/userguide: fix some typos

7 weeks agopacket: optimize json context cleaning
Eric Leblond [Tue, 10 Jun 2025 09:43:12 +0000 (11:43 +0200)] 
packet: optimize json context cleaning

We don't need to recycle the full alert array. This is going to
optimize packet recycle time.

7 weeks agodecode: light refactor on packet cleaning
Eric Leblond [Tue, 10 Jun 2025 09:42:12 +0000 (11:42 +0200)] 
decode: light refactor on packet cleaning

7 weeks agodatasets: improve lock handling
Eric Leblond [Mon, 9 Jun 2025 09:45:03 +0000 (11:45 +0200)] 
datasets: improve lock handling

DatasetGetOrCreate should now be called with the dataset lock
hold so the lock management is easier to read.

7 weeks agodetect/dataset: fix locking on datajson
Eric Leblond [Mon, 9 Jun 2025 09:38:22 +0000 (11:38 +0200)] 
detect/dataset: fix locking on datajson

7 weeks agodetect/dataset: check context_key validity
Eric Leblond [Mon, 9 Jun 2025 09:30:26 +0000 (11:30 +0200)] 
detect/dataset: check context_key validity

As context_key is an user entry and as it is used to build the JSON
string of alert, we could end up with an invalid event if the string
contains improper characters.

7 weeks agoeve/alert: add comment about string format
Eric Leblond [Mon, 9 Jun 2025 09:17:25 +0000 (11:17 +0200)] 
eve/alert: add comment about string format

7 weeks agodetect/pcre: fix error handling
Eric Leblond [Mon, 9 Jun 2025 09:14:37 +0000 (11:14 +0200)] 
detect/pcre: fix error handling

7 weeks agodetect/engine: put datajson related code in a func
Eric Leblond [Mon, 9 Jun 2025 09:10:20 +0000 (11:10 +0200)] 
detect/engine: put datajson related code in a func

7 weeks agodatasets: use SCLogError for errors
Eric Leblond [Mon, 9 Jun 2025 08:50:19 +0000 (10:50 +0200)] 
datasets: use SCLogError for errors

7 weeks agodetect/engine: remove unused keyword
Eric Leblond [Mon, 9 Jun 2025 08:35:02 +0000 (10:35 +0200)] 
detect/engine: remove unused keyword

7 weeks agodatasets: comment to specify usage of field
Eric Leblond [Mon, 9 Jun 2025 08:34:31 +0000 (10:34 +0200)] 
datasets: comment to specify usage of field

7 weeks agodecode: use pointer for PacketContextData
Eric Leblond [Mon, 9 Jun 2025 08:27:16 +0000 (10:27 +0200)] 
decode: use pointer for PacketContextData

By adding a pointer instead of the structure in the alert info
we spare some memory.

7 weeks agodecode: rename ExtraDataJsonList
Eric Leblond [Mon, 9 Jun 2025 08:14:27 +0000 (10:14 +0200)] 
decode: rename ExtraDataJsonList

7 weeks agodatasets: comments about format
Eric Leblond [Mon, 9 Jun 2025 08:09:34 +0000 (10:09 +0200)] 
datasets: comments about format

7 weeks agodatasets: rename function
Eric Leblond [Mon, 9 Jun 2025 08:07:04 +0000 (10:07 +0200)] 
datasets: rename function

DatasetCreateOrGet was in fact doing get or create.

7 weeks agodatasets: fix error handling in StringSet
Eric Leblond [Mon, 9 Jun 2025 08:04:35 +0000 (10:04 +0200)] 
datasets: fix error handling in StringSet

7 weeks agodatasets: factorize set operation
Eric Leblond [Mon, 9 Jun 2025 07:59:17 +0000 (09:59 +0200)] 
datasets: factorize set operation

7 weeks agodatasjson: fix include barrier name
Eric Leblond [Mon, 9 Jun 2025 07:52:13 +0000 (09:52 +0200)] 
datasjson: fix include barrier name

7 weeks agodetect/pcre: fix copyright date
Eric Leblond [Mon, 9 Jun 2025 07:50:18 +0000 (09:50 +0200)] 
detect/pcre: fix copyright date

7 weeks agodatajson: key length fix
Eric Leblond [Sun, 8 Jun 2025 08:17:50 +0000 (10:17 +0200)] 
datajson: key length fix

When using type string, we should not limit the size of the string.

This patch also fixes some implicit cast issues.

7 weeks agodatajson: value_key is necessary in json format
Eric Leblond [Sun, 8 Jun 2025 07:28:58 +0000 (09:28 +0200)] 
datajson: value_key is necessary in json format

7 weeks agodoc/userguide: enrichment_key is now context_key
Eric Leblond [Sun, 8 Jun 2025 07:05:13 +0000 (09:05 +0200)] 
doc/userguide: enrichment_key is now context_key

7 weeks agodatajson: rename enrichment_key to context_key
Eric Leblond [Sun, 8 Jun 2025 07:03:04 +0000 (09:03 +0200)] 
datajson: rename enrichment_key to context_key

7 weeks agodatajson: factorize code
Eric Leblond [Sat, 7 Jun 2025 20:45:38 +0000 (22:45 +0200)] 
datajson: factorize code

Code was duplicated and a build error was reported so factorizing
was the best way to clean it.

7 weeks agodatajson: add sanity check on length
Eric Leblond [Sat, 7 Jun 2025 20:19:03 +0000 (22:19 +0200)] 
datajson: add sanity check on length

Also cast to avoid compilation error.

7 weeks agodatajson: use systematic allocation
Eric Leblond [Sat, 7 Jun 2025 19:34:50 +0000 (21:34 +0200)] 
datajson: use systematic allocation

7 weeks agodatajson: more explicit memory handling
Eric Leblond [Sat, 7 Jun 2025 17:24:48 +0000 (19:24 +0200)] 
datajson: more explicit memory handling

7 weeks agodoc/userguide: fix some typos
Eric Leblond [Fri, 6 Jun 2025 11:35:00 +0000 (13:35 +0200)] 
doc/userguide: fix some typos

Suggestions from Juliana.

Co-authored-by: Juliana Fajardini Reichow <jufajardini@gmail.com>
7 weeks agoeve/schema: fix ordering
Eric Leblond [Sun, 1 Jun 2025 20:24:12 +0000 (22:24 +0200)] 
eve/schema: fix ordering

7 weeks agodatasets: remove comment about unused return value
Eric Leblond [Thu, 29 May 2025 09:00:14 +0000 (11:00 +0200)] 
datasets: remove comment about unused return value

7 weeks agodatajson: simplify memory handling
Eric Leblond [Thu, 29 May 2025 08:31:02 +0000 (10:31 +0200)] 
datajson: simplify memory handling

DatajsonAdd function is now responsible of the handling of the mem
of datajsontype passed as argument.

7 weeks agodatajson: use wrapper
Eric Leblond [Tue, 27 May 2025 20:33:53 +0000 (22:33 +0200)] 
datajson: use wrapper

7 weeks agodatajson: fix potential leak in error handling
Eric Leblond [Tue, 27 May 2025 20:08:27 +0000 (22:08 +0200)] 
datajson: fix potential leak in error handling

7 weeks agodatajson: remove unnecessary abstraction
Eric Leblond [Tue, 27 May 2025 19:53:56 +0000 (21:53 +0200)] 
datajson: remove unnecessary abstraction