Sami Mokaddem
1461f06638
chg: [workflow] Added WorkflowBaseTriggerModule class to be extended by triggers
2022-06-24 09:25:02 +02:00
Sami Mokaddem
df8f0f9ed0
new: [workflow_module:webhook] Added new webhook module
2022-06-22 13:38:19 +02:00
Sami Mokaddem
31e3c94929
chg: [sidemenu] Added more link for workflowParts controller
2022-06-22 13:37:39 +02:00
Sami Mokaddem
4802f1cb0e
fix: [workflowPart:edit] Convert part data to string before passing to the view
2022-06-22 12:04:17 +02:00
Sami Mokaddem
e2882a773d
chg: [workflow:editor] Added possibility to include workflow parts + various fixes
2022-06-22 11:57:43 +02:00
Sami Mokaddem
4e47782a04
new: [workflowPart] Started integration of workflow parts
2022-06-22 09:46:57 +02:00
Sami Mokaddem
d1c617a287
chg: [workflow:moduleIndex] Added more filtering options
2022-06-22 09:45:42 +02:00
Sami Mokaddem
374449b2e4
chg: [workflows:index] Added module icons in index and view
2022-06-21 10:15:55 +02:00
Sami Mokaddem
30d114831e
fix: [workflow:editor] Fixed checking cyclic state for large graph + Improved UI
2022-06-21 10:01:28 +02:00
Sami Mokaddem
172ba83c25
chg: [workflow:editor] Improved selection behavior and UI
2022-06-20 15:18:25 +02:00
Sami Mokaddem
e1735c1125
chg: [workflow:editor] General UI improvements
2022-06-17 16:10:04 +02:00
Sami Mokaddem
7d4cc65f2e
chg: [workflow] Added toggling trigger state from the index
2022-06-17 10:06:11 +02:00
Sami Mokaddem
b6348c5fd4
chg: [workflow] Small UI tweaks
2022-06-17 09:20:50 +02:00
Sami Mokaddem
574deccac8
new: [workflow] Added toggling module state
2022-06-17 09:20:27 +02:00
Jakub Onderka
1885e972d9
fix: [internal] RestSearchExport: fetch published and unpublished events
2022-06-16 16:38:25 +02:00
Jakub Onderka
44db6accb3
Merge pull request #8453 from JakubOnderka/invalid-date-error
...
chg: [internal] Throw exception if date spec is invalid
2022-06-16 15:59:57 +02:00
Jakub Onderka
914fd2467b
chg: [internal] Throw exception if date spec is invalid
2022-06-16 15:47:37 +02:00
Jakub Onderka
3dc6281676
chg: [internal] Include more types in hash export
2022-06-16 12:54:58 +02:00
chrisr3d
d786e4e9c1
Merge branch '2.4' of https://github.com/MISP/MISP into develop
2022-06-16 11:35:39 +02:00
chrisr3d
bd281d47a5
fix: [stix2 import] Fixed STIX 2.0 Observable objects mapping as MISP attributes
2022-06-16 11:34:29 +02:00
Jakub Onderka
2964335f04
chg: [UI] Event export description
2022-06-16 09:19:53 +02:00
Sami Mokaddem
4ffebbfff4
chg: [workflow:index_module] Added column for blocking modules
2022-06-15 14:27:37 +02:00
Sami Mokaddem
487f62fd84
chg: [workflow:editor] Mainly improved UI
2022-06-15 14:24:39 +02:00
chrisr3d
64ee149d5e
Merge branch '2.4' of https://github.com/MISP/MISP into develop
2022-06-15 12:51:05 +02:00
chrisr3d
0988c258c9
Merge branch 'develop' of https://github.com/MISP/MISP into develop
2022-06-15 12:50:56 +02:00
chrisr3d
e7a9d82cb9
Merge branch '2.4' of https://github.com/MISP/MISP into 2.4
2022-06-15 12:49:46 +02:00
chrisr3d
1de50f57dc
fix: [stix2 import] Removed `index` parameter for some observable objects parsing functions to avoid issues while selecting the right observable
...
- Should fix #8447
2022-06-15 12:47:48 +02:00
Sami Mokaddem
9f42290e49
chg: [workflow:editor] Added support of node multi-selection
2022-06-15 11:53:01 +02:00
Jakub Onderka
83122ae871
Merge pull request #8448 from JakubOnderka/fix-array-access
...
fix: [internal] Trying to access array offset on value of type int
2022-06-15 10:21:30 +02:00
Jakub Onderka
71e78bedb0
fix: [internal] Trying to access array offset on value of type int
2022-06-15 09:31:06 +02:00
Sami Mokaddem
6f8d1c0441
chg: [workflow:editor] Save current state with CTRL+S
2022-06-13 15:58:53 +02:00
Sami Mokaddem
07b99a1a5a
chg: [workflow] Added more logging while executing WF
2022-06-13 14:36:44 +02:00
Sami Mokaddem
c63ff3b21d
chg: [workflow] Increment workflow counter each time a trigger is called
2022-06-13 14:10:06 +02:00
Sami Mokaddem
46632de33a
chg: [workflow:editor] Slightly improved center canvas method
2022-06-13 13:54:42 +02:00
Sami Mokaddem
ff75734326
chg: [workflow:editor] Improved styling for trigger nodes
2022-06-13 13:05:54 +02:00
Sami Mokaddem
02730b0662
chg: [workflow:editor] Slightly changed zoom behavior
2022-06-13 12:58:50 +02:00
Sami Mokaddem
17a32a8131
chg: [workflow] restored execution path support to allow parallel tasks
2022-06-13 11:27:27 +02:00
Sami Mokaddem
6511c3381a
chg: [workflows] Ability to run a workflow from any node and added background job support for parallel tasks
2022-06-13 10:48:59 +02:00
Sami Mokaddem
bcff20cc50
chg: [workflow] Added support of module filtering, improved system and small clean-up
2022-06-10 16:11:47 +02:00
Sami Mokaddem
b7e6baabb7
chg: [workflow] Improved if module and UI
2022-06-10 16:10:45 +02:00
Sami Mokaddem
44adb387e9
chg: [workflow] Fixed to allow running workflows again
2022-06-10 10:25:10 +02:00
Sami Mokaddem
04f9d056dc
chg: [workflows:editor] Improved if block and UI
2022-06-09 14:09:38 +02:00
Sami Mokaddem
5a7da21f04
chg: [workflow] Small improvements and refactored behavior of if blocks
2022-06-09 14:08:43 +02:00
Jakub Onderka
10b21ba381
Merge pull request #8433 from baderj/issue-6379
...
fix: [export] Create unique SIDs for email attributes in NIDS export
2022-06-09 09:53:09 +02:00
Jakub Onderka
d8f2043d24
Merge pull request #8435 from JakubOnderka/blowfish-update
...
fix: [security] Use random salt for password and authkey hashes
2022-06-08 15:38:19 +02:00
Jakub Onderka
a92c63dc69
fix: [security] Use random salt for password and authkey hashes
2022-06-08 15:18:02 +02:00
Jakub Onderka
850b8487bf
Merge pull request #8432 from JakubOnderka/alertemail-unsubscribe
...
new: [email] Unsubscribe
2022-06-08 13:35:18 +02:00
Jakub Onderka
2a2b52f64e
chg: [internal] Convert to const
2022-06-08 10:44:33 +02:00
Jakub Onderka
f0a4ea6d09
fix: [internal] DB changes array
2022-06-08 09:55:03 +02:00
Johannes Bader
27e6c60b89
Fixes issue #6379
...
The NIDS export creates two rules for attributes with type 'email' (a
src and dst rule). However, the same SID was used for both rules. Since
SIDs must be unique for a ruleset, this will be logged as an error by
Suricata and the rule is not loaded (see issue #6379 ).
This fixes the issue by incrementing the SID before creating the second
email rule.
2022-06-07 21:23:02 +02:00