Commit Graph

22782 Commits (1e73697da21e81301fd952204e317c1a7894e141)

Author SHA1 Message Date
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
iglocska b1d5b8baff
chg: [galaxies] slightly saner lookup 2022-08-22 16:24:55 +02:00
iglocska 0d6d3cb980
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-08-22 16:24:26 +02:00
Luciano Righetti e991d0c8da
fix: event block rules not working with tags filters, see issue #8551 2022-08-22 16:08:56 +02:00
Luciano Righetti 5d4f73fcbb
fix: event block rules not working with tags filters, see issue #8551 2022-08-22 16:07:40 +02:00
iglocska 446835a000
fix: [feeds] - tagging a feed would cause the pull to fail
- tag metadata not correctly retrieved
2022-08-22 16:00:01 +02:00
Benni0 8386b2c0bd
fix: Undefined index: Tag in Feed.php #8547 2022-08-18 10:06:46 +02:00
Benni0 4caad64928
fix: Class 'Folder' not found #8544 2022-08-17 16:23:17 +02:00
Alexandre Dulaunoy 984a06f259
chg: [misp-galaxy] updated to the latest version 2022-08-17 15:12:38 +02:00
Alexandre Dulaunoy fa251609e1
chg: [warninglists] updated to the latest version 2022-08-16 08:39:48 +02:00
Alexandre Dulaunoy 4d9ea1e4e3
chg: [warning-lists] updated to the latest version 2022-08-16 08:39:12 +02:00
iglocska 82366ff7bc
Merge branch '2.4' into develop 2022-08-12 16:08:03 +02:00
iglocska 60e59f6df9
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2022-08-12 16:07:31 +02:00
iglocska e24d3bf2d3
fix: [correlations] save the distribution state of the event before/after saving it, fixes #8528
- only trigger a correlation update with the new distribution if it actually changed
- should remove a massive additional load on the table

- thanks to @github-germ for noticing this!
2022-08-12 16:06:08 +02:00
Alexandre Dulaunoy 1a579bc75a
Merge pull request #8538 from baderj/issue-6379-attempt-2
Create unique SIDs for email attributes in NIDS export - Second Attempt
2022-08-11 18:01:58 +02:00
Johannes Bader e6d039ede8 fixes issue 6379 2022-08-11 17:48:18 +02:00
iglocska c60d1e1f5a
Merge branch '2.4' into develop 2022-08-11 15:30:28 +02:00
iglocska 42a30bae98
fix: [warnings] added tlp:clear and tlp:amber+strict to the valid tlp tags
- Clearly, the new tags should be accomodated...
- ... though these ones do not spark joy.
2022-08-11 15:25:53 +02:00
iglocska 2ab3b155b3
Merge branch 'develop' into 2.4 2022-08-11 15:10:54 +02:00
iglocska 10757fb16a
chg: [version] bump 2022-08-11 15:10:04 +02:00