From ad9122f248701442b141f13d7b85f51fed4367db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Pawlitko?= Date: Wed, 5 Aug 2026 17:00:48 +0200 Subject: [PATCH 1/2] Add python 3.13 version to 'python.version' and 'python.required' options for splunk cloud compatibility --- apius_lang_entropy/default/app.conf | 2 +- apius_lang_entropy/default/commands.conf | 2 +- apius_lang_entropy/default/restmap.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apius_lang_entropy/default/app.conf b/apius_lang_entropy/default/app.conf index 5f1acb9..f86f8fa 100644 --- a/apius_lang_entropy/default/app.conf +++ b/apius_lang_entropy/default/app.conf @@ -9,7 +9,7 @@ label = Apius Language Entropy [launcher] author = Apius Technologies description = Bigram cross-entropy scoring against language models (DGA / C2 domain hunting) -version = 1.0.2 +version = 1.0.3 [package] id = apius_lang_entropy diff --git a/apius_lang_entropy/default/commands.conf b/apius_lang_entropy/default/commands.conf index b89397f..5f0f91b 100644 --- a/apius_lang_entropy/default/commands.conf +++ b/apius_lang_entropy/default/commands.conf @@ -2,4 +2,4 @@ filename = entropy_command.py chunked = true python.version = python3 -python.required = 3.9 +python.required = 3.9, 3.13 diff --git a/apius_lang_entropy/default/restmap.conf b/apius_lang_entropy/default/restmap.conf index 117deaf..384a4bc 100644 --- a/apius_lang_entropy/default/restmap.conf +++ b/apius_lang_entropy/default/restmap.conf @@ -8,7 +8,7 @@ output_modes = json passPayload = true passHttpHeaders = true python.version = python3 -python.required = 3.9 +python.required = 3.9, 3.13 [script:entropy_lab] match = /entropy_lab @@ -20,4 +20,4 @@ output_modes = json passPayload = true passHttpHeaders = true python.version = python3 -python.required = 3.9 +python.required = 3.9, 3.13 From e99a5c3ecad0587c8561ffe7571f37ff4e646433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Pawlitko?= Date: Wed, 5 Aug 2026 17:12:53 +0200 Subject: [PATCH 2/2] Rollback hardcoded version --- apius_lang_entropy/default/app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apius_lang_entropy/default/app.conf b/apius_lang_entropy/default/app.conf index f86f8fa..5f1acb9 100644 --- a/apius_lang_entropy/default/app.conf +++ b/apius_lang_entropy/default/app.conf @@ -9,7 +9,7 @@ label = Apius Language Entropy [launcher] author = Apius Technologies description = Bigram cross-entropy scoring against language models (DGA / C2 domain hunting) -version = 1.0.3 +version = 1.0.2 [package] id = apius_lang_entropy