chg: [logs] Changelog updated

pull/107/head
Alexandre Dulaunoy 2024-09-02 16:32:56 +02:00
parent 9a7d97ab4b
commit 2d8b188a71
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
7 changed files with 368 additions and 1 deletions

View File

@ -2,6 +2,22 @@ Changelog
=========
%%version%% (unreleased)
------------------------
Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump deps, version, templates. [Raphaël Vinot]
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
Fix
~~~
- Avoid printing huge log when a request fails. [Raphaël Vinot]
fix #1286
v2.4.196 (2024-08-21)
---------------------

View File

@ -1,6 +1,45 @@
# Changelog
## v2.4.197 (2024-09-02)
### Changes
* [README] tidal updated. [Alexandre Dulaunoy]
* [tidal] updated. [Alexandre Dulaunoy]
* [ransomware] updated. [Alexandre Dulaunoy]
* [sigma] updated to the latest version. [Alexandre Dulaunoy]
* [gen_csf] updated. [Alexandre Dulaunoy]
* [ransomware] jq all the things. [Alexandre Dulaunoy]
* [ransomware] updated. [Alexandre Dulaunoy]
* [ransomware] update the description of ransomware galaxy which is now fully maintained by MISP project. [Alexandre Dulaunoy]
### Other
* Merge pull request #1015 from Delta-Sierra/main. [Alexandre Dulaunoy]
alternate/modified script to generate first csirt services framework galaxy
* Alternate/modified script to generate first csirt services framework galaxy. [Delta-Sierra]
* Merge branch 'gallypette-main' [Alexandre Dulaunoy]
* Add: [first-csirt] implement @Delta-Sierra comments. [Jean-Louis Huynen]
* Merge branch 'MISP:main' into main. [Jean-Louis Huynen]
* Add: [first-csirt] with correct cluster file. [Jean-Louis Huynen]
* Add: [first-csirt] Initial commit for FIRST CSIRT Services Framework. [Jean-Louis Huynen]
## v2.4.196 (2024-08-20)
### New

View File

@ -1,7 +1,24 @@
# Changelog
## %%version%% (unreleased)
## v2.4.197 (2024-09-02)
### Changes
* [version] release v2.4.197. [Alexandre Dulaunoy]
### Fix
* Do not use single quotes in systemd service unit execStart. [Jeroen Pinoy]
### Other
* Merge pull request #690 from Wachizungu/fix-install-remove-service-execstart-single-quotes. [Alexandre Dulaunoy]
fix: do not use single quotes in systemd service unit execStart
## v2.4.196 (2024-08-25)
### New
@ -11,6 +28,14 @@
### Changes
* [modules] formatting updated. [Alexandre Dulaunoy]
* [modules] add a loogo in the moduleinfo. [Alexandre Dulaunoy]
* [merge] updated. [Alexandre Dulaunoy]
* [external_tools] api_key, remove redirect. [David Cruciani]
* Re-implement uwhois module. [Raphaël Vinot]
Fix #684
@ -27,6 +52,8 @@
### Fix
* [website.query] download. [David Cruciani]
* [expansion] whois module added back. [Alexandre Dulaunoy]
* [doc] make linting happy. [Christophe Vandeplas]
@ -61,6 +88,70 @@
### Other
* Update action. [Stefano Ortolani]
* Fix typo. [Stefano Ortolani]
* Create changelog and release automatically. [Stefano Ortolani]
* Remove archaic file. [Stefano Ortolani]
* Fix deploy documentation. [Stefano Ortolani]
* Update documentation. [Stefano Ortolani]
* Push package to PyPI and build the documentation automatically. [Stefano Ortolani]
* Merge pull request #687 from crowdsecurity/feat/release-2.1.0. [Alexandre Dulaunoy]
feat(crowdsec): Update module (v2.1.1)
* Feat(crowdsec): Use misp-objects template and check IP. [Julien Loizelet]
* Feat(crowdsec): Add missing moduleinfo fields. [Julien Loizelet]
* Feat(crowdsec): Update module (v2.1.0) [Julien Loizelet]
* Merge pull request #688 from MISP/karenyousefi-main. [Alexandre Dulaunoy]
chg: [merge] updated
* Merge remote-tracking branch 'karen/main' into karenyousefi-main. [Alexandre Dulaunoy]
* Update __init__.py. [Karen Yousefi]
* Update __init__.py. [Karen Yousefi]
fix bug pr #682
* Update README.md. [Karen Yousefi]
fix
* Update expansion.md. [Karen Yousefi]
Add: virustotal upload
malshare upload
triage submit
* Update README.md. [Karen Yousefi]
Add: virustotal upload
malshare upload
triage submit
* Add Triage Submit. [Karen Yousefi]
Module to submit samples to tria.ge
* MalShare Upload. [Karen Yousefi]
Module to push malware samples to MalShare
* VirusTotal Upload. [Karen Yousefi]
Module to push malware samples to VirusTotal
* Merge pull request #685 from ostefano/actions. [Alexandre Dulaunoy]
Update GitHub actions

