Commit Graph

17246 Commits (389ea222eaed2e01b2df1614a19b82f4bc2e7b68)

Author SHA1 Message Date
Sami Mokaddem 188153ffe9
chg: [events] Typo in protected description 2022-03-17 11:50:06 +01:00
Alexandre Dulaunoy bcf8e49654
chg: [misp-objects] updated to the latest version 2022-03-17 10:27:36 +01:00
Jakub Onderka ff39069bbc fix: [oidc] Undefined index 2022-03-17 09:29:02 +01:00
iglocska 26ea06f2d9
fix: [gpg key] handle the lack of an instance key more gracefully 2022-03-17 02:31:45 +01:00
iglocska 47a997363c
chg: [CI] make the tests happy
- trailing comma after the last parameter in a function is not allowed in some PHP versions
2022-03-17 02:09:22 +01:00
iglocska a63a628a1a
fix: [cryptograhicKey] instance key fingreprint caching fixed 2022-03-17 01:44:58 +01:00
iglocska 20fffac92b
chg: [signing validation] re-added to the new ServerSyncTool 2022-03-17 01:44:33 +01:00
iglocska e8dcb31623
Merge branch 'feature/protected_mode' into develop 2022-03-17 01:43:44 +01:00
iglocska 8ea0b2cb56
chg: [unused endpoint] removed 2022-03-17 00:57:41 +01:00
iglocska f8957cd62e
new: [instance key ingestion] added caching
- cache the fingerprint of the instance for 5 minutes
- avoid an unnecesary overhead by caching the value for 5 minutes
2022-03-17 00:53:02 +01:00
iglocska 17adbc26ae
chg: [signing validation] fixes
- correctly handle edits in regards to tamper proofing events
- handle an edge case of missing organisation data loaded for displaying if an event is removed by failing the validation
2022-03-17 00:47:06 +01:00
iglocska f8efe5a01e
chg: [event view] added more information about the protected event status 2022-03-17 00:46:23 +01:00
iglocska 0ceeaf5242
new: [single view factory] added key_info constructor key for meta fields
- will display a font awesome info icon with a configurable title text
2022-03-17 00:45:11 +01:00
iglocska 57199cabd8
new: [protected event field] in the event view
- added tooltips with explanations
- added a warning if the instance's signing key is not included
2022-03-17 00:44:07 +01:00
iglocska 2263f4b194
chg: [event index] include a lock sign for protected events 2022-03-17 00:43:27 +01:00
iglocska 8eff854fce
fix: [signing validation] use the existing event rather than the incoming event for edits
- the ground truth for allowing edits is in the LOCAL version of the event
- prevents tampering attempts

