Commit Graph

24956 Commits (532e5aba7b52410c844e31fb05bd9cfe7a8a41a2)

Author SHA1 Message Date
Sami Mokaddem fa44e81356
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-11-24 15:37:54 +01:00
Sami Mokaddem 3abf7c61f0
fix: [attribute:editPostProcessing] Fixed typo in condition preventing tags to be detached 2023-11-24 15:37:03 +01:00
Christophe Vandeplas 7e2cb89f97
Feature/user login profiles2 (#9379)
* 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 3f6fb46fee.

* 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

---------

Co-authored-by: iglocska <andras.iklody@gmail.com>
2023-11-24 13:47:59 +01:00
iglocska 4d7096f874
Merge branch 'develop' into 2.4 2023-11-24 08:16:02 +01:00
Michael Hirt cc3bec1efa fix: [diag] diagnostics page loading issue 2023-11-24 12:37:04 +11:00
Sami Mokaddem 18625a9638
fix: [workflow-modules:attribute_edit_operation] Removed leftover code 2023-11-23 16:03:35 +01:00
iglocska 3ced76d056
Merge branch 'develop' into 2.4 2023-11-23 14:35:07 +01:00
iglocska 16f0edf09e
chg: [VERSION] bump 2023-11-23 14:32:48 +01:00
Raphaël Vinot 79e91820ef chg: [PyMISP] Bump version 2023-11-23 13:47:57 +01:00
Alexandre Dulaunoy fa761552e9
chg: [warning-lists] updated to the latest version 2023-11-23 13:16:41 +01:00
Alexandre Dulaunoy 24cf4b4767
chg: [misp-objects] updated to the latest version 2023-11-23 13:16:10 +01:00
Alexandre Dulaunoy 1c711f4387
chg: [misp-galaxy] updated to the latest version 2023-11-23 13:15:37 +01:00
Alexandre Dulaunoy 310c0afb52
chg: [misp-taxonomies] updated to the latest version 2023-11-23 13:15:07 +01:00
iglocska 5b86f6a8d1
chg: [disable_seen_ips] enable by default, switch to opt-out 2023-11-23 12:29:31 +01:00
iglocska 4f36105d56
chg: [fast_update] Only run recorrelation on attributes that need to be recorrelated 2023-11-23 12:28:53 +01:00
iglocska 3f4c5c9cb6
Merge branch 'richtag' into develop 2023-11-23 12:21:10 +01:00
iglocska 431f5acd9b
Merge branch 'tmpfiletool' into develop 2023-11-23 12:17:47 +01:00
iglocska 79cd0015a1
fix: [fast_update] recorrelation typo 2023-11-23 10:26:17 +01:00
iglocska 9b9a4ecd7f
fix: [pull] duplicate detection fixed
- allow duplicates for deleted attributes, not for live ones
2023-11-23 10:11:47 +01:00
iglocska 52586959d7
fix: [bulk update] objects fixed 2023-11-23 09:53:56 +01:00
iglocska 05e3819260
fix: [bulk edit] fixes 2023-11-23 09:42:51 +01:00
iglocska 33678f65f6
fix: [cleanup] missed a correction 2023-11-23 09:28:05 +01:00
iglocska dfe3b786a9
Merge branch 'nohooks' into develop 2023-11-23 09:18:57 +01:00
iglocska f66c336c7c
chg: [cleanup] of temporary paths 2023-11-23 09:18:20 +01:00
iglocska babf2b73b0
chg: [fast_update] recalculate attribute count + regenerate correlations 2023-11-23 09:14:58 +01:00
iglocska b82093bfe3
fix: [login] action replaced with hard coded route to baseurl . /users/login 2023-11-23 09:14:01 +01:00
Christophe Vandeplas 2f15cbc23e fix: [console] minor syntax fix 2023-11-22 16:04:01 +01:00
Christophe Vandeplas 03729fbd37 fix: [authkeys] AuthKey IP logging enabled by default #9339 2023-11-22 15:49:41 +01:00
Sami Mokaddem dc73287ee2
security: [event:event-timeline] Fixed XSS in the event timeline widget
As reported by fukusuket(Fukusuke Takahashi)
2023-11-22 14:38:03 +01:00
iglocska 9dcb86d399
fix: [sync] fixed pull deduplication causing potential attribute loss
- The validation for duplicates on pull was too tight for attributes, leading for soft-deleted attributes with an equal value-type-category tuple from blocking incoming non-deleted attributes with the same tuple.
2023-11-22 09:44:48 +01:00
iglocska 46dded9ea4
fix: [overorrelation] truncation should only happen on full recorrelations 2023-11-22 09:44:15 +01:00
Sami Mokaddem 9d15554ba8
new: [tools/misp-delegation] Added misp-delegation tool
MISP-Delegation is a customisable tool to help sending events on a remote MISP instance and create a delegation request.
2023-11-22 08:57:16 +01:00
Marek Zpevacek 88ef1ac69c
Rreally proper place to import TmpFileTool 2023-11-21 12:53:00 +01:00
Marek Zpevacek 4644e825c1
Fix import of TmpFileTool in RestResponseComponent 2023-11-21 12:35:26 +01:00
Olivier BERT dc5518db33 Accessibility: added a "role" attribute so the global/local nature of tags are read correctly by all screen readers. 2023-11-20 16:43:50 +01:00
Sami Mokaddem 2fd4aa702b
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-11-20 15:21:04 +01:00
Sami Mokaddem dc55b9f541
chg: [widget:worldmap] Added more colour scale in the code and changed the default 2023-11-20 15:20:36 +01:00
Sami Mokaddem b3a9b6260f
chg: [authkey:add] Clarified authkey `read_only` field 2023-11-20 15:19:11 +01:00
Alexandre Dulaunoy 8663948d40
chg: [misp-galaxy] updated to the latest version 2023-11-20 14:31:49 +01:00
iglocska d015f9cae7
new: [WiP] edit refactor 2023-11-20 14:13:15 +01:00
Sami Mokaddem 4f524b9413
fix: [sighting:anonymisation] Anonymize sightings if and only if anonymization is set in the settings 2023-11-20 08:57:29 +01:00
Sami Mokaddem 3046275d0f
Branch 'develop' of github.com:MISP/MISP into develop 2023-11-15 15:10:26 +01:00
Sami Mokaddem bfac221797
fix: [dashboard] Fixed full group by issue with eventEvolution and orgEvolution 2023-11-15 15:09:53 +01:00
Luciano Righetti bc07446a82 fix: taxonomy view filter is not kept when switching pages, fixes #8875 2023-11-15 12:04:28 +01:00
iglocska 39d827baaa
Merge branch '2.4' into develop 2023-11-15 07:38:47 +01:00
iglocska 103945382a
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-11-15 07:38:38 +01:00
iglocska 3996af54ba
chg: [statistics shell] added new statistics on PRs 2023-11-15 07:38:07 +01:00
iglocska d744e6f3d5
new: [event edit] skip validation hooks on demand
- WiP for bulk ingestion of minor changes
2023-11-15 07:37:11 +01:00
Alexandre Dulaunoy 5790a234dc
chg: [misp-galaxy] updated to the latest version 2023-11-13 16:34:17 +01:00
Jakub Onderka df64e5049b
Merge pull request #9370 from JakubOnderka/build-test-fix-vol2
fix: [build] Build test fix
2023-11-11 15:05:57 +01:00