Revision history for CAPE-Utils 4.0.0 2025-07-21/15:00 - Add poetry_path config with a default of /etc/poetry/bin/poetry, which is where it is located for new CAPEv2 installs... older installs should set it to just poetry 3.0.0 2024-09-24/16:30 - Add ignoreMaxSize with a default value of 52428800 for skipping large extracts. 2.9.0 2024-08-01/16:20 - Remove unused depend on YAML. Thanks @perlpunk in issues/2. - Add support for ignoring stuff using Web::ACL. - Add ignore support for paths and UAs via a file of regexs 2.8.0 2023-11-27/11:00 - convert to Pod::Usage - replace CryptX with cli utils 2.7.1 2023-11-15/10:00 - fix tempdir cleanup 2.7.0 2023-06-18/19:30 - doc cleanup for suricata_extract_submit_extend - mojo_cape_submit_extend doc update and now update app protos and max size 2.6.0 2023-06-14/21:15 - add mojo_cape_submit_extend - Fix sub_size for suricata_extract_submit 2.5.0 2023-06-12/14:00 - suricata_extract_submit and extend now tracks submitted byte size - suricata_extract_submit now uses Proc::PID::File to make sure only one instance is running 2.4.0 2023-06-03/15:15 - Add report munging support. 2.3.0 2023-05-18/18:00 - suricata_extract_submit can now use env specified proxies optionally - suricata_extract_submit_extend now recomputes deltas 2.2.2 2023-05-18/10:00 - Fix pod error in Utils.pm, reneeb PR#1 - Set extend version to 1 in returned JSON. 2.2.1 2023-05-17/15:00 - Actually reset last_errors post loading the old stats JSON 2.2.0 2023-05-17/12:00 - cpanratings.perl.org no longer exists(147814) - src_bin/suricata_extract_submit now properly adds slug to the submission section - src_bin/suricata_extract_submit now tracks truncated files count 2.1.0 2023-05-17/09:45 - Update logging for ignored items to be more verbose. 2.0.0 2023-05-16/16:00 - Add CAPE::Utils->eve_process and matching eve command to cape_utils. - suricata_extract_submit now creates a stats file at '/var/cache/suricata_extract_submit_stats.json'. - suricata_extract_submit also sends stats to syslog - suricata_extract_submit sends the full extract JSON and mojo_cape_submit saves it. - Add src_bin/suricata_extract_submit_extend. 1.0.1 2023-03-30/20:00 - Fix a typo in regards to regex loading for ignore hosts regex file 1.0.0 2023-03-30/16:15 - Rework the auth system. Not backwards compatabile. - Add ignoreHosts options for ignoring hosts via regexp for suricata_extract_submit 0.1.0 2023-03-23/18:15 - Add json output to -a submit - submit now returns a hash of submitted files and task IDs - add src_bin/mojo_cape_submit - add src_bin/suricata_extract_submit 0.0.1 2023-03-11/11:00 - Initial version.