mirror of https://github.com/MISP/misp-website
chg: [changelog] updated
parent
d1bdc51a37
commit
c3d797ddd6
|
@ -1,6 +1,47 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## v2.4.180 (2023-11-30)
|
||||
|
||||
### Fix
|
||||
|
||||
* [botnet] duplicate UUID removed. [Alexandre Dulaunoy]
|
||||
|
||||
* [botnet] replace duplicate UUID. [Alexandre Dulaunoy]
|
||||
|
||||
* [botnet] updated version. [Alexandre Dulaunoy]
|
||||
|
||||
### Other
|
||||
|
||||
* Merge pull request #901 from Mathieu4141/threat-actors/c88f2604-d67f-4674-b59f-7f2eb7364879. [Alexandre Dulaunoy]
|
||||
|
||||
[threat actors] Add 7 actors
|
||||
|
||||
* [threat-actors] Add WildPressure. [Mathieu Beligon]
|
||||
|
||||
* [threat-actors] Add WildCard. [Mathieu Beligon]
|
||||
|
||||
* [threat-actors] Add Red-Lili. [Mathieu Beligon]
|
||||
|
||||
* [threat-actors] Add LightBasin. [Mathieu Beligon]
|
||||
|
||||
* [threat-actors] Add DragonForce. [Mathieu Beligon]
|
||||
|
||||
* [threat-actors] Add MalKamak. [Mathieu Beligon]
|
||||
|
||||
* [threat-actors] Add Blacktail. [Mathieu Beligon]
|
||||
|
||||
* Merge pull request #900 from semelnyk/main. [Alexandre Dulaunoy]
|
||||
|
||||
Updated botnet.json with new entries
|
||||
|
||||
* Ran once again jq_all_the_things.sh to format JSON files. [semelnyk]
|
||||
|
||||
* Ran jq_all_the_things.sh to format JSON files. [semelnyk]
|
||||
|
||||
* Updated botnet.json with new entries. [semelnyk]
|
||||
|
||||
|
||||
## v2.4.179 (2023-11-23)
|
||||
|
||||
### New
|
||||
|
|
|
@ -1,6 +1,35 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## v2.4.180 (2023-11-30)
|
||||
|
||||
### Changes
|
||||
|
||||
* [lists] updated to the latest version. [Alexandre Dulaunoy]
|
||||
|
||||
### Other
|
||||
|
||||
* Merge pull request #259 from earthly/main. [Alexandre Dulaunoy]
|
||||
|
||||
Add hldrive.com, hexv.com, wireconnected.com
|
||||
|
||||
* Add hldrive.com, hexv.com, wireconnected.com. [nacho]
|
||||
|
||||
* Merge pull request #258 from earthly/main. [Alexandre Dulaunoy]
|
||||
|
||||
Make disposable-email list reference-able from Earthly builds
|
||||
|
||||
* Add link. [nacho]
|
||||
|
||||
* Add Earthly documentation. [nacho]
|
||||
|
||||
* Move Earthfile to root folder. [nacho]
|
||||
|
||||
* Add FROM. [nacho]
|
||||
|
||||
* Add Earthfile. [nacho]
|
||||
|
||||
|
||||
## v2.4.179 (2023-11-23)
|
||||
|
||||
### Changes
|
||||
|
|
|
@ -2,6 +2,149 @@ Changelog
|
|||
=========
|
||||
|
||||
|
||||
v2.4.181 (2023-12-01)
|
||||
---------------------
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- [tools:misp-delegation] Do not use self-documented expression in
|
||||
f-string anymore. [Sami Mokaddem]
|
||||
- [version] bump. [iglocska]
|
||||
- [warning-lists] updated to the latest version. [Alexandre Dulaunoy]
|
||||
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
|
||||
- [tests] search for errors in logs. [Christophe Vandeplas]
|
||||
- [warning-lists] updated to the latest version. [Alexandre Dulaunoy]
|
||||
- [misp-galaxy] updated to the latest version. [Alexandre Dulaunoy]
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- [tests] fix path in logs_tests.sh. [Christophe Vandeplas]
|
||||
- [tests] fixes path of logs_tests. [Christophe Vandeplas]
|
||||
- [userloginprofiles] undefined variable #9424. [Christophe Vandeplas]
|
||||
- [customauth] missing Class init fixes #9425. [Christophe Vandeplas]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
- Merge branch 'develop' of github.com:MISP/MISP into develop.
|
||||
[iglocska]
|
||||
- Merge branch 'develop' of https://github.com/MISP/MISP into develop.
|
||||
[Christophe Vandeplas]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge remote-tracking branch 'origin/develop' into 2.4. [Christophe
|
||||
Vandeplas]
|
||||
- Merge remote-tracking branch 'origin/develop' into 2.4. [Christophe
|
||||
Vandeplas]
|
||||
|
||||
|
||||
v2.4.180 (2023-11-30)
|
||||
---------------------
|
||||
|
||||
New
|
||||
~~~
|
||||
- [api] added X-MISP-AUTH as an alternative header to Authorization,
|
||||
fixes #9418. [iglocska]
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- [VERSION] bump. [iglocska]
|
||||
- [workflows] restored 7.2 and 7.3. [iglocska]
|
||||
- [user login profile] old version compatibility. [iglocska]
|
||||
- [event index] hover over ID will show the info field, generally more
|
||||
useful than the threat level. [iglocska]
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- [login] fixes bad fix and catches first login after update.
|
||||
[Christophe Vandeplas]
|
||||
- [revert] dumb check. [iglocska]
|
||||
- [compatibility] make the ancient gods happy. [iglocska]
|
||||
- [user login profile] skip checks for ancient php versions. [iglocska]
|
||||
- [Attribute:EditPostProcessing] Make sure the ID is set. [Sami
|
||||
Mokaddem]
|
||||
- [attribute:editPostProcessing] Fixed typo in condition preventing tags
|
||||
to be detached. [Sami Mokaddem]
|
||||
- [attributes] type field added to editable fields. [iglocska]
|
||||
- [RPZ] export custom parameters ingored, fixes #9420. [iglocska]
|
||||
- [Attribute:editPostProcessing] Fixed sighting capture. [Sami Mokaddem]
|
||||
- [Attribute:EditPostProcessing] Make sure the ID is set. [Sami
|
||||
Mokaddem]
|
||||
- [attribute:validation] Typo in function name. [Sami Mokaddem]
|
||||
- [attribute:editPostProcessing] Fixed typo in condition preventing tags
|
||||
to be detached. [Sami Mokaddem]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
- Merge remote-tracking branch 'origin/develop' into 2.4. [Christophe
|
||||
Vandeplas]
|
||||
- Merge branch 'develop' into 2.4. [iglocska]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge branch 'develop' into 2.4. [iglocska]
|
||||
- Revert "chg: [workflows] restored 7.2 and 7.3" [iglocska]
|
||||
|
||||
This reverts commit 206d2af439ae22c35a41568b4dc79562f2cb29e4.
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge branch '2.4' of github.com:MISP/MISP into develop. [Sami
|
||||
Mokaddem]
|
||||
- Merge remote-tracking branch 'origin/2.4' into develop. [Sami
|
||||
Mokaddem]
|
||||
- Merge branch '2.4' of github.com:MISP/MISP into develop. [Sami
|
||||
Mokaddem]
|
||||
- Merge branch 'develop' of github.com:MISP/MISP into develop.
|
||||
[iglocska]
|
||||
- Merge branch 'develop' of github.com:MISP/MISP into develop. [Sami
|
||||
Mokaddem]
|
||||
- Feature/user login profiles2 (#9379) [Christophe Vandeplas, iglocska]
|
||||
|
||||
* new: [userloginprofiles] start over with previous code
|
||||
|
||||
* fix: [user_login_profiles] fixes catching up the backlog
|
||||
|
||||
* chg: [userloginprofile] email to org_admin for suspicious login
|
||||
|
||||
* chg: [userloginprofile] only inform new device
|
||||
|
||||
* chg: [userloginprofiles] view_login_history instead of view_auth_history
|
||||
|
||||
* chg: [userloginprofile] make login history visually better
|
||||
|
||||
* chg: [userloginprofile] inform admins of malicious report
|
||||
|
||||
* fix: [userloginprofile] cleanup
|
||||
|
||||
* fix: [userloginprofile] fixes Attribute include in Console
|
||||
|
||||
* fix: [userloginprofile] db schema and changes
|
||||
|
||||
* chg: [CI] log emails
|
||||
|
||||
* chg: [PyMISP] branch change
|
||||
|
||||
* chg: [test] test
|
||||
|
||||
* fix: [userloginprofile] unique rows
|
||||
|
||||
* fix: [userloginprofile] unique rows
|
||||
|
||||
* chg: [cleanup]
|
||||
|
||||
* Revert "chg: [PyMISP] branch change"
|
||||
|
||||
This reverts commit 3f6fb46fee9745437998fc013a97af874679c87b.
|
||||
|
||||
* fix: [userloginprofile] fix worksers with monolog=1.25 browcap=5.1
|
||||
|
||||
* fix: [db] dump schema version
|
||||
|
||||
* fix: [CI] newer php versions
|
||||
|
||||
* fix: [composer] php version
|
||||
|
||||
* fix: [php] revert to normal php7.4 tests
|
||||
|
||||
---------
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
|
||||
|
||||
v2.4.179 (2023-11-25)
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue