Releases: OISF/suricata-update
Releases · OISF/suricata-update
1.3.3
1.3.2 - 2024-03-14
- Fix copying of file hash lists which was broken in the dataset fix
as part of ticket #6833:
https://redmine.openinfosecfoundation.org/issues/6854
1.3.1 - 2024-03-11
- Fix detecting dataset "load" when preceded by a space:
https://redmine.openinfosecfoundation.org/issues/6777 - If no Suricata is found, Suricata-Update will assume version 6.0.0
instead of 4.0.0. - Handle URLs of bare files that don't end in .rules:
https://redmine.openinfosecfoundation.org/issues/3664 - Don't base dataset filenames on the contents of the file, but
instead the filename path:
https://redmine.openinfosecfoundation.org/issues/6763 - Give each file in a source a unique filename by prefixing the files
with a hash of the URL to prevent duplicate filenames from
cloberring each other, in particular dataset files:
https://redmine.openinfosecfoundation.org/issues/6833
1.3.0 - 2023-07-07
- Fix loading of configuration files specified in update.yaml:
https://redmine.openinfosecfoundation.org/issues/6172
1.2.8 - 2023-07-07
- Fix loading of configuration files specified in update.yaml:
https://redmine.openinfosecfoundation.org/issues/6172
1.2.7 - 2022-01-30
- Embed an index that has been formatted so diffs are more readable.
- Documentation update with respect to how Suricata-Update is bundled
with all versions of Suricata now.
1.2.6 - 2022-11-25
- Allow checksum URL to be specified by the index:
https://redmine.openinfosecfoundation.org/issues/5684 - Metadata rule matching for disable, enable and drop:
https://redmine.openinfosecfoundation.org/issues/5561
1.2.5 - 2022-09-22
- Update entrypoint search path when not installed with distutils. This is
required for installation when bundled with Suricata 6.0.7 or newer:
https://redmine.openinfosecfoundation.org/issues/5313
1.2.4 - 2022-04-19
- Fix multiple modifications to a rule:
https://redmine.openinfosecfoundation.org/issues/4259 - Fix "check-versions" where the running Suricata is newer than what the index
knows about: https://redmine.openinfosecfoundation.org/issues/4373 - Fix issue with dataset handling. Also adds file renaming to avoid conflicts:
https://redmine.openinfosecfoundation.org/issues/5010. - New modify option to add metadata:
https://redmine.openinfosecfoundation.org/issues/5221. - Respect Suricata's sysconfdir when loading configuration files:
https://redmine.openinfosecfoundation.org/issues/4374. - Modify rule to add metadata:
https://redmine.openinfosecfoundation.org/issues/5221 - Don't fail when source removed from index:
https://redmine.openinfosecfoundation.org/issues/5269 - Option fail on download error:
https://redmine.openinfosecfoundation.org/issues/4579
1.2.3 - 2021-11-05
- Allow more custom characters in custom http header to allow for more
of the base64 character set:
https://redmine.openinfosecfoundation.org/issues/4701 - Send custom HTTP headers with check for remote checksum file:
https://redmine.openinfosecfoundation.org/issues/4001