- also cleanup of repetive file upload code
2022-03-17 00:41:55 +01:00
iglocska 259a19a374
fix: [sync] removed newly added locked field as a sanitized sync field
- ends up creating unlocked events on the remote, preventing future edits
2022-03-16 15:36:58 +01:00
iglocska d49eca93ea
Merge branch 'feature/protected_mode' of github.com:MISP/MISP into feature/protected_mode 2022-03-16 01:34:19 +01:00
iglocska d431ee2d31
new: [pull] added protected mode checks and calling the validation functions if a protected event is found
- also removed leftover breakpoints
2022-03-16 01:32:01 +01:00
iglocska 828a07a128
chg: [cryptographicKey] - load and initialise gpg on class construction 2022-03-16 01:31:16 +01:00
iglocska f6b5c7b7e3
chg: [gpgtool] validateGpgKey now also imports the key 2022-03-16 01:29:44 +01:00
iglocska ab54f9cbfd
fix: [ACL] event protect/unprotect received ACL checks 2022-03-16 01:28:59 +01:00
iglocska 4f706aa331
fix: [ACL] Cryptokey add / delete key from parent received ACL checks 2022-03-16 01:28:09 +01:00
iglocska 9e90513881
new: [CRUD] delete - added the beforeDelete hook 2022-03-16 01:27:42 +01:00
iglocska 29ea45b4fd
chg: [ACL] added the cryptographicKeys functions 2022-03-16 01:27:11 +01:00
iglocska 5cd07f6ff0
fix: [warning] merge fixes 2022-03-15 23:51:43 +01:00
iglocska c33230c2cd
Merge branch '2.4' into feature/protected_mode 2022-03-15 23:49:06 +01:00
iglocska d60e8a39a1
Merge branch 'feature/protected_mode' of github.com:MISP/MISP into feature/protected_mode 2022-03-15 23:11:19 +01:00
iglocska 3122974853
chg: [pull] signing validation WiP 2022-03-15 23:10:51 +01:00
iglocska f592053f5a
fix: [event] include the protected field in the saving to allow syncing of protected events 2022-03-15 23:10:09 +01:00
iglocska 26de0a8b0c
new: [events] index and view signing checks added
- exclude events that can't be signed with a valid key as required by the event from the index for automaticTools (MISP + PyMISP)
- sign the data only for automaticTools (MISP + PyMISP)
2022-03-15 22:59:52 +01:00
iglocska f4fbc62aae
fix: [cryptographicKey] various fixes
- typoes fixed
- take parent ID from the local ID rather than the synced one
2022-03-15 22:58:09 +01:00
iglocska 7c3181837b
fix: [eventwarning] path fixed
- as spotted by @chrisr3d
2022-03-15 12:54:55 +01:00
Jakub Onderka 0783bda85b fix: [oidc] Specify correct column for user fetch 2022-03-15 10:20:43 +01:00
Jakub Onderka b69c2c4918 fix: [php] Support for PHP 7.2 2022-03-15 10:20:43 +01:00
Jakub Onderka 3c8d07ca75 fix: [oidc] Throw exception if user email is empty 2022-03-15 09:55:50 +01:00
iglocska 98754783f6
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2022-03-15 09:31:50 +01:00
iglocska 364eaa50c2
new: [event warnings] made modular
- app/Lib/EventWarning contains default warnings
- app/Lib/EventWarning/Custom can be used to just drop event warnings
- use app/Lib/EventWarning/DefaultWarning as a template
2022-03-15 09:30:56 +01:00
iglocska e5c7e50fcf
fix: [internal] event rearranging before push fixed
- some elements were at a misaligned level in the array
2022-03-15 07:16:19 +01:00
iglocska c5d6e4a07c
fix: [signing] canonisation support by culling whitespaces 2022-03-14 15:54:24 +01:00
iglocska 4a65714fe9
fix: [sync] version comparison fixes
- for determining the right version to compare to when deciding if protected events can be synced
2022-03-14 00:34:44 +01:00
iglocska 4ca607ea4c
fix: [log] added 2 new actions for the signing system 2022-03-14 00:34:19 +01:00
iglocska 0774086ad2
fix: [event model] fixes
- fixed class name typo
- removed placeholder exception / breakpoint
2022-03-14 00:33:41 +01:00
iglocska be34b3899e
fix: [cryptographickey model] internal fixes
- incorrect variable names fixed
- logging target fixes
- error messages were lacking the actual message
2022-03-14 00:32:18 +01:00
iglocska 2cfa89d492
chg: [tmpfiletool] allow reading into string without closing the file 2022-03-14 00:31:36 +01:00
iglocska 0f9645f20e
fix: [signing] generating event signature fixes 2022-03-14 00:30:44 +01:00
iglocska 114ac4d66c
chg: [signing] sign contents on restresponse if applicable 2022-03-14 00:29:43 +01:00
iglocska 8e96e2fd00
chg: [cryptographic key] move capture function to a bulk delta function 2022-03-13 17:02:50 +01:00
iglocska c42800718a
chg: [cryptographickey] capturing
- add summary to logs
2022-03-13 17:02:11 +01:00
iglocska 6a64dc35e4
chg: [event edit] execute validation for signing keys if applicable 2022-03-13 16:42:07 +01:00
iglocska 4c381157a6
chg: [cryptographickey] execute key update on add() 2022-03-13 15:13:32 +01:00
iglocska 951e95ed5d
new: [cryptographic key] capture mechanism added
- capture new keys
- remove keys no longer in the data set
- revoke keys if needed
2022-03-13 15:12:30 +01:00
iglocska cd3efdf225
chg: [JSONconvertertool] include cryptographic key 2022-03-13 15:12:05 +01:00
iglocska 816c1212f8
new: [generic template] for simple displaying of information added 2022-03-13 12:40:48 +01:00
iglocska 4c9a6b21e8
chg: [logo] new logo added 2022-03-13 12:39:29 +01:00
iglocska b1b32fe1f9
new: [cryptographic keys] views added 2022-03-13 12:39:05 +01:00
iglocska f74d664ce7
chg: [event view] missing changes added
- fixed event view main header
- added padlock sign for locked events
2022-03-13 12:38:17 +01:00
iglocska a15dff4da5
chg: [logo] update 2022-03-13 12:37:57 +01:00
iglocska 37fb2943bf
chg: [check remote MISP version] added flag for protectedMode awareness 2022-03-13 12:37:30 +01:00
iglocska d165b092f3
new: [event signing] sign events function added 2022-03-13 12:37:02 +01:00
iglocska 09a9e55896
new: [protected mode] functionalities added to the events controller
- protect/unprotect events
- include pgp signature in event on load when applicable
2022-03-13 12:35:58 +01:00
iglocska b80a7af2c3
new: [cryptographic keys] model and controllers added
- sets MISP up for information signing
- sign data during synchronisation
2022-03-13 12:35:12 +01:00
iglocska b86b8be7f2
new: [protected event mode] view elements added 2022-03-13 12:34:36 +01:00
iglocska 5946ecc52a
fix: [side panel] relatedFeed panel fixed 2022-03-13 12:32:44 +01:00
Jakub Onderka cac0e81001
Merge pull request #8154 from JakubOnderka/server-sync-push
chg: [sync] Use ServerSyncTool for pushing events
2022-03-12 13:19:54 +01:00
Jakub Onderka 0ec3f33b30
Merge pull request #8164 from JakubOnderka/fix-folder-not-found
fix: [internal] Class 'Folder' not found
2022-03-12 13:19:06 +01:00
Jakub Onderka b00ef27fb5
Merge pull request #8179 from JakubOnderka/upload-event-cleanup
chg: [internal] Simplify code for pushing events
2022-03-12 13:18:33 +01:00
Jakub Onderka 2e87d6b7b4
Merge pull request #8197 from JakubOnderka/push-sightings-refactor
chg: [sync] Simplify code for sighting pushing
2022-03-12 13:17:38 +01:00
iglocska 86832556a4
chg: [ipUser] API now accepts lists of IPs
{
    "ip": ["8.8.8.8", "1.1.1.1"]
}
2022-03-10 13:47:27 +01:00
iglocska 7174b86999
new: [admin API] /servers/ipUser added
- requires user IP logging to be enabled
- search for a user behind an IP via /servers/ipUser, post a JSON containing the user's IP such as this:

