Commit Graph

22751 Commits (47674a80511f058ea35fff0a423b62d69e7139f9)

Author SHA1 Message Date
iglocska d435c21b0f
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-08-03 15:47:05 +02:00
iglocska a04f3964e7
new: [correlation rework] round 2
- long list of fixes
- update scripts
- correlation engine management interface
- recorrelation/truncation tools
- various performance tunings and bug fixes
2022-08-03 15:44:27 +02:00
Sami Mokaddem 5ff4e04391
chg: [workflows:infoModal] Added entry for debugging via debug mode 2022-08-03 14:43:54 +02:00
Alexandre Dulaunoy 488dbcd07f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2022-08-03 11:49:35 +02:00
Alexandre Dulaunoy 43c70ab0d7
chg: [misp-objects] updated to the latest version 2022-08-03 11:49:16 +02:00
Alexandre Dulaunoy 4471640440
chg: [misp-objects] updated to the latest version 2022-08-03 11:48:46 +02:00
Sami Mokaddem 44b2a1c3cd
new: [workflow:debugging] Added debugging capability by POSTing workflow exec to an URL 2022-08-03 11:45:17 +02:00
Sami Mokaddem d0d649eea0
chg: [workflows:triggers] Small UI improvements 2022-08-03 08:35:51 +02:00
Sami Mokaddem 0c2144f701
fix: [workflow:module_concurrent_task] Use correct class for constant 2022-08-02 14:26:09 +02:00
Sami Mokaddem 9f4093a311
chg: [workflow:walkGraph] Simplified condition and logging 2022-08-02 14:25:39 +02:00
Sami Mokaddem eaa8daa39d
chg: [workflow:executeNode] Improved logging and error catching 2022-08-02 13:47:36 +02:00
Sami Mokaddem 076f2aee64
fix: [workflow:executeForTrigger] Differentiate between error and blocked outcome 2022-08-02 13:42:35 +02:00
Sami Mokaddem dc5e3d051a
fix: [workflow:executeNode] Make disabled node fails 2022-08-02 13:41:57 +02:00
Sami Mokaddem 654641935c
chg: [workflows:editor] Added link to execution logs 2022-08-02 13:40:22 +02:00
Sami Mokaddem 3a65f22ada
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-08-02 11:31:12 +02:00
Sami Mokaddem 59d747fbb4
fix: [workflows:editor] UI improvement in trigger node 2022-08-02 11:30:53 +02:00
Sami Mokaddem f29836d904
fix: [workflow:tag_if] Use flattened attributes and extract tags from all attributes 2022-08-02 11:27:58 +02:00
Sami Mokaddem a98efa5be1
fix: [workflows:moduleIndex] Fixed filtering button not highlighting correctly 2022-08-02 08:47:54 +02:00
Tom King de351faaac new: [internal] Add option to log last API request 2022-08-01 15:02:49 +01:00
Sami Mokaddem 19ff550823
chg: [worfklows:editor] UI Improvements on labels 2022-08-01 14:19:54 +02:00
iglocska e9cfa41589
fix: [over correlation] pagination fixed
- was still using stupid_correlations
2022-08-01 14:12:00 +02:00
iglocska dbd992dbef
fix: [correlation engines] added additional event fields to the retrieved event metadata to match the old behaviour 2022-08-01 10:36:18 +02:00
Sami Mokaddem d83039f520
fix: [appmodel] Fixed merged conflict and typo in sql query 2022-08-01 10:19:38 +02:00
iglocska e70f6de2e9
fix: [ACL] added overcorrelations 2022-08-01 10:09:22 +02:00
iglocska 5069372123
fix: [attribute search] regression fixed 2022-08-01 10:04:22 +02:00
Sami Mokaddem 151d23a8c2
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-08-01 09:59:44 +02:00
iglocska be67304988
fix: [correlation] fixed missing passed sharing group ID array 2022-08-01 00:43:36 +02:00
iglocska ed5f3ea79c
Merge branch 'new_correlations' into develop 2022-07-31 23:59:08 +02:00
iglocska 3ce754d595
Merge branch 'develop' into new_correlations 2022-07-31 23:58:40 +02:00
iglocska 3a4289d631
new: [correlation] engine rewrite
- allow for multiple concurrent engines
  - default: similar behaviour as before, ACL enforced
  - No ACL: for endpoint misps, disable the enforcement of ACL for correlations altogether

- rework:
  - correlation entries are fully indexed reference tables
  - values are now stored separately
  - built in protection against overcorrelating values (defaults to 20 max)
  - 1 way correlations to cut the size in half
  - unsigned IDs to double the ID space
  - loads of performance improvements
  - fix to the broken event index with correlation counts enabled

- UI improvements
  - search for values from the correlation column directly (in case there are non-correlating versions of the same value)
  - added correlations to the attribute search/index

- TODO:
  - upgrade scripts
2022-07-31 23:48:38 +02:00
Sami Mokaddem a3ab0838d1
fix: [workflows] Typos in some views 2022-07-29 15:40:50 +02:00
Luciano Righetti 6464981d56
chg: update moment.js to v2.29.4 2022-07-29 15:04:55 +02:00
Luciano Righetti feec04e985
chg: update moment.js to v2.29.4 2022-07-29 15:00:35 +02:00
Alexandre Dulaunoy 02cedbf51f
Merge branch '2.4' into develop 2022-07-29 14:38:33 +02:00
Alexandre Dulaunoy f61c14dd7d
Merge pull request #8515 from cudeso/patch-1
Update AttributeValidationTool.php
2022-07-29 14:38:04 +02:00
Koen Van Impe 67f2f5d425
Update AttributeValidationTool.php 2022-07-29 12:23:55 +02:00
Sami Mokaddem fe86f81145
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-07-29 11:34:59 +02:00
Sami Mokaddem 05332be154
fix: [workflows:editor] UI fix and improvement 2022-07-29 11:00:00 +02:00
Sami Mokaddem a578d0a833
fix: [workflow:validation] Make sure a workflow has one and only one trigger 2022-07-29 10:59:12 +02:00
Sami Mokaddem b146902a01
fix: [event:publish] Call correct trigger 2022-07-29 10:58:39 +02:00
Sami Mokaddem 64f1949b82
fix: [workflows:editor] Correctly draw parameters in the specified order 2022-07-29 10:36:01 +02:00
Sami Mokaddem 762f1a7c9a
chg: [workflow] Changed the format of the graph 2022-07-29 10:26:14 +02:00
Sami Mokaddem 60ceed59fa
fix: [workflow] Fixed in walkGraph 2022-07-29 10:24:47 +02:00
Sami Mokaddem d069d72f35
chg: [workflow] Changed the format of the graph WiP
Made a clear separation between node data and module data
2022-07-29 08:33:59 +02:00
Alexandre Dulaunoy cb4c08c48e
chg: [misp-galaxy] updated to the latest version 2022-07-28 07:20:13 +02:00
Sami Mokaddem e265057d24
chg: [workflow] Added an `id` in all module instead of relying on the label 2022-07-27 15:41:21 +02:00
Sami Mokaddem 5b6f051749
fix: [workflows:editor] Correctly remove invalid parameters when saving workflows 2022-07-27 14:54:37 +02:00
Sami Mokaddem c8664b693b
chg: [global_menu] Changed workflow beta tag into new 2022-07-27 14:54:07 +02:00
Sami Mokaddem ba68a93f86
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-07-27 14:18:54 +02:00
Sami Mokaddem c8ed5f84f1
fix: [genericElement:boolean] Correctly encode sync rules for popover usage 2022-07-27 14:18:29 +02:00