Commit Graph

22816 Commits (02a4c51406de4a6a66574bf476ebcce1426abbfb)

Author SHA1 Message Date
Jakub Onderka 02a4c51406 fix: [correlation] Fix correlation skipping when doing full correlation 2022-09-08 09:45:02 +02:00
Jakub Onderka e8ea9877a3 chg: [correlations] Optimise fetching limit 2022-09-08 09:44:25 +02:00
Jakub Onderka fcd0447ec9 chg: [correlations] Skip correlations for float attribute type 2022-09-08 09:35:20 +02:00
Jakub Onderka 1daab04ce2 chg: [correlation] Faster saving correlations 2022-09-08 09:30:45 +02:00
Jakub Onderka c367e2b3a1
Merge pull request #8373 from JakubOnderka/mysql-extended
new: [internal] Experimental MysqlExtended driver
2022-09-07 17:12:41 +02:00
Sami Mokaddem 00b32f919c
fix: [correlation-graph] Only bind keydown event on the graph container 2022-09-07 08:18:05 +02:00
Jakub Onderka 07c7698c2b
Merge pull request #8568 from JakubOnderka/code-cleanup
fix: [internal] Throw exception if BackgroundJobsTool is not properly…
2022-09-05 14:09:53 +02:00
Jakub Onderka 6e82ff74cd fix: [db_schema] Update db_version to 95 2022-09-05 13:59:03 +02:00
Jakub Onderka 38ba34d4f6 fix: [internal] Throw exception if BackgroundJobsTool is not properly configured 2022-09-05 13:16:33 +02:00
Sami Mokaddem 8594e61d2c
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-09-05 10:56:02 +02:00
Alexandre Dulaunoy 6fc757b92c
Merge branch '2.4' into develop 2022-09-04 11:16:13 +02:00
Andras Iklody c56d537eb3
fix: [attribute tags] removal broken, fixes #8567
- fat finger typo committed by code
monkey
2022-09-03 21:22:48 +03:00
Alexandre Dulaunoy 5ce60f408d
Merge pull request #8552 from ntnco/develop
fix: traverse paginated Aad Roles
2022-09-03 08:17:17 +02:00
Sami Mokaddem bc6d4a8305
chg: [appModel] Usage of `update` worker instead of `prio` 2022-09-01 15:55:37 +02:00
Sami Mokaddem 0144472fa1
Merge branch 'tomking2_feature/propagate_tag_deletion' into develop 2022-09-01 13:15:15 +02:00
Sami Mokaddem 2d888ea1cc
chg: [servers:edit] Added `not recommended` in the `remove_missing_tag` label 2022-09-01 13:14:22 +02:00
Sami Mokaddem c08e70c21d
chg: [server:edit] Added more precision for `remove_missing_tags` option 2022-09-01 11:29:46 +02:00
Sami Mokaddem 646d921d67
Merge remote-tracking branch 'origin/develop' into tomking2_feature/propagate_tag_deletion 2022-09-01 11:07:35 +02:00
Sami Mokaddem a851764b57
chg: [feeds:add] Default orgc to $me->org_id and select fixed_event by default 2022-09-01 11:01:31 +02:00
Alexandre Dulaunoy 1e73697da2
Merge branch '2.4' into develop
Following discussion with Luciano and the finding of a logic for
the format string. We decided to go for Unicode ;-)
2022-09-01 09:12:34 +02:00
Alexandre Dulaunoy 7ce21f0425
Merge pull request #8560 from 00willo/fix-openapispec-yaml-validation
fix: Removes unnecessary escape character
2022-09-01 09:06:25 +02:00
Luciano Righetti 47674a8051
fix: schema inconsistency 2022-08-31 11:19:18 +02:00
Luciano Righetti 8b373570ad
fix: bump db version and fix schema 2022-08-31 08:29:38 +02:00
Luciano Righetti 687a558c0d
fix: bump db version and fix schema 2022-08-31 08:29:00 +02:00
Graham Williamson 896c18e664 fix: Removes unnecessary escape character
Fixes a validation error - found unknown escape character
2022-08-30 22:40:36 +10:00
Sami Mokaddem c9327174b9
Merge branch 'fix-truncate-overcorrelating-value' into 2.4 2022-08-29 15:10:48 +02:00
Sami Mokaddem 05ad105750
fix: [update-91] Remove duplicates before creating the constraint 2022-08-29 12:12:39 +02:00
Sami Mokaddem 962754dd3b
chg: [overCorrelatingValue] Truncated the `value` column
- We keep the unique constraint on the table
- Correlating values over the max. allowed size are truncated to fit the size requirement. That means large correlating values might be marked as over-correlating despite the fact they are not (as only the starting portion of the value is evaluated).
2022-08-29 10:50:59 +02:00
Sami Mokaddem 74830c5a42
Merge branch 'feature-workflow-module-msteams' into develop 2022-08-25 11:07:45 +02:00
Sami Mokaddem c74ca2563c
chg: [workflowModule:send_email] Removed unused import 2022-08-25 11:03:32 +02:00
Sami Mokaddem d22e426364
new: [workflowModule:send_email] To allow sending an email to a list of users
The module requires the `jinja_template_rendering` module in misp-module to work correctly
2022-08-25 10:56:49 +02:00
Sami Mokaddem e9e0d3d203
new: [workflowBaseModule] Allow jinja template rendering using misp-module 2022-08-25 10:54:53 +02:00
Sami Mokaddem ac34456697
chg: [module:queryModuleServer] Allow skipping trigger execution 2022-08-25 10:54:15 +02:00
Sami Mokaddem 56aeebf3a5
Merge branch 'Benni0_2.4' into 2.4 2022-08-24 13:36:13 +02:00
Sami Mokaddem 2208d01924
Merge branch 'Benni0_2.4' into develop 2022-08-24 13:35:23 +02:00
Sami Mokaddem b1597861d7
Merge branch 'Benni0_patch-1' into 2.4 2022-08-24 11:21:25 +02:00
Sami Mokaddem 057bce11f9
Merge branch 'Benni0_patch-1' into develop 2022-08-24 11:18:33 +02:00
Sami Mokaddem e49723f4dc
new: [workflow-module:ms_teams_webhook] Added new MS teams module based on the webhook module 2022-08-24 11:07:43 +02:00
Sami Mokaddem 796fad0874
chg: [workflow:editor] Added min-width for sidebar block icon 2022-08-24 10:57:16 +02:00
Sami Mokaddem c79324528b
fix: [eventReport:downloadMarkdownFromURL] Added support of trigger for that function 2022-08-24 10:36:00 +02:00
Sami Mokaddem 75d75cc6e6
chg: [workflowBlueprints] Changed export filename generation 2022-08-24 10:10:04 +02:00
Sami Mokaddem 0d4aa566fc
chg: [appController] Bumped queryversion 2022-08-24 09:55:13 +02:00
Sami Mokaddem f0913e1c52
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-08-24 09:54:46 +02:00
Sami Mokaddem d551d0533a
chg: [workflow:Action_tag_*] Usage of tag name instead of tag ID
Using IDs was a bad choice as it prevent to correctly share blueprints since IDs will be different from instance to instance
2022-08-24 09:52:53 +02:00
Sami Mokaddem cc6166089d
fix: [workflow:editor] Correctly purge nodes saved_filter 2022-08-24 09:50:15 +02:00
Alexandre Dulaunoy 914e8bde84
chg: [misp-galaxy] updated to the latest version 2022-08-24 09:43:05 +02:00
Alexandre Dulaunoy 1693af4a61
chg: [misp-galaxy] updated to the latest version 2022-08-24 09:42:31 +02:00
Sami Mokaddem f1678cd74c
fix: [workflows:editor] Correctly apply margin when debug mode is off 2022-08-24 09:14:43 +02:00
Sami Mokaddem 85c1a75830
chg: [workflowBlueprint] Don't attach module_data in blueprint by default 2022-08-24 09:14:17 +02:00
iglocska 6a7521293c
chg: [syslog] include change field if no custom log message was generated
- for certain log entries vital information was omitted by the syslog. If no custom message is specifically set for the log entry, the change field is included
2022-08-24 09:06:11 +02:00