{
   "ip": "8.8.8.8"
}
2022-03-10 13:41:22 +01:00
Sami Mokaddem c83a7b0b5b
chg: [events:index] Simplified endpoint 2022-03-10 12:10:37 +01:00
Sami Mokaddem 3f9629ad0c
new: [events:index] Multi-select export of events 2022-03-10 10:18:39 +01:00
Sami Mokaddem 21997abc52
fix: [exports:context] Removed spaces 2022-03-10 09:45:47 +01:00
Sami Mokaddem 507625de02
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-09 17:50:06 +01:00
Sami Mokaddem b6c730f8f4
chg: [events:restSearch] Added `context-markdown` export format 2022-03-09 17:49:34 +01:00
Luciano Righetti fd43c07952 fix: add default supervisor user to default settings 2022-03-09 12:08:54 +01:00
Luciano Righetti 7fae03d226 fix: add default supervisor user to default settings 2022-03-09 12:01:57 +01:00
Sami Mokaddem f08d29f1e7
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-08 13:40:37 +01:00
Sami Mokaddem 155bf23776
new: [events:restSearch] Added `context` export format
The `context` export format includes:
- List of used taxonomies
- List of used galaxy cluster
- List of custom tags
- Mitre Att&ck matrix
2022-03-08 13:40:15 +01:00
Jakub Onderka 90cd99685f chg: [sync] Simplify code for sighting pushing 2022-03-07 17:45:06 +01:00
Jakub Onderka 625032e58b
Merge pull request #8193 from JakubOnderka/set-sg-uuid
new: [UI] Site admin can create SG with specific UUID
2022-03-07 17:44:24 +01:00
iglocska 7537d62e7f
chg: [event view] rework
- use the factories
- a host of new elements added
- new side panels
- changed the behaviour of several existing functionalities
- various other small improvements
2022-03-06 23:51:25 +01:00
iglocska 369e314cac
Merge branch '2.4' into develop 2022-03-05 11:07:22 +01:00
iglocska 3aa2d7e310
fix: [sharing group blueprint] fixed 2022-03-05 11:06:24 +01:00
Jakub Onderka 5940187b33 new: [UI] Site admin can create SG with specific UUID 2022-03-04 18:14:13 +01:00
iglocska 82caf0e770
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-04 16:10:42 +01:00
iglocska 870b9d761b
fix: [db schema] fixed 2022-03-04 16:10:12 +01:00
Jakub Onderka bcf3737caa
Merge pull request #8188 from JakubOnderka/code-style
chg: [internal] Cosmetic code changes
2022-03-04 09:27:36 +01:00
iglocska b32684561e
chg: [authkeys] add accepts the user_id via URL params and posted JSON body 2022-03-03 18:57:44 +01:00
iglocska ce9fbea4d6
chg: [sharing group blueprint] default to active sharing groups
- was confusing
2022-03-03 16:09:03 +01:00
Jakub Onderka d51c052b3f chg: [internal] Cosmetic code changes 2022-03-03 15:59:25 +01:00
Raphaël Vinot cbc7361f40 chg: [PyMISP] BUmp version 2022-03-03 15:13:22 +01:00
iglocska fcbc595a76
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-03 14:39:45 +01:00
iglocska a7eb8fa9ac
chg: [authkeys add] accept "me" as a valid parameter 2022-03-03 14:38:05 +01:00
Jakub Onderka 09877c33f8
Merge pull request #8183 from JakubOnderka/cli-list-filter
new: [CLI] Filter user by ID or e-mail
2022-03-03 09:42:44 +01:00
iglocska 11d91386d5
fix: [sync] automatic sync data creation was lacking authkey
- fixed for both old style and advanced authkeys
2022-03-02 20:50:57 +01:00
iglocska 7834ec3760
fix: [organisations] made meta fields default to '' and not allow null values
- fixes a filtering issue with sharing group blueprints leading to sharing groups that are more restrictive than expected
2022-03-02 17:32:35 +01:00
Jakub Onderka 97f4df6a37 chg: [CLI] Simplify Admin::dumpCurrentDatabaseSchema 2022-03-02 16:54:08 +01:00
Jakub Onderka 0728ea36f9 new: [CLI] Filter user by ID or e-mail 2022-03-02 15:55:34 +01:00
iglocska c66d718a09
fix: [blueprints] appease older php versions
trailing comma on last function call element removed
2022-03-02 08:06:50 +01:00
iglocska 560781caa2
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-02 02:14:52 +01:00
iglocska 18f2b54a6c
fix: [JSON field] fixes
- do not sanitise data that is to be json encoded
- decode json if a simple string is used
2022-03-02 02:12:18 +01:00
iglocska 18fb3d12bd
fix: [sharing group] authorise sharing group if the user's organisation is not contained in the sharing group but is rather the creator organisation 2022-03-02 02:11:08 +01:00
iglocska 6ceab79332
chg: [ACL] updated 2022-03-02 02:10:52 +01:00
iglocska 639a4929e3
new: [sharing group blueprints]
- create a rule based blueprint that is used to create and update a sharing group
- nest sharing groups
- filter organisations by metadata fields
- nested via boolean operators
- CLI exposed
- API exposed
- Lightweight ownership model (only blueprint owner can see and edit the blueprint)
2022-03-02 02:09:20 +01:00
iglocska 0c4f225e71
fix: [singleview factory] modelField element now handles empty data fields gracefully 2022-03-02 02:05:02 +01:00
iglocska a226655aa4
new: [json field] added to single view factory 2022-03-02 02:03:38 +01:00
Jakub Onderka 1c97d4de2a chg: [internal] Simplify code for pushing events 2022-02-28 14:54:18 +01:00
Jakub Onderka 535633c9c0 chg: [oidc] Do not log changes for OIDC user setting 2022-02-27 09:23:19 +01:00
Jakub Onderka 1950ca6ab8
Merge pull request #8155 from JakubOnderka/bg-jobs-read-timeout
new: [bgjobs] Allow to set Redis read timeout
2022-02-27 09:00:43 +01:00
Jakub Onderka 8d4d746bd2
Merge pull request #8165 from JakubOnderka/delete-selected
chg: [internal] Simplify code for deleting multiple attributes
2022-02-27 08:46:20 +01:00
Jakub Onderka 1530b5e9e9
Merge pull request #8176 from JakubOnderka/test_custom_warninglist
Test custom warninglist
2022-02-26 19:38:04 +01:00
Jakub Onderka b0561c388c fix: [warnignlist] Update cache after warninglist edit 2022-02-26 19:23:58 +01:00
Jakub Onderka 74dc9b3681 chg: [internal] Use FileAccessTool 2022-02-26 19:23:58 +01:00
Alexandre Dulaunoy 32671ac8c0
chg: [composer] Crypt_GPG updated 2022-02-26 17:44:29 +01:00
Alexandre Dulaunoy 24df232381
Merge branch '2.4' into develop 2022-02-26 16:16:38 +01:00
Alexandre Dulaunoy 3be61451d8
chg: [warning-lists] updated 2022-02-26 16:16:10 +01:00
Jakub Onderka 29e0695df7
Merge pull request #8173 from JakubOnderka/fix-id-translator
fix: [internal] Event ID translator
2022-02-26 11:16:12 +01:00
Jakub Onderka 351d2bfa20 fix: [security] Do not allow to fetch value of redacted setting 2022-02-26 10:57:47 +01:00
Jakub Onderka d72dd18bad fix: [security] Do not allow to fetch value of redacted setting 2022-02-26 10:37:56 +01:00
Jakub Onderka 5ec36f8d4b fix: [internal] Event ID translator 2022-02-26 09:37:27 +01:00
Jakub Onderka ae25fb0ad1 chg: [internal] Simplify code for deleting multiple attributes 2022-02-23 16:59:01 +01:00
Jakub Onderka 3dc40aa33e fix: [internal] Class 'Folder' not found 2022-02-23 16:29:56 +01:00
Jakub Onderka 22487aec4f
Merge pull request #8163 from MISP/2.4
Merge 2.4 into develop
2022-02-23 16:06:17 +01:00
Jakub Onderka 341687cb61 chg: [internal] Simplify logging when pulling events 2022-02-23 16:05:42 +01:00
Jakub Onderka 9bc899e3a4 fix: [internal] Append variable just when not null 2022-02-23 16:05:41 +01:00
Jakub Onderka a60825cbcc fix: [bgjobs] Try to avoid deadlock 2022-02-23 16:05:41 +01:00
Jakub Onderka 0cde5744c6 fix: [bgjobs] First read STDERR, then STDOUT 2022-02-23 16:05:41 +01:00
Jakub Onderka 5ed82b6714 chg: [bgjobs] Add command name to logs 2022-02-23 16:05:41 +01:00
Jakub Onderka 4959173af6 fix: [bgjobs] Try to close pipes before proc_close 2022-02-23 16:05:41 +01:00
Jakub Onderka 4d9543d00a new: [bgjobs] Allow to set Redis read timeout 2022-02-23 16:05:41 +01:00
Jakub Onderka 6504612d2c chg: [internal] Limit size of CSP report 2022-02-23 13:43:10 +01:00
Andras Iklody 35d0d77788
Merge pull request #8141 from folbricht-stripe/preserve-session-config
Preserve Session.* configuration in serverSettingsSaveValue
2022-02-23 11:40:28 +01:00
Jakub Onderka a86712047c
Merge pull request #8152 from JakubOnderka/fix-event-warning
fix: [UI] Event warning - distribution can be string
2022-02-23 10:32:22 +01:00
Jakub Onderka b32f397949 fix: [internal] CIDR validation 2022-02-23 10:10:57 +01:00
Alexandre Dulaunoy 0c6fd94e92
Merge branch '2.4' into develop 2022-02-20 17:45:25 +01:00
Alexandre Dulaunoy 9fd51929d1
chg: [warninglists] updated to the latest version 2022-02-20 17:44:45 +01:00
iglocska 0a0a9f4fe2
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-02-20 17:23:33 +01:00
iglocska 27973d7936
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2022-02-20 17:23:20 +01:00
iglocska 69553f6edb
chg: [menu] added the MISP event JSON population to the populate from... menu 2022-02-20 17:22:41 +01:00
iglocska e57c32404a
chg: [menu] added the MISP event JSON population to the populate from... menu 2022-02-20 17:21:51 +01:00
Jakub Onderka 330aa12313 chg: [sync] Use ServerSyncTool for pushing events 2022-02-20 13:56:13 +01:00
Jakub Onderka 924f28c9e1 fix: [UI] Event warning - distribution can be string 2022-02-20 13:04:35 +01:00
Jakub Onderka 4cac16b757
Merge pull request #8153 from JakubOnderka/more-entropy
chg: [cli] Use more entropy when generating new encryption key
2022-02-19 18:24:44 +01:00
Jakub Onderka fddbb98c7c fix: [UI] Homepage icon link 2022-02-19 16:07:11 +01:00
Jakub Onderka a7ca58895a chg: [UI] Fix setting placeholder for user setting 2022-02-19 16:07:11 +01:00
Jakub Onderka 98f2a43739 chg: [user_setting] Switch OIDC to internal setting 2022-02-19 16:07:11 +01:00
Jakub Onderka 01afb38bec fix: [internal] Do not convert to JSON 2022-02-19 16:07:11 +01:00
Jakub Onderka fa716c1be6 fix: [UI] User setting view is not implemented 2022-02-19 16:07:11 +01:00
Jakub Onderka 8409a1871e chg: [oidc] Move OIDC to different class 2022-02-19 16:07:11 +01:00
Jakub Onderka f5e32123c5 chg: [oidc] Check user org when checking if user is valid 2022-02-19 16:07:11 +01:00
Jakub Onderka 316b6a9b9a chg: [oidc] Remove support for Jumbojett\OpenIDConnectClient 2022-02-19 16:07:11 +01:00
Jakub Onderka 6cb30515e7 chg: [oidc] Check user role when checking if user is valid 2022-02-19 16:07:11 +01:00
Jakub Onderka 9c357bec9c chg: [internal] Speedup when no events found 2022-02-19 16:07:10 +01:00
Jakub Onderka e1774abe80 new: [oidc] Check user validity 2022-02-19 16:07:10 +01:00
Jakub Onderka 20c4ca7985 chg: [cli] Use more entropy when generating new encryption key 2022-02-19 11:16:03 +01:00
iglocska 384d517a11
new: [event warnings] include them in the event view 2022-02-17 09:24:43 +01:00
iglocska f8a0feb59c
chg: [event warnings] load the new behaviour and set the view variable with the contents 2022-02-17 09:24:12 +01:00
iglocska 7f27b1869e
new: [behaviour] event warning behaviour added
- inspects an event in MISP's internal raw format for discrepencies
- creates a list of warnings
2022-02-17 09:23:11 +01:00
iglocska 22ea43fea2
fix: [ACL] added events/populate 2022-02-16 17:52:12 +01:00
iglocska 92b240adb4
Merge branch '2.4' into develop 2022-02-16 15:23:55 +01:00
iglocska 6ab34c5b34
fix: [sync] fixed several issues with the sync attribute filters causing issues
- if no negative sync filters defined, errors thrown due to check against null
2022-02-16 15:23:03 +01:00
iglocska 6b02eb9d41
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2022-02-16 15:22:02 +01:00
iglocska 07b29a6865
chg: [proposal alert] emails now include the event uuid
- for easier lookup on your own instance, rather than the remote.
2022-02-16 14:45:57 +01:00
chrisr3d ea19abbfc8 Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-02-14 14:17:45 +01:00
chrisr3d 07d78810b5
fix: [stix2 import] Fixed description fields from STIX objects parsing as comment field for external STIX data 2022-02-14 14:15:13 +01:00
Frank Olbricht b08f7cf2d8 Preserve Session.* configuration in serverSettingsSaveValue 2022-02-12 14:41:35 -07:00
iglocska 8d07debaab
fix: [ACL] added events/populate 2022-02-11 19:05:35 +01:00
Alexandre Dulaunoy 607cbbf859
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-02-11 18:51:48 +01:00
Alexandre Dulaunoy c93a501ef1
chg: [taxonomies] updated to the latest version 2022-02-11 18:51:03 +01:00
chrisr3d fb9201e334 Merge branch '2.4' of github.com:MISP/MISP into develop 2022-02-11 18:33:25 +01:00
chrisr3d 2be53c74d8
fix: [stix2 import] Importing description field of STIX objects as comment field in the converted MISP attribute or object 2022-02-11 18:31:23 +01:00
iglocska 9d257de51e
fix: [forms] larger text input
# Please enter the commit message for your changes. Lines starting
2022-02-10 15:24:04 +01:00
iglocska 9c159a4160
Merge branch '2.4' into develop 2022-02-10 15:21:44 +01:00
iglocska 179a26d656
new: [populate event view] added
- paste a JSON with misp data (objects, attributes, galaxies, tags, eventreports) and it will edit the elements into the event
2022-02-10 12:39:48 +01:00
iglocska a9e0086a97
new: [event population] added 2022-02-10 12:39:22 +01:00
iglocska c82146ae16
Merge branch '2.4' into develop 2022-02-09 15:48:40 +01:00
iglocska 260d84651c
fix: [tmpdir] default value change missing
- Thanks @Wachizungu for spotting my fail
2022-02-09 15:44:18 +01:00
iglocska 54b55e0819
Merge branch '2.4' into develop 2022-02-09 09:19:20 +01:00
iglocska 607de3683c
fix: [tmpdir] default reverted to MISP/app/tmp
- too many access errors for users with /tmp as the default
2022-02-09 09:18:02 +01:00
Sami Mokaddem 69b0937ea2
fix: [user:getClientIp] Typo in variable name 2022-02-08 14:32:05 +01:00
Jakub Onderka fc8f399b89 new: [oidc] Support for setting code challenge method 2022-02-07 14:00:48 +01:00
Christophe Vandeplas 618c7ddb77
chg: [community-metadata] adding missing communities 2022-02-07 10:36:03 +01:00
Christophe Vandeplas 3aacdc4a72 chg: [community-metadata] adding missing communities 2022-02-06 18:38:57 +01:00
iglocska c282ea8063
fix: [language] fix (exception text) 2022-02-04 16:25:20 +01:00
Alexandre Dulaunoy fe1f93b19e
Merge pull request #8129 from Wachizungu/fix-findoriginaluuid-typo
chg: fix findoriginaluuid typo
2022-02-04 16:01:02 +01:00
Jakub Onderka 3b8e848739
Merge pull request #8118 from JakubOnderka/new-oidc
chg: [oidc] Store user sid in session
2022-02-04 15:26:53 +01:00
Jakub Onderka f2bff258f5 chg: [oidc] Store user sid in session 2022-02-04 15:13:46 +01:00
Jeroen Pinoy 7a93ffd423
chg: fix findoriginaluuid typo 2022-02-04 11:10:49 +01:00
Alexandre Dulaunoy 0016eceb2a
Merge branch '2.4' into develop 2022-02-04 10:05:08 +01:00
Alexandre Dulaunoy ccb2f03a5f
chg: [misp-objects] updated 2022-02-04 10:04:36 +01:00
Alexandre Dulaunoy a6a0dbca01
chg: [misp-galaxy] updated to the latest version 2022-02-02 22:40:33 +01:00
Alexandre Dulaunoy e0dabc6f63
chg: [misp-galaxy] updated to the latest version 2022-02-02 22:39:54 +01:00
Jakub Onderka 1c7a7beae8
Merge pull request #8123 from JakubOnderka/event-push-debug
fix: [internal] Array to string conversion
2022-02-02 18:29:52 +01:00
chrisr3d 85bab0baeb Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-02-02 17:02:27 +01:00
chrisr3d fc4b80f377
fix: [misp-stix] Same errors handling for STIX1 as it recently has been pushed for STIX2 2022-02-02 17:00:58 +01:00
chrisr3d be805ef644 Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-02-02 16:22:31 +01:00
chrisr3d 076ed2fb58 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2022-02-02 16:22:00 +01:00
chrisr3d 08aa6f1e3c
fix: [misp-stix] Bumped latest version with enhanced parsing of objects which encountered parsing errors
- Instead of simply storing the error message, we
  also convert those objects as STIX Custom objects
2022-02-02 16:20:15 +01:00
Jakub Onderka abafe09188 fix: [internal] Array to string conversion 2022-02-02 15:36:35 +01:00