[FR] Updates to KQL Lib Parsing and Install (#3605)

* Bump Version

* updated

* Bump patch version

* Optimization should only occur on single values

* Wildcard semantically equivalent to query_string*

* Add unit test for optimization

* Move code-checks to yml

* Add tests path to code-checks

* Add lib path for code-checks

* Install deps from local

* Update DSL optimization unit test

---------

Co-authored-by: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com>
This commit is contained in:
Eric Forte
2025-07-10 15:03:08 -04:00
committed by GitHub
parent b70792082a
commit 03f977246f
8 changed files with 37 additions and 7 deletions
@@ -8,6 +8,8 @@ on:
paths:
- 'detection_rules/**/*.py'
- 'hunting/**/*.py'
- 'tests/**/*.py'
- 'lib/**/*.py'
jobs:
code-checks:
+2
View File
@@ -30,6 +30,8 @@ jobs:
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kibana
pip install lib/kql
- name: Unit tests
env: