diff --git a/static/Changelog-PyMISP.txt b/static/Changelog-PyMISP.txt index a3f8c21..33756b2 100644 --- a/static/Changelog-PyMISP.txt +++ b/static/Changelog-PyMISP.txt @@ -2,6 +2,116 @@ Changelog ========= +v2.4.196 (2024-08-21) +--------------------- + +New +~~~ +- Add pre-commit file. [Raphaël Vinot] + +Changes +~~~~~~~ +- Bump changelog. [Raphaël Vinot] +- Bump version. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] + +Fix +~~~ +- Remove broken config. [Raphaël Vinot] + + +v2.4.195 (2024-07-27) +--------------------- + +New +~~~ +- Add delete role, test suite for roles. [Raphaël Vinot] +- Test publish & search. [Raphaël Vinot] +- Add delete role, test suite for roles. [Raphaël Vinot] +- Test publish & search. [Raphaël Vinot] + +Changes +~~~~~~~ +- Bump Changelog. [Raphaël Vinot] +- Bump objects. [Raphaël Vinot] +- Bump Changelog (issue with template) [Raphaël Vinot] +- Bump changelog. [Raphaël Vinot] +- Bump version. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- [publish tests] further debugging. [iglocska] +- [publish test] check if the publishing actually worked as intended. + [iglocska] +- [tests] speculative fix for the published search. [iglocska] + + - locally it seems to work as intended, curious what is going on here +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- [publish tests] further debugging. [iglocska] +- [publish test] check if the publishing actually worked as intended. + [iglocska] +- [tests] speculative fix for the published search. [iglocska] + + - locally it seems to work as intended, curious what is going on here +- Bump deps. [Raphaël Vinot] + +Fix +~~~ +- Bump objects (invalid template) [Raphaël Vinot] +- Do not let a user pass a full dict as tagname. [Raphaël Vinot] +- [publish tests] fixed invalid setting name for disabling background + processing. [iglocska] +- [publish test] invalid path for the publishing outcome in the + response. [iglocska] +- [publish test] fixed. [iglocska] + + - was incorrect as it triggered a background processed publishing, which can take time +- Do not let a user pass a full dict as tagname. [Raphaël Vinot] +- Do not let a user pass a full dict as tagname. [Raphaël Vinot] +- [publish tests] fixed invalid setting name for disabling background + processing. [iglocska] +- [publish test] invalid path for the publishing outcome in the + response. [iglocska] +- [publish test] fixed. [iglocska] + + - was incorrect as it triggered a background processed publishing, which can take time + +Other +~~~~~ +- Re-naming variables to make tests happy. [Tobias Mainka] +- Added support to add or update a MISP role. [Tobias Mainka] +- Update tests. [Raphaël Vinot] +- Build(deps): bump certifi from 2024.6.2 to 2024.7.4. [dependabot[bot]] + + Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. + - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) + + --- + updated-dependencies: + - dependency-name: certifi + dependency-type: indirect + ... +- MANIFEST.in does not seem to have an effect any longer. [Ulrik Haugen] +- Include docs, examples and tests in sdist. [Ulrik Haugen] +- Re-naming variables to make tests happy. [Tobias Mainka] +- Added support to add or update a MISP role. [Tobias Mainka] +- Update tests. [Raphaël Vinot] +- Build(deps): bump certifi from 2024.6.2 to 2024.7.4. [dependabot[bot]] + + Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. + - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) + + --- + updated-dependencies: + - dependency-name: certifi + dependency-type: indirect + ... +- Feat: Adds methods to get attribute by id/uuid. [Sura De Silva] + + v2.4.194 (2024-06-21) --------------------- diff --git a/static/Changelog-misp-galaxy.txt b/static/Changelog-misp-galaxy.txt index c587b0a..1abc33e 100644 --- a/static/Changelog-misp-galaxy.txt +++ b/static/Changelog-misp-galaxy.txt @@ -1,11 +1,105 @@ # Changelog -## %%version%% (unreleased) +## v2.4.196 (2024-08-20) + +### New + +* [fight] new MITRE FiGHT galaxy fixes #986. [Christophe Vandeplas] ### Changes -* [ransomware] inline with ransomlook.io. [Alexandre Dulaunoy] +* [doc] updated. [Alexandre Dulaunoy] + +* [sigma-rules] updated to the latest version. [Alexandre Dulaunoy] + +* [tools] fix the date input from the sigma rules generator. [Alexandre Dulaunoy] + +* [threat-actor] updated. [Alexandre Dulaunoy] + +* [mitre] deprecated entities. [Christophe Vandeplas] + +* [fight] swiched to using PyMISPGalaxies. [Christophe Vandeplas] + +* [fight] add ATT&CK rel + fix description bug. [Christophe Vandeplas] + +* [ransomware] updated. [Alexandre Dulaunoy] + +* [producer] improved producer list. [Alexandre Dulaunoy] + +* [index] updated. [Alexandre Dulaunoy] + +* [producer] added some security companies & CERTs. [Tom] + +### Fix + +* [fight] readme. [Christophe Vandeplas] + +* Launch.json update. [Christophe Vandeplas] + +* [fight] fix duplicates. [Christophe Vandeplas] + +* [fight] updated README. [Christophe Vandeplas] + +* Updated README.md. [Christophe Vandeplas] + +* [fight] ugly workaround for duplicate entries. [Christophe Vandeplas] + +* [fight] unique refs. [Christophe Vandeplas] + +* [README] updated. [Alexandre Dulaunoy] + +### Other + +* Merge branch 'Mathieu4141-threat-actors/ba010e21-3184-4bdc-87e0-872f16b95338' [Alexandre Dulaunoy] + +* Merge branch 'threat-actors/ba010e21-3184-4bdc-87e0-872f16b95338' of https://github.com/Mathieu4141/misp-galaxy into Mathieu4141-threat-actors/ba010e21-3184-4bdc-87e0-872f16b95338. [Alexandre Dulaunoy] + +* [threat actors] Update README. [Mathieu4141] + +* [threat-actors] Add Hive0137. [Mathieu4141] + +* [threat-actors] Add UNC4393. [Mathieu4141] + +* [threat-actors] Add SAMBASPIDER. [Mathieu4141] + +* [threat-actors] Add Ghostwriter aliases. [Mathieu4141] + +* [threat-actors] Add Storm-0506. [Mathieu4141] + +* [threat-actors] Add TA4903. [Mathieu4141] + +* Update CONTRIBUTE.md. [Alexandre Dulaunoy] + +* Merge pull request #1012 from cvandeplas/main. [Christophe Vandeplas] + + chg; [mitre] Deprecating entries in ATT&CK + +* Merge branch 'main' of https://github.com/cvandeplas/misp-galaxy. [Christophe Vandeplas] + +* Merge branch 'MISP:main' into main. [Christophe Vandeplas] + +* Wip: [fight] initial work for MITRE FiGTH fixes #986. [Christophe Vandeplas] + +* Merge pull request #1011 from MISP/nyx0-main. [Alexandre Dulaunoy] + + Nyx0 main + +* Merge pull request #1007 from Mathieu4141/threat-actors/9f13f000-33d7-4e23-a87f-877399772e86. [Alexandre Dulaunoy] + + [threat actors] Add 3 actors + +* [threat actors] Update README. [Mathieu4141] + +* [threat-actors] Add APT45. [Mathieu4141] + +* [threat-actors] Add UAC-0102. [Mathieu4141] + +* [threat-actors] Add Stargazer Goblin. [Mathieu4141] + +* Merge pull request #1006 from MISP/gallypette-main. [Alexandre Dulaunoy] + + Gallypette main ## v2.4.195 (2024-07-26) diff --git a/static/Changelog-misp-modules.txt b/static/Changelog-misp-modules.txt index 5151d9a..728a1eb 100644 --- a/static/Changelog-misp-modules.txt +++ b/static/Changelog-misp-modules.txt @@ -3,8 +3,52 @@ ## %%version%% (unreleased) +### New + +* [whois] added back the whois module based on Raphael changes. [Alexandre Dulaunoy] + +* [yara_export] new export module. [Christophe Vandeplas] + +### Changes + +* Re-implement uwhois module. [Raphaël Vinot] + + Fix #684 + +* [doc] make deploy. [Christophe Vandeplas] + +* [doc] link to website. [Christophe Vandeplas] + +* [doc] shorten README + link to githubio. [Christophe Vandeplas] + +* [doc] Big doc revamp #680. [Christophe Vandeplas] + +* [pip] changed yara-python version and updated pipfile.lock. [Christophe Vandeplas] + ### Fix +* [expansion] whois module added back. [Alexandre Dulaunoy] + +* [doc] make linting happy. [Christophe Vandeplas] + +* [make] be sure the version of misp_modules installed are the one for generating the documentation. [Alexandre Dulaunoy] + +* [doc] fixes newline in description. [Christophe Vandeplas] + +* Fixes issues added in latest commit. [Christophe Vandeplas] + +* [doc] align static documentation pages. [Christophe Vandeplas] + +* [modules] many modules not loaded as python module. [Christophe Vandeplas] + +* [cisco_firesight_manager_ACL_rule_export] include in __init__ [Christophe Vandeplas] + +* [yara_export] add new module to __init__ [Christophe Vandeplas] + +* [tests] fix yara issue in unit tests. [Christophe Vandeplas] + +* [cve] fix CVE module to new vulnerability.circl.lu url. [Christophe Vandeplas] + * [doc] url fixed. [Alexandre Dulaunoy] * [doc] regenerated. [Alexandre Dulaunoy] @@ -15,6 +59,113 @@ related to #673 +### Other + +* Merge pull request #685 from ostefano/actions. [Alexandre Dulaunoy] + + Update GitHub actions + +* Update GitHub actions. [Stefano Ortolani] + +* Merge pull request #686 from MISP/ostefano-refactory. [Alexandre Dulaunoy] + + Ostefano refactory + +* Merge branch 'refactory' of https://github.com/ostefano/misp-modules into ostefano-refactory. [Alexandre Dulaunoy] + +* Migrate to poetry and optimize dependencies. [Stefano Ortolani] + +* Merge branch 'main' of https://github.com/MISP/misp-modules. [Christophe Vandeplas] + +* Merge branch 'main' of https://github.com/MISP/misp-modules. [Christophe Vandeplas] + +* Merge pull request #678 from ByronLabs/main. [Alexandre Dulaunoy] + + Re-add Vysion + +* Merge branch 'MISP:main' into main. [Germán Esteban] + +* Merge pull request #5 from ByronLabs/pr/vysion. [Germán Esteban] + + Update vysion package + +* Update Vysion in pipfile. [german-esteban] + +* Update REQUIREMENTS. [Germán Esteban] + +* Update vysion package. [german-esteban] + +* Merge branch 'MISP:main' into main. [Germán Esteban] + +* Added vysion ito Pipfile. [german-esteban] + +* Update expansion/vysion.py. [german-esteban] + +* Merge pull request #2 from ByronLabs/pr/vysion. [Germán Esteban] + + Pr/vysion + +* Update documentation. [german-esteban] + +* Update requirements. [german-esteban] + +* Added cryptocurrencies types #2. [german-esteban] + +* Added cryptocurrencies types. [german-esteban] + +* Update REQUIREMENTS. [Germán Esteban] + +* Merge branch 'MISP:main' into pr/vysion. [Germán Esteban] + +* Update expansion module + Vysion client update version. [german-esteban] + +* Merge pull request #679 from VirusTotal/feat/more-gti-attributes. [Alexandre Dulaunoy] + + feat(Google Threat Intelligence): Add more attributes to the GTI enrichment + +* WIP. [Daniel Pascual] + +* WIP. [Daniel Pascual] + +* WIP. [Daniel Pascual] + +* Add more attributes to the GTI enrichment. [Daniel Pascual] + +* Merge pull request #676 from VirusTotal/fix/vt-lib-event-loop-error. [Alexandre Dulaunoy] + + fix(VirusTotal): Update vt lib which fix an event loop error + +* Update vt lib which fix an event loop error. [Daniel Pascual] + +* Merge pull request #677 from cudeso/main. [Alexandre Dulaunoy] + + Fix 'Object' object has no attribute 'url' in virustotal + +* Fix 'Object' object has no attribute 'url' in virustotal. [Koen Van Impe] + + Fix + + File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/__init__.py", line 210, in run_request + response = module.handler(q=json_payload) + File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 248, in handler + parser.query_api(attribute) + File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 46, in query_api + self.input_types_mapping[self.attribute.type](self.attribute.value) + File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 143, in parse_hash + related_file_object = self.create_misp_object(related_file) + File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/virustotal_public.py", line 83, in create_misp_object + misp_object.add_attribute('Url', type='url', value=report.url) + File "/var/www/MISP/venv/lib/python3.8/site-packages/vt/object.py", line 160, in __getattribute__ + value = super().__getattribute__(attr) + +* Merge pull request #675 from VirusTotal/fix/vt-logo. [Alexandre Dulaunoy] + + [VirusTotal] Update VT logo + +* Reduce size. [Daniel Pascual] + +* Update VT logo. [Daniel Pascual] + ## v2.4.195 (2024-07-19) diff --git a/static/Changelog-misp-objects.txt b/static/Changelog-misp-objects.txt index ecd9735..acdbf42 100644 --- a/static/Changelog-misp-objects.txt +++ b/static/Changelog-misp-objects.txt @@ -1,7 +1,7 @@ # Changelog -## %%version%% (unreleased) +## v2.4.196 (2024-08-20) ### Changes diff --git a/static/Changelog-misp-stix.txt b/static/Changelog-misp-stix.txt index 147b4ab..681027d 100644 --- a/static/Changelog-misp-stix.txt +++ b/static/Changelog-misp-stix.txt @@ -1,6 +1,109 @@ # Changelog +## v2.4.196 (2024-08-21) + +### Changes + +* [package] Updated version. [Christian Studer] + +* [stix2 import] Excluding the producer from the event info title. [Christian Studer] + +* [poetry] Bumped latest versions in lock file. [Christian Studer] + +* [stix2 import] Better handling of the STIX2 Parser class arguments. [Christian Studer] + + - Made the different arguments available with the + command line feature part of the parsing method + rather than setting them with the Parser init + +* [stix2 import] Added separation in the generic Event info field, between the title and information on the producer. [Christian Studer] + +* [stix2 import] Adding producer - when provided - to the generic info field. [Christian Studer] + +* [poetry] Bumped lock file with the latest versions. [Christian Studer] + +* [poetry] Bumped lock file with the latest dependencies versions. [Christian Studer] + +* [readme] Updated command-line import feature arguments instructions. [Christian Studer] + +* [misp_stix_converter] Getting the current user organisation uuid to use it for the Custom Clusters creation. [Christian Studer] + +* [readme] Updated instruction for the command line feature. [Christian Studer] + +### Fix + +* [poetry] Tentative to fix lock file. [Christian Studer] + +* [misp_stix_converter] Fixed some argparse help values. [Christian Studer] + +* [tests] Fixed tests for STIX 2.x Bundles imported as MISP Events where producer and info values are set by user. [Christian Studer] + +* [stix2 import] Fixed generic info field to use the title set by users. [Christian Studer] + + - Title set by users is defining the info field if set + - Producer information is included as well if set + - If title is not set, then we have the fallback option + with a generic title based on the Bundle id and producer + +* [stix2 export] Avoiding issues with EventReport referencing attributes or objects exported as Custom STIX 2 Object. [Christian Studer] + + - As Event Reports are converted into STIX 2.1 Note + objects, and we check all the references to existing + data layer within the Event, some Attributes or + objects referenced in the Event report might be + converted to Custom STIX objects + - We have to check if those references are pointing + to custom objects and add the `allow_custom` flag + in that case + +* [stix2 import] Avoiding issue with `getattr` which isn't able to check whether a `__` prefixed variable exists or not. [Christian Studer] + +* [misp_stix_converter] Handling cases where url or authentication key is not provided to connect to MISP. [Christian Studer] + +* [stix2 import] Added missing `producer` argument. [Christian Studer] + +* [misp_stix_converter] Updated command-line import arguments. [Christian Studer] + + - Added some descriptions on the default values + - Removed the default value for the `org_uuid` + parameter as the default value is set in the + method that is called already, which allows us + to check is the value is None in order to set + the UUID of the organisation of the current user + when we use the MISP connection + +* [stix2 import] Added bundle id to the generic Event info field used when there is no Report or Grouping to parse. [Christian Studer] + +* [misp_stix_converter] Quick fixes on the command-line feature. [Christian Studer] + +* [misp_stix_converter] Providing default value to the version and distribution arguments with the command line feature. [Christian Studer] + +* [stix2 import] Avoiding issues with the Event tags variable. [Christian Studer] + +### Other + +* Add: [misp_stix_converter] Global version argument added. [Christian Studer] + + - This answers the request in #66 + +* Add: [tests] Tests for STIX 2.x Bundle import with specific producer or title set by user. [Christian Studer] + +* Add: [misp_stix_converter] Added `title` argument to prefix Event info field with some title. [Christian Studer] + +* Add: [readme] Added instructions on the producer argument. [Christian Studer] + +* Add: [misp_stix_converter, stix2 import] Added `producer` argument to add in the Events converted from STIX 2.x the name of the producer. [Christian Studer] + +* Add: [readme] Added more instructions and examples on the command-line feature usage. [Christian Studer] + +* Add: [readme] Additional instructions on the installation process. [Christian Studer] + +* Add: [misp_stix_converter] Extended the command line feature to allow to push Events on MISP from the conversion of STIX 2.x Bundles. [Christian Studer] + +* Merge branch 'dev' of github.com:MISP/misp-stix. [Christian Studer] + + ## v2.4.194 (2024-06-21) ### Changes diff --git a/static/Changelog-misp-warninglists.txt b/static/Changelog-misp-warninglists.txt index 436096a..142c053 100644 --- a/static/Changelog-misp-warninglists.txt +++ b/static/Changelog-misp-warninglists.txt @@ -1,6 +1,37 @@ # Changelog +## v2.4.196 (2024-08-20) + +### Changes + +* [lists] updated. [Alexandre Dulaunoy] + +* [censys-scanning] updated. [Alexandre Dulaunoy] + +* [warning-lists] updated. [Alexandre Dulaunoy] + +### Other + +* Merge pull request #283 from MISP/hardcoreslacker-patch-1. [Alexandre Dulaunoy] + + Hardcoreslacker patch 1 + +* Update list.json. [hardcoreslacker] + + Current ranges according to 'https://support.censys.io/hc/en-us/articles/360043177092-Opt-Out-of-Data-Collection' last update of the article was 2024-05-03 + +* Merge pull request #281 from karenyousefi/main. [Alexandre Dulaunoy] + + update + +* Update list.json. [Karen Yousefi] + +* Update list.json. [Karen Yousefi] + + add hoo.be + + ## v2.4.195 (2024-07-26) ### Changes diff --git a/static/Changelog.txt b/static/Changelog.txt index 5961ef6..a8f5740 100755 --- a/static/Changelog.txt +++ b/static/Changelog.txt @@ -2,21 +2,162 @@ Changelog ========= -%%version%% (unreleased) ------------------------- +v2.4.196 (2024-08-21) +--------------------- + +New +~~~ +- [decaying model] Add a DecayingModel based on true positive and false + positive sightings. [Marcel Slotema] +- [log search] added optional hh:mm:ss accuracy. [iglocska] + + - also some refactoring to deal with the boat-load of copy-pasta + + ░░░░░░░░░░░░ ░░ ░░░░ ░░░░ + ░░░░░░░░░░ ░░▒▒▓▓██████░░ ░░▒▒██████░░ ░░ + ░░░░░░░░░░ ░░████ ██░░░░░░██ ██░░ + ░░░░░░░░░░░░ ▒▒████ ████░░░░▒▒██ ████░░ + ░░░░░░░░░░ ▒▒██▓▓ ██░░░░▒▒██ ██░░ + ░░░░░░░░ ▒▒████████░░ ▒▒████████▒▒ + ░░░░ ░░ ░░ ░░ ▒▒▒▒██░░██████░░▒▒██░░▓▓▓▓░░ + ░░░░ ░░ ░░▒▒████████████░░░░██████ ▓▓██████▒▒ + ░░░░░░░░ ▒▒████▒▒░░ ░░░░██░░██░░░░░░████▒▒ ▒▒▓▓ + ░░░░░░ ░░▒▒██░░██▒▒▓▓████░░░░██░░░░██░░██▒▒ ▒▒██▓▓░░██ + ░░░░ ░░░░▒▒██▒▒██░░ ▓▓██▒▒██ ░░████░░██░░ ▒▒▓▓▒▒▓▓████░░░░▒▒░░ + ░░ ░░▒▒██████░░░░ ▓▓▓▓▒▒▒▒▒▒██░░░░░░░░██████▓▓▒▒▒▒▒▒▓▓██▒▒▓▓██████ + ▒▒██░░▓▓████████▓▓▒▒▒▒▒▒▒▒██████████░░██▓▓▒▒▒▒▒▒▒▒▒▒██████░░░░██ + ░░▒▒▓▓▒▒░░▓▓██▒▒██▓▓▒▒▒▒▒▒▒▒▒▒██░░░░░░██░░▓▓▓▓▒▒▒▒▒▒▒▒▒▒██ ░░████ + ░░▒▒██░░▓▓▓▓██░░▒▒██▓▓████████░░░░██████░░░░▒▒██▒▒▒▒▒▒██░░░░██ + ░░▒▒██░░██░░▒▒██░░░░██▒▒ ░░░░██████▒▒ ██▓▓▒▒████████░░████░░ + ░░▒▒██▒▒██▒▒▒▒██████░░▓▓████░░░░██░░██░░██▓▓ ░░██▒▒████░░ + ░░▒▒██████████░░▒▒▒▒██████░░██░░░░████░░ ░░██░░ ██░░ + ░░░░▒▒▓▓██▒▒░░░░████░░░░░░██░░██░░██▓▓██░░░░████ ██▒▒░░ + ░░░░▒▒██░░██████▓▓▒▒██████▒▒░░██░░██▓▓██ ░░████░░ ██░░ + ░░░░▒▒██▓▓▒▒▒▒▒▒▒▒██░░░░░░░░██░░░░██▓▓████ ██▓▓██ ██░░ + ░░░░░░▒▒▒▒ ░░▒▒██▒▒░░▓▓██████ ██▓▓▒▒████ ██▓▓██░░▓▓▓▓ + ░░░░░░░░░░░░░░▒▒██░░████████░░██▒▒▒▒████▒▒██▓▓▒▒██░░██▓▓ + ░░░░░░░░ ▒▒████░░░░▓▓▓▓▓▓████░░▒▒▒▒██▒▒▒▒██▓▓██░░▓▓▓▓ + ░░░░░░░░▒▒▒▒████░░ ██▓▓▒▒██▓▓░░░░▒▒██▒▒▒▒██▒▒██░░▒▒▓▓ + ░░░░░░░░▒▒██░░░░▒▒██▓▓░░░░░░░░░░░░ ████▓▓▒▒▒▒██░░▓▓▓▓ + ░░░░░░░░▒▒████████░░░░ ░░░░░░░░░░ ░░██████░░ +- [review user logs] made the button useful. [iglocska] + + - was linking to the log index without any filters before + - now links to any changes affecting the user (model = User, model_id = user_id) + - is aware of the use of the new audit log system, linking to the most useful logs + - future improvements: add a secondary button for searches on the user email address in the logs by creation Changes ~~~~~~~ +- [PyMISP] Bump. [Raphaël Vinot] +- [version] bump. [iglocska] +- [decaying-model-formulas] Catches undefined indexes. [Sami Mokaddem] +- [decaying tool] Update sliders when a textbox is changed. [Marcel + Slotema] +- [attributes:restSearch] Added X-Skipped-Elements-Count Header. + [Benni0] + + Added the X-Skipped-Elements-Count header, which should indicate how many items are skipped due to postprocessing. + With this header, the client should be able to do proper pagination and can stop iteration when the amount of items, + including the skipped items, is lower than the limit +- [internal] Include in logged message subject and e-mail address when + sending e-mail. [Jakub Onderka] +- [misp-stix] Bumped latest tagged version. [Christian Studer] +- [baseurl handling] fixed for reverse proxies. [iglocska] + + - no more weird redirects that drop ports / externally requested baseurls from redirect links + - Thanks to @github-germ (Mitch Germansky) for the long, in-depth debug session and testing all the hacky attempts at fixing it +- [warning-list] updated to the latest version. [Alexandre Dulaunoy] +- [misp-object] updated to the latest version. [Alexandre Dulaunoy] +- [misp-galaxy] updated. [Alexandre Dulaunoy] +- [misp-stix] Bumped latest submodule version. [Christian Studer] - [misp-stix] Bumped latest submodule version including some fixes. [Christian Studer] +- [Attributes restSearch] added sort support for publish_timestamp. + [Benni0] + +Fix +~~~ +- [misp-stix] Bumped fixed version. [Christian Studer] +- [stix2 import] Updated STIX 2 parsers usage following recent changes + on misp-stix. [Christian Studer] +- [priority order in beforefilter] move the baseurl view var setting + further up in the chain. [iglocska] + + - redis errors with benchmarking enabled could throw a notice error about the baseurl not being set for the views otherwise +- [image helper] allow for variable width org logos without overlapping + the text. [iglocska] +- [misp-stix] Bumped latest version including recent fixes. [Christian + Studer] +- [workflow:getEnabledModules] Make sure to return the correct type if + redis fails to load. [Sami Mokaddem] +- [cli setting change] in the previous commit fixed. [iglocska] + + - Thanks @ostefano for noticing my fuckup +- [workflow:getEnabledModules] Make sure to return the correct type if + redis fails to load. [Sami Mokaddem] +- [settings] multiple fixes to changing settings on the instance. + [iglocska] + + - fix an issue with simplebackgroundjobs setting changes barfing + - add a proper CLI check rather than that puzzling fileOnly shit we've had before +- [attribute search ordering fix] [iglocska] +- [attribute search] id based sliding window reverted. [iglocska] + + - sadly the ordering is more expensive than the gain it looks like... 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. + [Christian Studer] +- Merge branch 'env_dependencies' into develop. [iglocska] +- Merge branch 'develop' into env_dependencies. [iglocska] +- Merge branch 'attributeRestsearchOrder' into develop. [iglocska] +- Merge branch 'develop' into attributeRestsearchOrder. [iglocska] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge branch 'pr-9849' into develop. [Sami Mokaddem] +- Merge branch 'x-skipped-elements-count' into develop. [iglocska] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [iglocska] +- Merge pull request #9865 from JakubOnderka/log-exception-email. + [Andras Iklody] + + chg: [internal] Include in logged message subject and e-mail address … +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [Christian Studer] +- Merge branch 'dependencies' into develop. [iglocska] +- Default to env dependencies, and fallback to submodules' [Stefano + Ortolani] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [Alexandre Dulaunoy] +- Merge branch 'develop' of github.com:MISP/MISP into develop. + [Christian Studer] +- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska] +- Merge branch 'develop' into 2.4. [iglocska] +- Merge branch '2.4' into develop. [Alexandre Dulaunoy] +- Merge pull request #9862 from kdrypr/patch-3. [Alexandre Dulaunoy] + + Update defaults.json +- Update defaults.json. [Kadir YAPAR] + + changed company and community +- Merge pull request #9859 from ostefano/openapi. [Andras Iklody] + + Fix openapi specification +- Fix openapi specification. [Stefano Ortolani] - Merge branch 'develop' of github.com:MISP/MISP into develop. [Christian Studer] - Merge branch '2.4' into develop. [iglocska] - Merge branch 'develop' of github.com:MISP/MISP into develop. [Christian Studer] +- [chg] Modified Attributes to support mutlicolumn and + Model.publish_timestamp sorting. [Benni0] +- [chg:AppModel] Modified findOrder to support multicolumn sorting. + [Benni0] v2.4.195 (2024-07-26) diff --git a/static/img/communities/4431f2b1a0b55c2912c3500943a240e4.png b/static/img/communities/4431f2b1a0b55c2912c3500943a240e4.png index 06394db..8de4ad1 100644 --- a/static/img/communities/4431f2b1a0b55c2912c3500943a240e4.png +++ b/static/img/communities/4431f2b1a0b55c2912c3500943a240e4.png @@ -50,11 +50,11 @@
-
Login +
Login
-
+
@@ -123,7 +123,7 @@ function submitLoginForm() { Download: PGP public key
- Multinational MISP Powered by MISP | Operated by NATO Cyber Security Center - + Multinational MISP Powered by MISP | Operated by NATO Cyber Security Center -
Footer logo
diff --git a/static/taxonomies.html b/static/taxonomies.html index 71c94e8..26a8acf 100755 --- a/static/taxonomies.html +++ b/static/taxonomies.html @@ -4,7 +4,7 @@ - + MISP taxonomies and classification as machine tags