Mike Reeves
ebc1152376
Rebuild all analyzer source-packages for Python 3.14
...
Full rebuild of all analyzer source-packages via pip download targeting
cp314/manylinux_2_17_x86_64 to match the so-soc Dockerfile base image
(python:3.14.3-slim).
Replaces cp313 wheels with cp314 for pyyaml and charset_normalizer,
and picks up certifi 2026.2.25 (from 2026.1.4).
2026-03-16 18:58:24 -04:00
Mike Reeves
625bfb3ba7
Rebuild analyzer source-packages wheels for Python 3.14
...
The so-soc Dockerfile base image moved to python:3.14.3-slim but
analyzer source-packages still contained cp313 wheels for pyyaml and
charset_normalizer, causing pip install failures at container startup.
Replace all cp313 wheels with cp314 builds (pyyaml 6.0.3,
charset_normalizer 3.4.6) across all 14 analyzers and update the
CI python-test workflow to match.
2026-03-16 18:58:23 -04:00
reyesj2
4036469857
analyzer dep upgrades
2026-02-19 15:10:50 -06:00
reyesj2
0e0ab8384c
localfile dep upgrade
2025-08-21 11:26:59 -05:00
Jason Ertel
5d2bed950e
update analyser deps for py 3.13
2025-05-01 11:16:58 -04:00
Wes
c205438771
Update dependencies
2023-06-14 02:35:29 +00:00
Wes
841d0b4b1f
Update dependencies after git add
2023-06-05 15:42:55 +00:00
Wes
eac9a3fc86
Update requests and whoisit
2023-06-05 15:41:01 +00:00
Wes
3ab8a0be60
Update tests to account for change in 'file_path' value verification
2022-12-13 16:29:18 +00:00
Wes
eae05e83e6
Use new list verification function for 'file_path'
2022-12-13 16:28:50 +00:00
weslambert
9477f29432
Remove double quotes to fix issue with file path sourcing from 'localfile.py'
2022-12-08 17:06:43 -05:00
Wes
803d2d4d75
Add PyYAML .whl files back since they were 'deleted' in the previous commit
2022-10-25 19:15:54 +00:00
Wes
0267ece4bf
Fix PyYAML .whl file name and remove JA3er analyzer
2022-10-25 19:11:52 +00:00
Jason Ertel
9d43b7ec89
Rollback string manipulation in favor of fixed unit tests
2022-07-05 16:21:27 -04:00
Jason Ertel
f6266b19cc
Fix unit test issues
2022-07-05 16:20:24 -04:00
Wes Lambert
e96206d065
Strip quotes and ensure file_path is typed as a list
2022-07-05 14:25:54 +00:00
weslambert
568b43d0af
Ensure file_path uses jinja to derive the value(s) from the pillar
2022-06-27 10:10:13 -04:00
Wes Lambert
b93512eb01
Adjust verbiage around pillar configuration
2022-05-24 12:36:32 +00:00
Wes Lambert
92dee14ee8
Add configuration requirements for various analyzers
2022-05-24 12:29:14 +00:00
Jason Ertel
b45b6b198b
Improved unit test coverage of new analyzers; Utilize localized summaries; Require 100% code coverage on analyzers
2022-05-12 16:32:47 -04:00
Jason Ertel
35e47c8c3e
Add support for analyzers in airgapped environments
2022-05-10 16:51:00 -04:00
Wes Lambert
32adba6141
Update analyzer packages with those built from native (Alpine) Docker image
2022-05-09 20:04:41 +00:00
Wes Lambert
bd63753d80
Update analyzer name/description
2022-04-25 19:27:10 +00:00
Wes Lambert
15fcaa7030
Add localfile analyzer and tests
2022-04-25 19:23:35 +00:00