From 11be912796779e84f05a0b6881be9a3ae2c55843 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 19 Feb 2024 10:44:06 +0100 Subject: [PATCH] chg: [changelog] updated --- static/Changelog-PyMISP.txt | 155 ++++++++ static/Changelog-misp-galaxy.txt | 509 +++++++++++++++++++++++++ static/Changelog-misp-modules.txt | 144 ++++++- static/Changelog-misp-objects.txt | 52 +++ static/Changelog-misp-taxonomies.txt | 15 + static/Changelog-misp-warninglists.txt | 33 ++ static/Changelog.txt | 432 +++++++++++++++++++++ 7 files changed, 1338 insertions(+), 2 deletions(-) diff --git a/static/Changelog-PyMISP.txt b/static/Changelog-PyMISP.txt index 275a48b..b9a2d2a 100644 --- a/static/Changelog-PyMISP.txt +++ b/static/Changelog-PyMISP.txt @@ -2,6 +2,161 @@ Changelog ========= +v2.4.185 (2024-02-16) +--------------------- + +Changes +~~~~~~~ +- Bump changelog. [Raphaël Vinot] +- Bump deps, version. [Raphaël Vinot] + + +v2.4.184.3 (2024-02-12) +----------------------- + +Changes +~~~~~~~ +- Bump changelog. [Raphaël Vinot] +- Bump version. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] + +Fix +~~~ +- Properly get body from message, without headers. [Raphaël Vinot] +- Remove from __all__ entries that shouldn't be there. [Raphaël Vinot] + +Other +~~~~~ +- Build(deps-dev): bump jupyter-lsp from 2.2.1 to 2.2.2. + [dependabot[bot]] + + Bumps [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) from 2.2.1 to 2.2.2. + - [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases) + - [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md) + - [Commits](https://github.com/jupyter-lsp/jupyterlab-lsp/commits) + + --- + updated-dependencies: + - dependency-name: jupyter-lsp + dependency-type: indirect + ... + + +v2.4.184.2 (2024-02-06) +----------------------- + +Changes +~~~~~~~ +- Add changelog. [Raphaël Vinot] +- Bump changelog. [Raphaël Vinot] +- Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot] + +Fix +~~~ +- Do not throw a warning every time one import pymisp... [Raphaël Vinot] + +Other +~~~~~ +- Build(deps): bump codecov/codecov-action from 3 to 4. + [dependabot[bot]] + + Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. + - [Release notes](https://github.com/codecov/codecov-action/releases) + - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) + - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) + + --- + updated-dependencies: + - dependency-name: codecov/codecov-action + dependency-type: direct:production + update-type: version-update:semver-major + ... + + +v2.4.184.1 (2024-02-06) +----------------------- + +Changes +~~~~~~~ +- Bump changelog. [Raphaël Vinot] +- Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot] + + +v2.4.184 (2024-02-02) +--------------------- + +New +~~~ +- Enable support for python 3.12. [Raphaël Vinot] +- Relationship_type in tag. [Raphaël Vinot] + + Fix https://github.com/MISP/MISP/issues/9483 +- [internal] Add support for orjson. [Jakub Onderka] + + orjson is much faster library for decoding and encoding JSON formats + +Changes +~~~~~~~ +- Bump changelog. [Raphaël Vinot] +- Bump deps, version, objects. [Raphaël Vinot] +- Remove IntEnum. [Raphaël Vinot] +- Add even more debug for gha. [Raphaël Vinot] +- Add some debug for gha. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Add more strict typing, not done yet. [Raphaël Vinot] +- Add a bunch more typing. [Raphaël Vinot] +- Use typing info of lief. [Raphaël Vinot] +- First batch of changes for strict typing. [Raphaël Vinot] +- Update typing to please lief. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- [internal] Simplify code. [Jakub Onderka] +- [internal] User faster method to convert bytes to str. [Jakub Onderka] +- New annotations in tests. [Raphaël Vinot] +- Initial changes to use new annotations. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps, try to install with python 3.12. [Raphaël Vinot] +- Make the publish_timestamp a string, as per specs. [Raphaël Vinot] +- [internal] Update poetry.lock. [Jakub Onderka] + +Fix +~~~ +- Revert typing changes. [Raphaël Vinot] +- More responses athat are lists. [Raphaël Vinot] +- Another call that cn be a list or a dict. [Raphaël Vinot] +- Do not cast enum. [Raphaël Vinot] +- More fixes to support responses from MISP. [Raphaël Vinot] +- Handle list responses properly. [Raphaël Vinot] +- Import FileObject as needed. [Raphaël Vinot] +- Also skip docs from mypy. [Raphaël Vinot] +- Run mypy on what I want. [Raphaël Vinot] +- Compatibility with python 3.8. [Raphaël Vinot] +- Python < 3.10 support on typing, for good. [Raphaël Vinot] +- Python < 3.10 support on typing. [Raphaël Vinot] +- Rollback tests on python 3.12 as lief is not supported yet. [Raphaël + Vinot] +- Add missing wheel. [Raphaël Vinot] +- Make publish_timestamp a string in tests. [Raphaël Vinot] +- [internal] README typos. [Jakub Onderka] + +Other +~~~~~ +- Revert "fix: More responses athat are lists" [Raphaël Vinot] + + This reverts commit 709a10c64c0513b515f25c3ecfb9eb577b55084b. +- Build(deps): bump jinja2 from 3.1.2 to 3.1.3. [dependabot[bot]] + + Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. + - [Release notes](https://github.com/pallets/jinja/releases) + - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) + - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) + + --- + updated-dependencies: + - dependency-name: jinja2 + dependency-type: indirect + ... + + v2.4.183 (2024-01-04) --------------------- diff --git a/static/Changelog-misp-galaxy.txt b/static/Changelog-misp-galaxy.txt index 2d3f5bf..d9c8470 100644 --- a/static/Changelog-misp-galaxy.txt +++ b/static/Changelog-misp-galaxy.txt @@ -1,6 +1,515 @@ # Changelog +## %%version%% (unreleased) + +### Changes + +* [threat-actor] fixed. [Alexandre Dulaunoy] + +### Other + +* Merge pull request #935 from MISP/dependabot/pip/tools/mkdocs/cryptography-42.0.2. [Alexandre Dulaunoy] + + Bump cryptography from 42.0.1 to 42.0.2 in /tools/mkdocs + +* Bump cryptography from 42.0.1 to 42.0.2 in /tools/mkdocs. [dependabot[bot]] + + Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.1 to 42.0.2. + - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) + - [Commits](https://github.com/pyca/cryptography/compare/42.0.1...42.0.2) + + --- + updated-dependencies: + - dependency-name: cryptography + dependency-type: direct:production + ... + +* Merge pull request #934 from jstnk9/main. [Alexandre Dulaunoy] + + [Threat-Actors] added new information in relation to the Mandiant-Google TAG Report + +* Added new information in relation to the Mandiant-Google TAG Report. [jstnk9] + + New information added via https://services.google.com/fh/files/misc/tool-of-first-resort-israel-hamas-war-cyber.pdf + +* Merge pull request #933 from Delta-Sierra/main. [Alexandre Dulaunoy] + + add relationships between surveillance vendors + +* Add relationships between surveillance vendors. [Delta-Sierra] + + +## v2.4.185 (2024-02-16) + +### Changes + +* [sigma] updated to the latest version. [Alexandre Dulaunoy] + +* [surveillance-vendor] updated. [Alexandre Dulaunoy] + +* [surveillance-vendor] updated following https://storage.googleapis.com/gweb-uniblog-publish-prod/documents/Buying_Spying_-_Insights_into_Commercial_Surveillance_Vendors_-_TAG_report.pdf. [Alexandre Dulaunoy] + +* [threat-actor] version updated. [Alexandre Dulaunoy] + +* [ATRM] bump to latest ATRM version. [Christophe Vandeplas] + +### Other + +* Merge pull request #932 from NMD03/formatted. [Alexandre Dulaunoy] + + Ignore deprecated galaxies + bugfix + +* Fix [generator] bug displaying relations to priv clusters multiple times in table. [niclas] + +* Chg [generator] run black code formatter. [niclas] + +* Merge pull request #1 from NMD03/feature/exclude_deprecated. [Niclas Dauster] + + Feature/exclude deprecated + +* Merge branch 'main' into feature/exclude_deprecated. [Niclas Dauster] + +* Merge pull request #931 from NMD03/enrich_new_mitre. [Alexandre Dulaunoy] + + Add [mitre] relations from deprecated galaxies + +* Fix [mitre] running jq_all_the_things.sh. [niclas] + +* Add [mitre] relations from deprecated galaxies. [niclas] + +* Merge pull request #930 from Mathieu4141/threat-actors/b72eaadd-01a5-4232-951d-e0190999b2a7. [Alexandre Dulaunoy] + + [threat-actors] Add 2 actors + +* [threat-actors] Add Blackatom. [Mathieu4141] + +* [threat-actors] Add TA2725. [Mathieu4141] + +* Merge pull request #929 from NMD03/relations. [Alexandre Dulaunoy] + + Fix mkdocs graph physics + +* Formatted code using black. [niclas] + +* Fix [graph] links + pairwise distance using Fruchterman-Reingold (https://arxiv.org/pdf/1201.3011.pdf) [niclas] + +* Merge pull request #928 from danielplohmann/patch-37. [Alexandre Dulaunoy] + + merge KNOCKOUT SPIDER -> Evilnum + +* Merge KNOCKOUT SPIDER -> Evilnum. [Daniel Plohmann] + + Based on newer public reporting grouping these. + +* Merge pull request #926 from NMD03/relations. [Alexandre Dulaunoy] + + Mkdocs relations and statistics + +* Refactor code. [niclas] + +* Add [statistics] text. [niclas] + +* Chg [generator] cleanup. [niclas] + +* Chg [build] dependency check. [niclas] + +* Ref [tool] mkdocs. [niclas] + +* Fix [statistics] linking. [niclas] + +* Chg [modules] get rid of npm. [niclas] + +* Add [script] npm setup. [niclas] + +* Fix [tool] internal linking. [niclas] + +* Fix [tablefilter] base path to local. [niclas] + +* Fix [simulation] update graph. [niclas] + +* Fix [generator] relation level. [niclas] + +* Fix [statistics] bar graph margin. [niclas] + +* Improve [statistics] graphs for statistics. [niclas] + +* Change [deps] use npm packages. [niclas] + +* Add [graph] node names. [niclas] + +* Add [graph] drag by user. [niclas] + +* Add [graph] filtering based on table. [niclas] + +* Add [graph] basic graph. [niclas] + +* Add [table gen] relation level. [niclas] + +* Add [display relations] table with filters. [niclas] + +* Add [generator] statistics. [niclas] + +* Rename [geerator] global variables. [niclas] + +* Fix [generator] relations. [niclas] + +* Add [generator] statistics. [niclas] + +* Add [generator] get related containers. [niclas] + +* Refactor [generator] generate mkdocs site. [niclas] + +* Merge pull request #927 from Delta-Sierra/main. [Alexandre Dulaunoy] + + add COATHANGER RAT + +* Merge https://github.com/MISP/misp-galaxy. [Delta-Sierra] + +* Merge branch 'main' of github.com:MISP/misp-galaxy into main. [Alexandre Dulaunoy] + +* Merge pull request #925 from Mathieu4141/threat-actors/65b96fc7-5da9-448a-b567-dce5fe7e6057. [Alexandre Dulaunoy] + + [threat actors] Add some missing aliases/actors from Trend Micro + +* [threat-actors] Add TwoSail Junk aliases. [Mathieu4141] + +* [threat-actors] Add Operation Emmental. [Mathieu4141] + +* [threat-actors] Add Urpage. [Mathieu4141] + +* [threat-actors] Add APT23 aliases. [Mathieu4141] + +* [threat-actors] Add Operation C-Major aliases. [Mathieu4141] + +* [threat-actors] Add Tonto Team aliases. [Mathieu4141] + +* [threat-actors] Add Earth Yako. [Mathieu4141] + +* [threat-actors] Add Operation Red Signature. [Mathieu4141] + +* [threat-actors] Add Earth Berberoka aliases. [Mathieu4141] + +* [threat-actors] Add Domestic Kitten aliases. [Mathieu4141] + +* Merge pull request #924 from Delta-Sierra/main. [Deborah Servili] + + adding several webshells and open source tools + +* Add COATHANGER ref. [Delta-Sierra] + +* Add COATHANGER RAT. [Delta-Sierra] + +* Merge https://github.com/MISP/misp-galaxy. [Delta-Sierra] + +* Merge pull request #923 from Mathieu4141/threat-actors/cc5adecb-fa3e-4128-b059-1a8216fb1d08. [Alexandre Dulaunoy] + + [threat actors] Add some missing actors named by Kasperky + +* [threat-actors] Add Ferocious Kitten. [Mathieu4141] + +* [threat-actors] Add APT5 aliases. [Mathieu4141] + +* [threat-actors] Add CardinalLizard. [Mathieu4141] + +* [threat-actors] Add Operation Ghoul. [Mathieu4141] + +* [threat-actors] Add Operation Triangulation. [Mathieu4141] + +* [threat-actors] Add GhostEmperor. [Mathieu4141] + +* [threat-actors] Add RevengeHotels. [Mathieu4141] + +* [threat-actors] Add Fishing Elephant. [Mathieu4141] + +* [threat-actors] Add ShaggyPanther. [Mathieu4141] + +* [threat-actors] Add Tomiris. [Mathieu4141] + +* [threat-actors] Add Karkadann. [Mathieu4141] + +* Merge pull request #922 from Mathieu4141/threat-actors/133b2e2d-4948-4361-a9c5-d1798d1b7f4e. [Alexandre Dulaunoy] + + [threat actors] Add some missing Proofpoint aliases + +* [threat-actors] Add Silent Librarian aliases. [Mathieu4141] + +* [threat-actors] Add MuddyWater aliases. [Mathieu4141] + +* [threat-actors] Add TA2719. [Mathieu4141] + +* [threat-actors] Add APT10 aliases. [Mathieu4141] + +* [threat-actors] Add OilRig aliases. [Mathieu4141] + +* [threat-actors] Add Lazarus Group aliases. [Mathieu4141] + +* [threat-actors] Add TA2722. [Mathieu4141] + +* [threat-actors] Add APT39 aliases. [Mathieu4141] + +* [threat-actors] Add Evilnum aliases. [Mathieu4141] + +* [threat-actors] Add APT33 aliases. [Mathieu4141] + +* [threat-actors] Add MUSTANG PANDA aliases. [Mathieu4141] + +* [threat-actors] Add TA2552. [Mathieu4141] + +* [threat-actors] Add APT31 aliases. [Mathieu4141] + +* Adding several webshells and open source tools. [Delta-Sierra] + +* Fix [generator] move statistics in toc. [niclas] + +* Add [generator] func to ignore deprecated galaxies for site creation. [niclas] + + +## v2.4.184 (2024-02-02) + +### New + +* [mitre] MITRE Data Sources and Data Components fixes #914. [Christophe Vandeplas] + +### Changes + +* [microsoft] updated version. [Alexandre Dulaunoy] + +* [threat-actor] version updated. [Alexandre Dulaunoy] + +* [sigma] updated. [Alexandre Dulaunoy] + +* [mitre] updated to latest version. [Christophe Vandeplas] + +* [threat-actor] version updated. [Alexandre Dulaunoy] + +### Fix + +* [mitre] fixed duplicate cluster uuid. [Christophe Vandeplas] + +### Other + +* Merge pull request #921 from Mathieu4141/threat-actors/f4b1e157-e3e3-429a-8150-eb096f0b8cef. [Alexandre Dulaunoy] + + [threat-actors] Update with new Microsoft taxonomy + +* [threat-actors] Add Storm-1575. [Mathieu4141] + +* [threat-actors] Add Storm-0835. [Mathieu4141] + +* [threat-actors] Add Storm-1674. [Mathieu4141] + +* [threat-actors] Add Storm-0829. [Mathieu4141] + +* [threat-actors] Add Storm-1567. [Mathieu4141] + +* [threat-actors] Add Storm-1152. [Mathieu4141] + +* [threat-actors] Add SaintBear aliases. [Mathieu4141] + +* [threat-actors] Add Storm-0539. [Mathieu4141] + +* [threat-actors] Add DarkHotel aliases. [Mathieu4141] + +* [threat-actors] Add Storm-0530. [Mathieu4141] + +* [threat-actors] Add Storm-0381. [Mathieu4141] + +* [threat-actors] Add Storm-1101. [Mathieu4141] + +* [threat-actors] Add Ghostwriter aliases. [Mathieu4141] + +* [threat-actors] Add Storm-1286. [Mathieu4141] + +* [threat-actors] Add Storm-1099. [Mathieu4141] + +* [threat-actors] Add TA2101 aliases. [Mathieu4141] + +* [threat-actors] Add LYCEUM aliases. [Mathieu4141] + +* [threat-actors] Add Storm-1084. [Mathieu4141] + +* [threat-actors] Add Sandworm aliases. [Mathieu4141] + +* [threat-actors] Add Lazarus Group aliases. [Mathieu4141] + +* [threat-actors] Add FIN7 aliases. [Mathieu4141] + +* [threat-actors] Add POLONIUM aliases. [Mathieu4141] + +* [threat-actors] Add Pink Sandstorm. [Mathieu4141] + +* [threat-actors] Add Storm-1044. [Mathieu4141] + +* [threat-actors] Add Opal Sleet. [Mathieu4141] + +* [threat-actors] Add APT15 aliases. [Mathieu4141] + +* [threat-actors] Add APT5 aliases. [Mathieu4141] + +* [threat-actors] Add Storm-1167. [Mathieu4141] + +* [threat-actors] Add Storm-1295. [Mathieu4141] + +* [threat-actors] Add Scattered Spider aliases. [Mathieu4141] + +* [threat-actors] Add MuddyWater aliases. [Mathieu4141] + +* [threat-actors] Add TA505 aliases. [Mathieu4141] + +* [threat-actors] Add Phlox Tempest. [Mathieu4141] + +* [threat-actors] Add Raspberry Typhoon. [Mathieu4141] + +* [threat-actors] Add Silent Chollima aliases. [Mathieu4141] + +* [threat-actors] Add APT33 aliases. [Mathieu4141] + +* [threat-actors] Add PARINACOTA aliases. [Mathieu4141] + +* [threat-actors] Add Bohrium aliases. [Mathieu4141] + +* [threat-actors] Add Ruby Sleet. [Mathieu4141] + +* [threat-actors] Add WIZARD SPIDER aliases. [Mathieu4141] + +* [threat-actors] Add MosesStaff aliases. [Mathieu4141] + +* [threat-actors] Add Lilac Typhoon. [Mathieu4141] + +* [threat-actors] Add Fox Kitten aliases. [Mathieu4141] + +* [threat-actors] Add OilRig aliases. [Mathieu4141] + +* [threat-actors] Add APT31 aliases. [Mathieu4141] + +* [threat-actors] Add Vanilla Tempest. [Mathieu4141] + +* [threat-actors] Add ENERGETIC BEAR aliases. [Mathieu4141] + +* [threat-actors] Add Kimsuky aliases. [Mathieu4141] + +* [threat-actors] Add Sunglow Blizzard. [Mathieu4141] + +* [threat-actors] Add Velvet Tempest. [Mathieu4141] + +* [threat-actors] Add Storm-0867. [Mathieu4141] + +* [threat-actors] Add BRONZE STARLIGHT aliases. [Mathieu4141] + +* [threat-actors] Add Earth Lusca aliases. [Mathieu4141] + +* [threat-actors] Add Caramel Tsunami. [Mathieu4141] + +* [threat-actors] Add FIN6 aliases. [Mathieu4141] + +* [threat-actors] Add UNC4990. [Mathieu4141] + +* [threat-actors] Add Mustard Tempest. [Mathieu4141] + +* [threat-actors] Add GALLIUM aliases. [Mathieu4141] + +* [threat-actors] Add LAPSUS aliases. [Mathieu4141] + +* [threat-actors] Add APT28 aliases. [Mathieu4141] + +* [threat-actors] Add Carmine Tsunami. [Mathieu4141] + +* [threat-actors] Add APT32 aliases. [Mathieu4141] + +* [threat-actors] Add TiltedTemple aliases. [Mathieu4141] + +* [threat-actors] Add HAFNIUM aliases. [Mathieu4141] + +* [threat-actors] Add Turla aliases. [Mathieu4141] + +* [threat-actors] Add Pearl Sleet. [Mathieu4141] + +* [threat-actors] Add Cuboid Sandstorm. [Mathieu4141] + +* [threat-actors] Add DEV-0586 aliases. [Mathieu4141] + +* [threat-actors] Add Blue Tsunami. [Mathieu4141] + +* [threat-actors] Add APT40 aliases. [Mathieu4141] + +* [threat-actors] Add Denim Tsunami. [Mathieu4141] + +* [threat-actors] Add Gamaredon Group aliases. [Mathieu4141] + +* Merge pull request #920 from Delta-Sierra/main. [Deborah Servili] + + add mars and oski stealers + +* Merge https://github.com/MISP/misp-galaxy. [Delta-Sierra] + +* Merge pull request #919 from Mathieu4141/threat-actors/56cfa5a2-e4c0-48a2-8462-12184db0e375. [Alexandre Dulaunoy] + + [threat actor] Add Blackwood & aliases for 2 other actors + +* [threat-actors] Add UNC2452 aliases. [Mathieu4141] + +* [threat-actors] Add UTA0178 aliases. [Mathieu4141] + +* [threat-actors] Add Blackwood. [Mathieu4141] + +* Add mars and oski stealers. [Delta-Sierra] + +* Merge pull request #917 from Mathieu4141/threat-actors/abf6de28-2204-4585-9066-1f6271e7897b. [Alexandre Dulaunoy] + + [threat-actors] Add 5 actors + +* [threat-actors] Add Cotton Sandstorm. [Mathieu4141] + +* [threat-actors] Add Caliente Bandits. [Mathieu4141] + +* [threat-actors] Add Cyber Partisans. [Mathieu4141] + +* [threat-actors] Add Hezb aliases. [Mathieu4141] + +* [threat-actors] Add Flax Typhoon. [Mathieu4141] + +* [threat-actors] Add TAG-28. [Mathieu4141] + +* Merge pull request #915 from Mathieu4141/threat-actors/b72c2c66-872d-4933-8052-496938c9a5a4. [Alexandre Dulaunoy] + + [threat-actors] Add 2 actors + +* [threat-actors] Add UTA0178. [Mathieu4141] + +* [threat-actors] Add Water Curupira. [Mathieu4141] + +* Merge pull request #913 from HiS3/main. [Alexandre Dulaunoy] + + update malpedia galaxy + +* Update malpedia galaxy. [HiS3] + +* Merge pull request #912 from Mathieu4141/threat-actors/e9aabcbd-e284-4f9a-8fe1-866cc0a8cd5a. [Alexandre Dulaunoy] + + [threa-actors] Add 10 actors + +* [threat-actors] Add Cyber Toufan. [Mathieu4141] + +* [threat-actors] Add Threatsec. [Mathieu4141] + +* [threat-actors] Add Gray Sandstorm. [Mathieu4141] + +* [threat-actors] Add UAC-0099. [Mathieu4141] + +* [threat-actors] Add HomeLand Justice. [Mathieu4141] + +* [threat-actors] Add Storm-1113. [Mathieu4141] + +* [threat-actors] Add KelvinSecurity. [Mathieu4141] + +* [threat-actors] Add Team-Xecuter. [Mathieu4141] + +* [threat-actors] Add PhantomControl. [Mathieu4141] + +* [threat-actors] Add GREF. [Mathieu4141] + + ## v2.4.183 (2024-01-04) ### New diff --git a/static/Changelog-misp-modules.txt b/static/Changelog-misp-modules.txt index a21a6bf..1b8f6c4 100644 --- a/static/Changelog-misp-modules.txt +++ b/static/Changelog-misp-modules.txt @@ -1,14 +1,154 @@ # Changelog -## %%version%% (unreleased) +## v2.4.185 (2024-02-16) + +### New + +* [website] search bar in config page. [David Cruciani] + +* [webiste] query+config. [David Cruciani] ### Changes -* [misp-objects] updated. [Alexandre Dulaunoy] +* [website] History blueprint. [David Cruciani] + +* [website] parser view for result. [David Cruciani] + +* [website] history add input attr. [David Cruciani] + +* [REQUIREMENTS] updated. [Alexandre Dulaunoy] + +* [website] rename. [David Cruciani] + +* [website] query date. [David Cruciani] + +* [website] rename glob_query to modules_list. [David Cruciani] + +* [website] fusion between expansion and hover. [David Cruciani] + +* [website] query page. [David Cruciani] + +* [webiste] history. [David Cruciani] + +* [website] doc. [David Cruciani] + +### Fix + +* [website] missing routes. [David Cruciani] + +* [website] config + query. [David Cruciani] ### Other +* Add: [website] delete node history tree. [David Cruciani] + +* Add: [website] tree view history. [David Cruciani] + + Flask session store history and after save it's store in DB + +* Merge pull request #655 from cudeso/main. [Alexandre Dulaunoy] + + Update README.md + +* Update README.md. [Koen Van Impe] + + Add Hashlookup in README + +* Merge pull request #654 from MISP/dependabot/pip/website/werkzeug-2.3.8. [Alexandre Dulaunoy] + + build(deps): bump werkzeug from 2.3.7 to 2.3.8 in /website + +* Build(deps): bump werkzeug from 2.3.7 to 2.3.8 in /website. [dependabot[bot]] + + Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 2.3.8. + - [Release notes](https://github.com/pallets/werkzeug/releases) + - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) + - [Commits](https://github.com/pallets/werkzeug/compare/2.3.7...2.3.8) + + --- + updated-dependencies: + - dependency-name: werkzeug + dependency-type: direct:production + ... + + +## v2.4.184 (2024-02-02) + +### New + +* [log] Enable access log. [Jakub Onderka] + +* [internal] Avoid double JSON decoding. [Jakub Onderka] + +* [internal] Add /healthcheck endpoint. [Jakub Onderka] + +### Changes + +* [server] Cache module list JSON. [Jakub Onderka] + +* [test] Reduce time for waiting until server is ready. [Jakub Onderka] + +* [server] Fail if server could not be started. [Jakub Onderka] + +* [internal] Resolve deprecation warning in btc_spam_check. [Jakub Onderka] + +* [internal] Resolve deprecation warning in dbl_spamhaus. [Jakub Onderka] + +* [internal] Resolve deprecation warning in dns. [Jakub Onderka] + +* [internal] Resolve deprecation warning in reversedns. [Jakub Onderka] + +* [internal] Resolve deprecation warning in qrcode. [Jakub Onderka] + +* [internal] Optimise email_import. [Jakub Onderka] + +* [internal] Optimise csvimport. [Jakub Onderka] + +* [internal] Update GitHub actions. [Jakub Onderka] + +* [internal] Optimise clamav to avoid JSON decoding/encoding. [Jakub Onderka] + +* [internal] Add support for orjson. [Jakub Onderka] + +* [internal] Code style. [Jakub Onderka] + +* [misp-objects] updated. [Alexandre Dulaunoy] + +### Fix + +* [server] Serializing PyMISP objects. [Jakub Onderka] + +* [internal] Code style. [Jakub Onderka] + +* [log] Disable duplicate logging to stderr and stdout, keep stderr only. [Jakub Onderka] + +* [test] Try to fix test_urlhaus. [Jakub Onderka] + +* [apiosintds] Try to fix tests. [Jakub Onderka] + +### Other + +* Merge pull request #652 from JakubOnderka/fix-json. [Jakub Onderka] + + chg: [server] Cache module list JSON + +* Merge pull request #651 from JakubOnderka/fix-json. [Jakub Onderka] + + Fix json + +* Merge pull request #650 from JakubOnderka/access-log. [Jakub Onderka] + + new: [log] Enable access log + +* Merge pull request #649 from JakubOnderka/remove-deprecated. [Jakub Onderka] + + Resolve deprecation warnings + +* Merge pull request #648 from JakubOnderka/orjson. [Jakub Onderka] + + chg: [internal] Add support for orjson + * Merge pull request #647 from ByronLabs/main. [Alexandre Dulaunoy] Links fixed for Vysion diff --git a/static/Changelog-misp-objects.txt b/static/Changelog-misp-objects.txt index 647459b..4024e31 100644 --- a/static/Changelog-misp-objects.txt +++ b/static/Changelog-misp-objects.txt @@ -1,6 +1,58 @@ # Changelog +## v2.4.185 (2024-02-16) + +### Fix + +* [relationships] updated. [Alexandre Dulaunoy] + +### Other + +* Merge pull request #415 from Delta-Sierra/master. [Alexandre Dulaunoy] + + add relationships defs (acquisition and alliance) + +* Fix opposite. [Delta-Sierra] + +* Merge https://github.com/MISP/misp-objects. [Delta-Sierra] + +* Add relationships defs (acquisition and alliance) [Delta-Sierra] + + +## v2.4.184 (2024-02-02) + +### Changes + +* [artifact] Changed the `payload_bin` attribute to attachment type. [Christian Studer] + +* [flowintel-task] add case-uuid. [David Cruciani] + +* [validation] jq all. [David Cruciani] + +* [version] v2. [David Cruciani] + +* [url] to_ids. [David Cruciani] + +### Other + +* Add: [process] Environment variables attribute. [Christian Studer] + +* Merge branch 'main' of github.com:MISP/misp-objects. [Christian Studer] + +* Merge pull request #413 from DavidCruciani/main. [Alexandre Dulaunoy] + + Add case-uuid to flowintel-task object + +* Merge pull request #412 from DavidCruciani/main. [Alexandre Dulaunoy] + + New version for flowintel-cm objects + +* Merge branch 'main' of https://github.com/DavidCruciani/misp-objects. [David Cruciani] + +* Merge branch 'MISP:main' into main. [David Cruciani] + + ## v2.4.183 (2023-12-31) ### New diff --git a/static/Changelog-misp-taxonomies.txt b/static/Changelog-misp-taxonomies.txt index e6d753b..75a3814 100644 --- a/static/Changelog-misp-taxonomies.txt +++ b/static/Changelog-misp-taxonomies.txt @@ -1,6 +1,21 @@ # Changelog +## v2.4.185 (2024-02-16) + +### Changes + +* [exercise] updated. [Alexandre Dulaunoy] + +### Other + +* Merge pull request #272 from DCSO/courseofaction-nodiscover. [Alexandre Dulaunoy] + + Add 'course-of-action:passive=nodiscover' + +* Added 'course-of-action:passive=nodiscover' [Hendrik Baecker] + + ## v2.4.183 (2024-01-04) ### Changes diff --git a/static/Changelog-misp-warninglists.txt b/static/Changelog-misp-warninglists.txt index 0c1f37a..50f29f0 100644 --- a/static/Changelog-misp-warninglists.txt +++ b/static/Changelog-misp-warninglists.txt @@ -1,6 +1,39 @@ # Changelog +## %%version%% (unreleased) + +### Changes + +* [url-shortener] list sorted. [Alexandre Dulaunoy] + +### Other + +* Merge pull request #262 from karenyousefi/patch-1. [Alexandre Dulaunoy] + + add + +* Add. [Karen Yousefi] + + add rb.gy, b2n.ir, idm.in + + +## v2.4.185 (2024-02-16) + +### Changes + +* [warning-lists] updated to the latest version. [Alexandre Dulaunoy] + + +## v2.4.184 (2024-02-02) + +### Changes + +* [lists] updated to the latest version. [Alexandre Dulaunoy] + +* [updates] misp-warning lists updated. [Alexandre Dulaunoy] + + ## v2.4.183 (2024-01-04) ### Changes diff --git a/static/Changelog.txt b/static/Changelog.txt index 46ab486..7dd98b9 100755 --- a/static/Changelog.txt +++ b/static/Changelog.txt @@ -2,6 +2,438 @@ Changelog ========= +v2.4.185 (2024-02-16) +--------------------- + +Changes +~~~~~~~ +- [VERSION] bump. [iglocska] +- [taxonomies] updated to the latest version. [Alexandre Dulaunoy] +- [misp-objects] updated to the latest version. [Alexandre Dulaunoy] +- [warning-lists] updated to the latest version. [Alexandre Dulaunoy] +- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy] +- [PyMISP] Bump version. [Raphaël Vinot] +- [doc/openapi] clarify 'deleted' restsearch filter (#9485) [Jeroen + Pinoy] +- [PyMISP] Bump version. [Raphaël Vinot] +- [PyMISP] fix a few regressions. [Raphaël Vinot] +- [servers:getVersion] Include the remote instance UUID if user has + perm_sync permission. [Sami Mokaddem] +- [develop] merge back the Curl option issue. [Alexandre Dulaunoy] + +Fix +~~~ +- [missing images] re-added. [iglocska] +- [db_schema] bump. [iglocska] +- Fix objects restsearch first_seen filter. [Jeroen Pinoy] +- [sighting sync] speculative fix for critical sync issue. [iglocska] + + - pulls from an instance with extremely high numbers of sightings (~300M+) can lead to the pulled instance becoming unusable + - This fix addresses multiple issues: + - The use of last:0 as a sighting pull filter parameter lead to a search using an unindexed field + - Internally searching for sighting IDs across 500 events in one shot can lead to massive data-sets + - Internally searching for sighting IDs by Event.uuid on a joined table is extremely slow compared to searching on the sighting table alone +- Fix object_name, object_template_uuid and object_template_version + object restsearch filters. [Jeroen Pinoy] +- CurlClient doesn't use correct Proxy settings. [Benni0] +- [security] Org image upload moved out of webroot. [iglocska] + + - images will no longer be accessible directly, only via inclusion via file-read/b64 encoding + - The new store for org images is MISP/app/files/img/orgs + + - As reported by Yusuke Nakajima + +Other +~~~~~ +- Merge branch 'develop' into 2.4. [iglocska] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge pull request #9564 from Wachizungu/fix-objects-restsearch-first- + seen. [Andras Iklody] + + fix: fix objects restsearch first_seen filter +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge pull request #9563 from Wachizungu/fix-object-restsearch- + filters. [Andras Iklody] + + fix: fix object_name, object_template_uuid and object_template_versio… +- Merge pull request #9551 from Benni0/2.4. [Alexandre Dulaunoy] + + fix: CurlClient doesn't use correct Proxy settings +- Merge pull request #9544 from pswapneel/2.4. [Alexandre Dulaunoy] + + Added Shreshta Newly registered domain names 1-week and 1-month community policy feeds +- Added Shreshta NRD 1 week and 1 month community feeds. [Swapneel + Patnekar] + + +v2.4.184 (2024-02-02) +--------------------- + +New +~~~ +- [internal] Binary cache plugin. [Jakub Onderka] +- [CLI] User::ip_country. [Jakub Onderka] +- [internal] Code cleanup for ApcuCacheTool. [Jakub Onderka] +- [internal] Store browscap cache in apcu. [Jakub Onderka] +- [test] Check if includeUuid works for sighting rest search. [Jakub + Onderka] +- [test] test_restsearch_sightings. [Jakub Onderka] +- [CLI] cake User init command. [Jakub Onderka] + + Deprecate cake UserInit +- [test] Add test for RPZ export. [Jakub Onderka] +- [CLI] AdminShell isEncryptionKeyValid command. [Jakub Onderka] +- [zmq] Example Python client. [Jakub Onderka] +- [zmq] Allow to manager ZMQ process by supervisor. [Jakub Onderka] +- [curl] Add support for zstd encoding. [Jakub Onderka] +- [sync] Experimental curl client. [Jakub Onderka] +- [CLI] Add ability to show running jobs. [Jakub Onderka] +- [CLI] Worker shell. [Jakub Onderka] +- [CLI] IP address normalization script. [Jakub Onderka] +- [event:publication] Added new setting to block event publication if + the user is the creator. [Sami Mokaddem] + + Enabling this setting will change the behavior of MISP so that it will block the publication of an Event if the publisher is the same as the event creator. + +Changes +~~~~~~~ +- [GeoOpen] updated. [Alexandre Dulaunoy] +- [warning-lists] updated to the latest version. [Alexandre Dulaunoy] +- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy] +- [PyMISP] Bump version. [Raphaël Vinot] +- [PyMISP] bumped. [iglocska] +- [appcontroller] versions bump. [iglocska] +- [submodules] updated. [iglocska] +- [VERSION] bump. [iglocska] +- [PyMISP] Bump to preliminary release with strict typing - take 9. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - take 8. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - take 7. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - take 6. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - take 5. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - take 4. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - third fix. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - second fix. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing - first fix. + [Raphaël Vinot] +- [PyMISP] Bump to preliminary release with strict typing. [Raphaël + Vinot] +- [PyMISP] Update back to 2.4.183. [Jakub Onderka] +- [develop] merge back 2.4. [Alexandre Dulaunoy] +- [events:export] Make setting `MISP.disable_cached_exports` enabled by + default. [Sami Mokaddem] + + Since the /events/export has been marked deprecated for a years started + the process to phase it out by first disabling the endpoint by default. +- [internal] Faster freetext parsing. [Jakub Onderka] +- [internal] Faster check for session destruction. [Jakub Onderka] +- [internal] Use Attribute::fetchAttributesInChunks for correlations. + [Jakub Onderka] +- [internal] ssdeep correlation speedup. [Jakub Onderka] +- [internal] Use iterator_to_array. [Jakub Onderka] +- [internal] Use array_push($array, ...) instead of slower array_merge. + [Jakub Onderka] +- [internal] Remove unused and broken method. [Jakub Onderka] +- [internal] Detect serialization format in RedisTool. [Jakub Onderka] +- [internal] Use compressed version of browscap and update to latest + version. [Jakub Onderka] +- [export] Fix notice in NISD export. [Jakub Onderka] +- [test] Small cleanup. [Jakub Onderka] +- [test] Test snort rule without msg. [Jakub Onderka] +- [export] NidsExport code cleanup. [Jakub Onderka] +- [test] Do not run test twice and disable not necessary output. [Jakub + Onderka] +- [test] Add snort attribute to test. [Jakub Onderka] +- [internal] Faster checking if array is list. [Jakub Onderka] +- [internal] Slightly optimise Mysql::insertMulti. [Jakub Onderka] +- [test] Do not show progressbar for curl commands. [Jakub Onderka] +- [test] Remove unused travis test definition. [Jakub Onderka] +- [test] Try to avoid sudo. [Jakub Onderka] +- [internal] Simplify getting current repo commit. [Jakub Onderka] +- [internal] Log exceptions when doing diagnostics. [Jakub Onderka] +- [CLI] Better warning messages for cake user authkey_valid. [Jakub + Onderka] +- [CLI] Better error messages for cake admin isEncryptionKeyValid. + [Jakub Onderka] +- [oidc] More verbose log messages. [Jakub Onderka] +- [CLI] Optimise cake user authkey_valid. [Jakub Onderka] +- [test] Try to avoid zmq warnings in logs. [Jakub Onderka] +- [CLI] Be more strict for setSetting accepted values. [Jakub Onderka] +- [CLI] More clear warning message. [Jakub Onderka] +- [internal] Code cleanup. [Jakub Onderka] +- [internal] PHP 7.4 is required, so we can remove hacks for older + versions vol. 2. [Jakub Onderka] +- [internal] PHP 7.4 is required, so we can remove hacks for older + versions. [Jakub Onderka] +- [internal] Cleanup code for RPZ export. [Jakub Onderka] +- [internal] Log errors for git. [Jakub Onderka] +- [internal] Better error messages. [Jakub Onderka] +- [CLI] Track worker process ID. [Jakub Onderka] +- [CLI] Show deprecated message for all deprecated commands. [Jakub + Onderka] +- [internal] Add support for orjson for zmq. [Jakub Onderka] +- [module] Keep connection between requests. [Jakub Onderka] +- [internal] Try to close CURL connection. [Jakub Onderka] +- [curl] Better error message. [Jakub Onderka] +- [internal] Use curl when possible. [Jakub Onderka] +- [galaxies] Allow to update galaxy fields when doing update. [Jakub + Onderka] +- [internal] Track running jobs. [Jakub Onderka] +- [auth] Do not log auth_fail for JSON requests. [Jakub Onderka] +- [CLI] Log exception if file was not found during attachment scan. + [Jakub Onderka] +- [CLI] Deprecate LiveShell. [Jakub Onderka] +- [CLI] Better logging for workers. [Jakub Onderka] +- [internal] Do not scan attachment that are bigger than 25 MB. [Jakub + Onderka] +- [internal] Move attachment scanning to prio queue. [Jakub Onderka] +- [totp] add clarifications to totp setup view. [Jeroen Pinoy] +- [UI] More sane Sync Actions menu. [Jakub Onderka] +- [internal] Optimise reportValidationIssuesAttributes. [Jakub Onderka] +- [validation] Remove CIDR from /32 IPv4 and /128 IPv6 to normalize + values. [Jakub Onderka] +- [tools:misp-delegation] Added support of log-level as script parameter + and improved logging. [Sami Mokaddem] +- [event:publish] Reverse condition for readability and consistency with + _add. [Sami Mokaddem] +- [event:publish] Exempt sync users from + MISP.block_publishing_for_same_creator. [Sami Mokaddem] +- [event:publish] Prevent publication if publishing is coming from /add + or /edit. [Sami Mokaddem] +- [events:publish] Improved phrasing on the publication blocking if + creator == publisher. [Sami Mokaddem] +- [garbage collection] added cached exports. [iglocska] + +Fix +~~~ +- [tests] remove useless call. [Raphaël Vinot] +- [tests] Disable a couple tests. [Raphaël Vinot] +- [tests] just messin' around. [Raphaël Vinot] +- [tests] use more lenient internal call... [Raphaël Vinot] +- Return the right thing in test. [Raphaël Vinot] +- Avoid call on internal method... [Raphaël Vinot] +- [log] Do not save to database big changes. [Jakub Onderka] +- [security] auditlogs's fullChange lack of ACL controls. [Sami + Mokaddem] + + Added proper ACL handling + - As reported by Jeroen Pinoy +- [internal] Raise size for access_logs action column. [Jakub Onderka] +- [security] Improved security checks for organisation logo upload. + [Sami Mokaddem] + + - As reported by Andrei Agape / Teliacompany + + Checks are: + - Maximum file size of 250K since the recommanded picture size is 48x48. + - File extension check + - File mime type checks +- [security] Enforce usage of POST to start an export generation + process. [Sami Mokaddem] + + As reported by Andrei Agape / Teliacompany +- [organisation:orgMerge] Added missing models for organisation + handover. [Sami Mokaddem] +- [organisation:orgMerge] Make sure to serialize array before insertion. + [Sami Mokaddem] +- [admin] Show logos in SVG format in admin. [Jakub Onderka] +- Incorrect foreing key. [Luciano Righetti] +- [internal] Email new login sending. [Jakub Onderka] +- [GalaxyClusters] fix tag_name restsearch filter (#9512) [Jeroen Pinoy] +- [internal] More explaining error message. [Jakub Onderka] +- [internal] Fetching latest remote Git version. [Jakub Onderka] +- [appController:harvestParameters] Always support page and limit + parameters while harvesting parameters. [Sami Mokaddem] + + There is not point in not always supporting these two parameters +- [CLI] Do not load config twice. [Jakub Onderka] +- [test] Delete event after test pass. [Jakub Onderka] +- [API] Return proper exception for rest search. [Jakub Onderka] +- [objects] restsearch first/last seen filters added. [iglocska] + + - also a fix for the allowedlists generating notice errors / not firing correctly +- [API] Missing includeUuid param for Sighting rest search. [Jakub + Onderka] +- [API] Missing UUID param for Sighting rest search. [Jakub Onderka] +- [internal] Rate limiting. [Jakub Onderka] +- [internal] Access log errors from test. [Jakub Onderka] +- [internal] Try to cleanup memory when fetching feed. [Jakub Onderka] +- [internal] Fix error code when fetching sightings. [Jakub Onderka] +- [internal] Attachment scanning. [Jakub Onderka] +- [tools:event_timeline] Fixed typo in the getTimline function for + objectAttributes. [Sami Mokaddem] +- [UI] Remove double dot. [Jakub Onderka] +- [internal] Code style. [Jakub Onderka] +- [internal] Do not use deprecated method. [Jakub Onderka] +- [internal] Remove unused variables. [Jakub Onderka] +- [security] auditlogs's fullChange lack of ACL controls. [Sami + Mokaddem] + + Added proper ACL handling + - As reported by Jeroen Pinoy +- [appController:harvestParameters] Always support page and limit + parameters while harvesting parameters. [Sami Mokaddem] + + There is not point in not always supporting these two parameters +- [tools:event_timeline] Fixed typo in the getTimline function for + objectAttributes. [Sami Mokaddem] + +Other +~~~~~ +- Merge branch 'develop' into 2.4. [iglocska] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge branch 'develop' into 2.4. [iglocska] +- Merge branch 'develop' into 2.4. [iglocska] +- Merge pull request #9543 from JakubOnderka/audit-log-skip-big-change. + [Jakub Onderka] + + fix: [log] Do not save to database big changes +- Merge pull request #9538 from JakubOnderka/access-log-action-column. + [Jakub Onderka] + + fix: [internal] Raise size for access_logs action column +- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami + Mokaddem] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [Alexandre Dulaunoy] +- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami + Mokaddem] +- Merge pull request #9534 from JakubOnderka/speedup-vol2. [Jakub + Onderka] + + chg: [internal] Faster check for session destruction +- Merge pull request #9532 from JakubOnderka/svg-logos. [Jakub Onderka] + + fix: [admin] Show logos in SVG format in admin +- Revert "fix: incorrect foreing key" [Luciano Righetti] + + This reverts commit 6a36d7a3cdf1a7ecd32b43c3a10da6122418501d. +- Merge pull request #9528 from JakubOnderka/binary-file-cache. [Jakub + Onderka] + + new: [internal] Binary cache plugin +- Merge pull request #9530 from JakubOnderka/fix-9526. [Jakub Onderka] + + fix: [internal] Email new login sending +- Merge pull request #9525 from JakubOnderka/speedup. [Jakub Onderka] + + chg: [internal] Use Attribute::fetchAttributesInChunks for correlations +- Merge pull request #9524 from JakubOnderka/speedup. [Jakub Onderka] + + Speedup +- Merge pull request #9510 from JakubOnderka/redis-serialization-format. + [Jakub Onderka] + + chg: [internal] Detect serialization format in RedisTool +- Merge pull request #9523 from JakubOnderka/browscap-apcu-cache. [Jakub + Onderka] + + Browscap apcu cache +- Merge pull request #9522 from JakubOnderka/browscap-apcu-cache. [Jakub + Onderka] + + new: [internal] Store browscap cache in apcu +- Merge pull request #9521 from JakubOnderka/snort-fix. [Jakub Onderka] + + chg: [test] Add snort attribute to test +- Merge pull request #9520 from JakubOnderka/test-cleanup. [Jakub + Onderka] + + Test cleanup +- Merge pull request #9519 from JakubOnderka/exception-logging. [Jakub + Onderka] + + Exception logging +- Merge pull request #9506 from JakubOnderka/small-fixes. [Jakub + Onderka] + + Small fixes +- Merge pull request #9499 from JakubOnderka/oidc-messages. [Jakub + Onderka] + + chg: [oidc] More verbose log messages +- Merge pull request #9498 from JakubOnderka/optimise-authkey-valid. + [Jakub Onderka] + + chg: [CLI] Optimise cake user authkey_valid +- Merge pull request #9497 from JakubOnderka/rate-limit-fix. [Jakub + Onderka] + + fix: [internal] Rate limiting +- Merge pull request #9496 from JakubOnderka/fix-access-log-errors. + [Jakub Onderka] + + fix: [internal] Access log errors from test +- Merge pull request #9495 from JakubOnderka/cleanup-php74. [Jakub + Onderka] + + chg: [internal] PHP 7.4 is required, so we can remove hacks for older… +- Merge pull request #9494 from JakubOnderka/cleanup-php74. [Jakub + Onderka] + + chg: [internal] PHP 7.4 is required, so we can remove hacks for older PHP +- Merge pull request #9493 from JakubOnderka/rpz. [Jakub Onderka] + + new: [test] Add test for RPZ export +- Merge pull request #9492 from JakubOnderka/error-handling. [Jakub + Onderka] + + chg: [internal] Log errors for git +- Merge pull request #9479 from JakubOnderka/cleanup. [Jakub Onderka] + + new: [CLI] AdminShell isEncryptionKeyValid command +- Merge pull request #9491 from JakubOnderka/zmq-supervisor. [Jakub + Onderka] + + Zmq supervisor +- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami + Mokaddem] +- Merge pull request #8717 from JakubOnderka/experimental-curl-client. + [Jakub Onderka] + + new: [sync] Experimental curl client +- Merge pull request #9100 from JakubOnderka/galaxy-improt-update. + [Jakub Onderka] + + chg: [galaxies] Allow to update galaxy fields when doing update +- Merge pull request #9480 from JakubOnderka/attachment-scan. [Jakub + Onderka] + + Attachment scan +- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami + Mokaddem] +- Merge pull request #9481 from Wachizungu/add-totp-setup- + clarifications. [Alexandre Dulaunoy] + + chg: [totp] add clarifications to totp setup view +- Merge pull request #8831 from JakubOnderka/ui-fixes. [Jakub Onderka] + + Better UI +- Merge pull request #9431 from JakubOnderka/remove-ip-cidr. [Jakub + Onderka] + + chg: [validation] Remove CIDR from /32 IPv4 and /128 IPv6 to normalize +- Merge branch 'feature/publication-blocking-same-user' into develop. + [Sami Mokaddem] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge pull request #9477 from JakubOnderka/cleanup. [Jakub Onderka] + + Cleanup + + v2.4.183 (2024-01-05) ---------------------