View File

@ -1,6 +1,33 @@
# Changelog
## v2.4.197 (2024-09-02)
### Changes
* [ADS] updated. [Alexandre Dulaunoy]
### Other
* Merge pull request #439 from julienloizelet/feat/update-crowdsec-object. [Alexandre Dulaunoy]
feat(crowdsec): Add attributes to crowdsec-ip-context object
* Feat(crowdsec): Add attributes to crowdsec-ip-context object. [Julien Loizelet]
* Merge branch 'th3r3d-main' [Alexandre Dulaunoy]
* Merge branch 'main' of https://github.com/th3r3d/misp-objects into th3r3d-main. [Alexandre Dulaunoy]
* Updated UUID. [th3r3d]
Updated UUID to last version.
* Update ADS to v2. [th3r3d]
Added Categorization Others for more granular view of MITRE Att&ck TTP used
## v2.4.196 (2024-08-20)
### Changes

View File

@ -1,6 +1,31 @@
# Changelog
## v2.4.197 (2024-09-02)
### New
* [vulnerability] first version of a taxonomy for vulnerabilities. [Alexandre Dulaunoy]
This taxonomy is originally maintained by MISP project and done
for the vulnerability-lookup project
https://github.com/cve-search/vulnerability-lookup
The taxonomy will be extended and improved. Contributions are also
very welcome.
Thanks to @cedricbonhomme for the original discussions.
### Changes
* [MANIFEST] updated. [Alexandre Dulaunoy]
### Fix
* [tools] path fixed. [Alexandre Dulaunoy]
## v2.4.193 (2024-06-06)
### Other

View File

@ -1,6 +1,13 @@
# Changelog
## v2.4.197 (2024-09-02)
### Changes
* [warning-lists] updated. [Alexandre Dulaunoy]
## v2.4.196 (2024-08-20)
### Changes

View File

