Commit Graph

17246 Commits (389ea222eaed2e01b2df1614a19b82f4bc2e7b68)

Author SHA1 Message Date
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
iglocska 7e4d9f44fe
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2022-02-02 15:00:54 +01:00
iglocska 25253978f0
fix: [API key] shown on automation page when using classic keys 2022-02-02 15:00:08 +01:00
chrisr3d 2d9e16012d Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-02-02 13:28:40 +01:00
chrisr3d 5d2cb289db Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2022-02-02 13:27:07 +01:00
chrisr3d 376bc7a351
fix: [misp-stix] Bumped latest version with a better exceptions handling for file, pe & pe-section objects converted to STIX2 file objects with a pebinary extension 2022-02-02 13:25:39 +01:00
Jakub Onderka 39fc9fa5f8 chg: [internal] Add debugging for problematic push 2022-02-01 17:00:33 +01:00
chrisr3d 6263d4079f Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-02-01 14:10:19 +01:00
chrisr3d 510427d70e Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2022-02-01 14:09:42 +01:00
chrisr3d c7d25dcdba
fix: [stix export] Fixed wrong indentation causing variable name errors 2022-02-01 14:08:33 +01:00
Alexandre Dulaunoy cc8a589fac
Merge branch '2.4' into develop 2022-01-30 11:37:50 +01:00
Alexandre Dulaunoy 3561879026
chg: [misp-galaxy] updated to the latest version 2022-01-30 11:37:26 +01:00
Jakub Onderka d2019e21b8
Merge pull request #8109 from JakubOnderka/tls-debug
TLS connection debug
2022-01-28 17:13:32 +01:00
Jakub Onderka 7ae6f4af32 new: [oidc] Add new option: OidcAuth.authentication_method 2022-01-28 15:11:44 +01:00
Jakub Onderka d067e69ad5 new: [oidc] Add support for jakub-onderka/openid-connect-php OIDC fork 2022-01-28 14:24:31 +01:00
chrisr3d c1037c6ccb Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-01-27 19:42:22 +01:00
chrisr3d 2cda34c192
fix: [misp-stix] Bumped latest version with a quick fix on Tags handling as STIX2 markings 2022-01-27 19:41:11 +01:00
chrisr3d 0df04f65ce Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-01-26 11:06:35 +01:00
chrisr3d 68485de848
fix: [misp-stix] Bumped latest version with some fixes on the tags parsing 2022-01-26 11:05:28 +01:00
chrisr3d f9e6c0b952 Merge branch '2.4' of github.com:MISP/MISP into develop 2022-01-25 13:41:52 +01:00
chrisr3d 522a24c98a
fix: [stix1 export] Removed unused imports 2022-01-25 13:34:36 +01:00
chrisr3d f490756e2a
fix: [stix2 import] Fixed wrong variable name 2022-01-25 13:31:52 +01:00
chrisr3d 1a22beafc1
fix: [misp-stix] Bumped latest fixed version of the library
- Includes fixes on the usage of orgnames during
  a STIX 1 export:
  - The orgname used to define the information
    source and the reporter identity remains
    the same
  - The orgname used to define every STIX object
    id is sanitized to comply with the STIX
    validation process