@ -2,6 +2,168 @@ Changelog
=========
%%version%% (unreleased)
------------------------
Fix
~~~
- [internal] Throw exception in GpgTool if GnuPG.homedir is empty.
[Jakub Onderka]
- [internal] Throw exception in EncryptedValue invalid state. [Jakub
Onderka]
Other
~~~~~
- Merge pull request #9896 from JakubOnderka/encrypt-exception. [Jakub
Onderka]
Encrypt exception
- Merge pull request #9897 from MISP/2.4. [Jakub Onderka]
Merge 2.4 into develop
v2.4.197 (2024-09-02)
---------------------
New
~~~
- Add config option user_org_uuid_in_response_header, allowing to
include a response header with the requesting user's org UUID. [Jeroen
Pinoy]
- [build] Show required STIX dependencies versions. [Jakub Onderka]
Changes
~~~~~~~
- [version] bump. [iglocska]
- [warning-list] updated. [Alexandre Dulaunoy]
- [taxonomies] updated to the latest version. [Alexandre Dulaunoy]
- [misp-galaxy] updated. [Alexandre Dulaunoy]
- [PyMISP] Bump. [Raphaël Vinot]
- [internal] Log when event will not be published. [Jakub Onderka]
- [global_menu:bookmark] Added comment field as dropdown element's
title. [Sami Mokaddem]
- [db:bookmark] Added DB upgrade to support bookmarks' comment. [Sami
Mokaddem]
- [bookmark:view] Added missing comma for new comment function. [Jan Z.]
Added a missing comma for the new comment function
- [bookmark:View] Added field for Comment. [Jan Z.]
Added a field for comments for bookmarks
- [bookmark:index] Added a field for Comment. [Jan Z.]
Added a field to display comment to the Bookmarks
- [bookmark:add] Added a comment field. [Jan Z.]
Added a field to add and edit comments for bookmarks.
- [misp-object] updated to the latest version. [Alexandre Dulaunoy]
Fix
~~~
- [UI/footer] Avoid confusion for some users. [Alexandre Dulaunoy]
Verse 1
I was sittin' at my desk, feeling mighty fine,
Encryption's my jam, yeah, its my time to shine.
But then I hit a wall, a digital brick,
I mixed up my keys, oh what a trick!
Pre-Chorus
Sent my own key to the servers side,
Now my secrets aint safe, and I wanna hide.
What a mix-up, what a shame,
Whos to blame in this encryption game?
Chorus
Oh, PGP, dont play tricks on me,
Keep my secrets locked, let my mind be free.
I sent my own key, oh what a fuss,
When I needed the servers, now Im outta luck!
Verse 2
I tried to decrypt, but nothing would show,
I thought it was the server, but now I know.
My own keys sittin' there, feelin' so right,
But its not the one I need to lock up tight.
Pre-Chorus
Sent my secrets into the cloud,
But they bounced right back, I aint so proud.
What a mix-up, what a twist,
In the encryption dance, I must persist!
Chorus
Oh, PGP, dont play tricks on me,
Keep my secrets locked, let my mind be free.
I sent my own key, oh what a fuss,
When I needed the servers, now Im outta luck!
Bridge
Next time Ill check, Ill double-click twice,
Make sure the right keys rollin the dice.
No more confusion, no more regret,
Ill get this encryption thing down just yet!
Chorus
Oh, PGP, dont play tricks on me,
Keep my secrets locked, let my mind be free.
I sent my own key, oh what a fuss,
When I needed the servers, now Im outta luck!
Outro
So heres my lesson, loud and clear,
In the world of keys, gotta steer clear.
Of mix-ups and mess-ups, its a tricky ride,
But Ill master this PGP with pride!
- [ioc import] Check if provided XML is valid. [Jakub Onderka]
- [schema] Schema version. [Jakub Onderka]
- [ui] Returned data are already parsed for tag popover. [Jakub Onderka]
- [bookmarks:add] Lower-cased comment field. [Sami Mokaddem]
- [sighting] Correctly pull sightings per requested event. [Tom King]
- [bookmarks] fix an issue with overly verbose returns from bookmarks
when shared with the org. [iglocska]
- as reported by Sharad Kumar Dahal of Green Tick Nepal Pvt. Ltd.
- [feed] Feed pull, check events against rules if rules specified.
[Benni0]
Other
~~~~~
- Merge branch 'develop' into 2.4. [iglocska]
- Merge branch 'develop' into pr-9893. [Sami Mokaddem]
- Merge branch 'develop' into pr-9885. [Sami Mokaddem]
- Merge pull request #9889 from JakubOnderka/log-unpublished. [Jakub
Onderka]
chg: [internal] Log when event will not be published
- Merge pull request #9888 from JakubOnderka/tag-popover-fix. [Jakub
Onderka]
fix: [ui] Returned data are already parsed for tag popover
- Merge branch 'pr-9841' into develop. [Sami Mokaddem]
- Merge branch 'develop' of github.com:MISP/MISP into develop.
[iglocska]
- Merge branch '2.4' into develop. [Alexandre Dulaunoy]
- Merge pull request #9876 from tomking2/bug/sighting_rest_search.
[Andras Iklody]
Fixes performance of sightings restSearch when performing MISP sync
- Merge pull request #9875 from JakubOnderka/stixtest-build. [Jakub
Onderka]
new: [build] Show required STIX dependencies versions
- Merge branch '2.4' into develop. [iglocska]
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge pull request #9881 from andrewdhicks/fix-sightings-rest-search-
org. [Andras Iklody]
Fix sightings rest search by org uuid
- Merge branch 'MISP:2.4' into fix-sightings-rest-search-org. [Andrew
Hicks]
- Fix negation of org id for sightings restSearch. [Andrew Hicks]
v2.4.196 (2024-08-21)
---------------------