2022-01-24 20:04:24 +01:00
Jakub Onderka 2f33b4ad3d new: [UI] Show TLS version for server test 2022-01-22 11:39:49 +01:00
Jakub Onderka 92546d12ff new: [security] Check TLSv1.3 connection 2022-01-22 11:39:49 +01:00
Jakub Onderka 613ac448da new: [CLI] admin configLint 2022-01-22 10:36:59 +01:00
Jakub Onderka 067e04fcf6 chg: [setting] Check if value is from options 2022-01-21 20:09:39 +01:00
Jakub Onderka d2445f136c chg: [UI] Use number input for numeric setting 2022-01-21 20:09:05 +01:00
Jakub Onderka 44c4f80c28 chg: [internal] Do not call __evaluateLeaf for branch 2022-01-21 19:39:49 +01:00
Jakub Onderka 7bf1afc093 fix: [internal] testForCABundle should return true 2022-01-21 17:48:22 +01:00
Jakub Onderka 3801b63859
Merge pull request #8106 from JakubOnderka/stix-test
Stix test
2022-01-21 13:27:01 +01:00
Jakub Onderka 12b6b85608 chg: [internal] Recommend to install pydeep2 2022-01-21 13:13:50 +01:00
Jakub Onderka ea9661ab21 fix: [stix] STIX test 2022-01-21 13:13:34 +01:00
Jakub Onderka 6159a74c88 chg: [connection] Allow to define onConnect callback 2022-01-21 10:18:23 +01:00
Jakub Onderka f32c526bbe new: [security] Allow to specify min_tls_version 2022-01-21 10:18:22 +01:00
Jakub Onderka 9332499ed2 fix: [internal] Syntax error in PHP 7.2 2022-01-20 16:08:50 +01:00
Jakub Onderka 3dbddfd9b9 new: [security] securityAuditTls 2022-01-20 16:08:50 +01:00
Jakub Onderka 0c243ce4f7 fix: [setting] Default value for MISP.require_password_confirmation is false 2022-01-20 10:53:45 +01:00
Jakub Onderka ca58c2467f new: [CLI] Security audit 2022-01-20 10:53:45 +01:00
Sami Mokaddem a6dd8572ac
chg: [js:markdown-it] Update markdown-it library from version 11.0.0 to version 12.3.2 2022-01-18 15:04:53 +01:00
Sami Mokaddem 2d5d16431a
fix: [appController:loginByAuthkey] Skip authentication with basic authorization
Fix #7576.
Basic Auth might happen for some setup where the authentication is performed by another component such as LDAP.
For these cases, the Authorization header is present and contains the Basic Auth data used by the authentication plugin. Before this patch, MISP failed to resolve the API key to a user and threw a 403. This was because MISP detected the presence of the Authorization header which triggered an authentication by Authkey that would always fail as the content is not a valid API key.
2022-01-18 14:28:09 +01:00
iglocska f5dd173ade
fix: [event add] resolved notice error when viewing the event add form
- converted the html div added as a field to a proper factory field
2022-01-18 09:26:21 +01:00
iglocska 208634a86b
new: [form factory] added a div field type
- allows to create parametrised divs for additional placeholders
- parameters are id, class, style, to be extended when needed
2022-01-18 09:25:14 +01:00
Alexandre Dulaunoy 7a62e49e98
Merge branch '2.4' into develop 2022-01-17 23:35:38 +01:00
Alexandre Dulaunoy f650521b3c
Merge pull request #8092 from DCSO/fix/linotp-throw2
LinOTP minor fixes
2022-01-17 20:13:16 +01:00
Alexandre Dulaunoy a92a111810
Merge branch '2.4' into develop 2022-01-17 17:47:52 +01:00
Alexandre Dulaunoy 6dc2fefb41
chg: [misp-objects] updated to the latest version 2022-01-17 17:46:22 +01:00
Hendrik Baecker 7644a19b7f [chg] LinOTP default baseURL 2022-01-17 07:24:59 +01:00
Jakub Onderka 8a6c38d88a fix: [audit] Send IP address to ZMQ in full form 2022-01-15 19:58:57 +01:00
Hendrik Baecker aeeb16ec06 [chg] Make LinOTP configurable via webui and cli 2022-01-14 14:32:43 +01:00
Luciano Righetti 2b7736e3e5 Merge branch '2.4' into develop 2022-01-14 12:19:53 +01:00
Luciano Righetti 442ea64507 fix: error later on when json enconding a binary repr ipv6 2022-01-14 12:04:35 +01:00
Hendrik Baecker 5937be4647 [chg] Add link to LinOTP selfservice 2022-01-13 13:37:37 +01:00
Hendrik Baecker a49ee739be [chg] Improved LinOTP error handling
Matches if ssl verify fails for example
2022-01-13 13:16:03 +01:00
Steve Clement 92144747a4
fix: [i18n] Typo 2022-01-12 17:44:53 +09:00
Jakub Onderka 203cfb2caa
Merge pull request #8065 from fandigunawan/2.4
fix: Removes debug print in AWS S3 Client
2022-01-11 13:52:57 +01:00
Andras Iklody 51e461f44b
Merge pull request #8067 from righel/issue-8064
fix: supervisord_status showing as a worker when its not
2022-01-11 10:17:55 +01:00
Jakub Onderka ee6f35f26c
Merge pull request #8086 from JakubOnderka/event-report-name-required
chg: [internal] Event report name is required
2022-01-10 21:42:19 +01:00
Jakub Onderka a5eba0a619 chg: [internal] Event report name is required 2022-01-10 21:26:16 +01:00
Steve Clement 4f881c8248
Merge pull request #8084 from SteveClement/i18n 2022-01-07 11:24:45 +09:00
Steve Clement ae99fec80f
chg: [i18n] Updated Thai (21%) 2022-01-07 11:23:19 +09:00
Steve Clement c6ce8d2b84
Merge pull request #8082 from SteveClement/i18n 2022-01-07 11:21:13 +09:00
Steve Clement 021334f8cc
fix: [typo] check - not chech 2022-01-07 11:19:49 +09:00
iglocska 1e956aea1a
Merge branch '2.4' into develop 2022-01-06 17:40:32 +01:00
iglocska 5dfda76c48
fix: [galaxyclusters] view by uuid fixed 2022-01-06 17:39:58 +01:00
Alexandre Dulaunoy 809b64c1d5
Merge branch '2.4' into develop 2022-01-06 17:02:02 +01:00
Alexandre Dulaunoy 7ad991efdf
chg: [misp-objects] updated to the latest version 2022-01-06 17:01:40 +01:00
Steve Clement 6483e5b986
Merge branch '2.4' into develop 2022-01-06 18:45:30 +09:00
Steve Clement b549f54fdf
chg: [i18n] default.pot update 2022-01-06 13:16:52 +09:00
Steve Clement 48e13a9ee7
fix: [typo] tagID 2022-01-06 13:12:36 +09:00
Jakub Onderka 49ed062216
Merge pull request #8072 from JakubOnderka/fix-authkeys-valid
fix: [CLI] Authkey valid - reconnect in case of failure
2022-01-05 17:05:02 +01:00
Steve Clement ee6429edda
chg: [i18n] Renamed Thai directory 2022-01-05 17:21:52 +09:00
Steve Clement bc1b877bc5
chg: [i18n] Added Thai, updated active language files 2022-01-05 17:20:18 +09:00
Steve Clement 1b9e9e96fb
chg: [i18n] Update pot files 2022-01-05 17:00:24 +09:00
Alexandre Dulaunoy f19661fb21
Merge branch '2.4' into develop 2022-01-04 15:54:42 +01:00
Alexandre Dulaunoy 9556cd524d
chg: [warning-lists] updated to the latest version 2022-01-04 15:49:36 +01:00
Jakub Onderka 281b6e837f fix: [CLI] Authkey valid - reconnect in case of failure 2022-01-04 10:40:54 +01:00
Luciano Righetti c62a0fdeb3 fix: bug defaulting source_format instead of fixed_event on /feeds/add endpoint. 2022-01-03 08:33:28 +01:00
Jakub Onderka 03d8eb3d66
Merge pull request #8069 from JakubOnderka/security-audit-old-os
chg: [security] Warn about unsupported OS
2021-12-30 16:40:34 +01:00
Jakub Onderka 66f66d7a3c chg: [security] Warn about unsupported OS 2021-12-30 15:13:47 +01:00
Jakub Onderka 22b0dde44e
Merge pull request #8061 from JakubOnderka/authkey-input
fix: [UI] Fix authkey field type
2021-12-30 14:41:40 +01:00
Jakub Onderka 50d284b643
Merge pull request #7986 from JakubOnderka/better-security
chg: [internal] Do not modify session when not necessary
2021-12-30 14:40:01 +01:00
StefanKelm 9897c42ef5
Update Server.php
fix wording
2021-12-30 13:44:10 +01:00
Luciano Righetti 6af197693e fix: supervisord_status showing as a worker when its not 2021-12-30 09:55:52 +01:00
Fandi Gunawan 1591fee9ff
Removes debug print 2021-12-30 02:02:38 +07:00
Jakub Onderka a3c43d2c17 fix: [UI] Fix authkey field type 2021-12-28 19:34:33 +01:00
Luciano Righetti a809b7b1c9 fix: unix timestamps should have a @ prefix 2021-12-28 16:50:08 +01:00
Luciano Righetti 40f83a0329 fix: unix timestamps should have a @ prefix 2021-12-28 16:46:11 +01:00
Luciano Righetti fa4828e11d
Merge pull request #8052 from RichieB2B/ncsc-nl/supervisor
Make supervisor connector work with supervisorphp/supervisor 3
2021-12-24 12:17:36 +01:00
Richard van den Berg 1593fc1be4 fix: make SimpleBackgroundJobs work on RHEL 7 with supervisorphp/supervisor:^3.0 2021-12-24 11:59:45 +01:00
Luciano Righetti 57597b9cd7 fix: change simple bg jobs settings to critical, fix notice in server shell 2021-12-23 14:44:38 +01:00
Jakub Onderka 1caf425b2b
Merge pull request #8039 from JakubOnderka/cake-baseurl-deprecated
chg: [cli] Deprecate `cake baseurl` command
2021-12-22 19:47:54 +01:00
chrisr3d 924dd08cdb Merge branch 'misp-stix' of https://github.com/MISP/MISP into develop 2021-12-22 14:25:16 +01:00
chrisr3d 576f0ff9d5
chg: [misp-stix] Bumped latest version of the library 2021-12-22 14:24:25 +01:00
Alexandre Dulaunoy 43d1fb8ad9
Merge pull request #8047 from RichieB2B/ncsc-nl/sightings-dist
Fix typos
2021-12-22 14:03:01 +01:00
Richard van den Berg 2e303024bf fix: [event:checkDistributionForPush] typos 2021-12-22 13:55:46 +01:00
Andras Iklody 22576b81ba
Merge pull request #8046 from RichieB2B/ncsc-nl/sightings-dist
Use Event model for Sighting context
2021-12-22 13:11:17 +01:00
Richard van den Berg 7b627037d7 fix: [event:uploadEventSightingsToServersRouter] use Event model for Sighting context 2021-12-22 13:05:55 +01:00
Andras Iklody ec07811aed
Merge pull request #8045 from RichieB2B/ncsc-nl/sightings-dist
Allow sightings to be pushed upstream
2021-12-22 13:02:51 +01:00
iglocska b0cd5495cb
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-12-22 13:01:05 +01:00
iglocska 76a0f0617a
chg: [security audit] fixed failures on kernel compilation time
- currently the check makes a lot of invalid assumptions, made it more lax to fail gracefully
2021-12-22 13:00:12 +01:00