Commit Graph

24135 Commits (2597bdf9908e63267f4f867000d32367f9aa1905)

Author SHA1 Message Date
iglocska 2597bdf990
chg: [db_schema] updated 2023-06-09 08:25:24 +02:00
iglocska bac4dd0087
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-06-09 08:23:41 +02:00
iglocska 7d93f74b7b
new: [role permission] for viewing feed correlations
- added additional role permission
- allows hiding feed correlations from users
  - main purpose is with very large instances, to reduce the load on redis
2023-06-09 08:22:45 +02:00
Raphaël Vinot 6a1963930b chg: [PyMISP] Bump 2023-06-08 15:14:58 +02:00
iglocska 15d5b58769
fix: [acl] added missing entries 2023-06-08 14:23:14 +02:00
iglocska de9ac9588a
fix: [capitalisation] fail 2023-06-08 13:15:34 +02:00
iglocska 167201768f
chg: [schema] update 2023-06-08 12:19:53 +02:00
iglocska a41a438290
fix: [acl] fixed for taxii servers 2023-06-08 10:50:31 +02:00
iglocska 9fe38ae156
Merge branch '2.4' into develop 2023-06-08 10:43:14 +02:00
iglocska a326cc3506
chg: [performance] fix for events with large numbers of attributes and multiple tags from the same taxonomy
- the taxonomy conflict checks were causing multiple issues:

- non taxonomy tags were counted as a taxonomy with namespace ''
- once we identified a tag pair that could cause a conflict (same taxonomy) we loaded the taxonomy into redis
  - however, in order to see if we already have the taxonomy loaded, we went to redis to do a GET
  - In the case of 1 million attributes with at least 1 tag pair, at the minimum this means 1 million GETs on reddit with an event

- Resolution
  - remove the checks for non taxonomy tags
  - store the identified taxonomies temporarily on the model itself in memory
    - only go to redis when the model doesn't have the taxonomy cached in memory
    - still using the old approach when dealing with multiple small events

- thanks to @github-germ for flagging the issue
2023-06-08 08:16:50 +02:00
iglocska 338c2e37b5
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-06-07 14:32:44 +02:00
iglocska a752d29e03
new: [taxii preview] Browse a taxii server and view the data it contains
- browse collections
- browse contents of the individual collections and paginate through the data
2023-06-07 14:31:58 +02:00
iglocska 06973cf7cc
chg: [taxii] added collection field to taxii servers 2023-06-07 14:26:14 +02:00
iglocska 55ab16b568
new: [generic json template] added with JS based highlighting 2023-06-07 14:25:54 +02:00
iglocska e48f76ce34
new: [index factory action] added url_replace parameter to allow for arbitrary string replacement in urls based on row data 2023-06-07 14:24:38 +02:00
Sami Mokaddem 286c84fab0
fix: [layout:title] Make sure page title are correctly formatted 2023-06-06 15:54:56 -04:00
Sami Mokaddem 56030252f5
fix: [layout:title] Make sure page title are correctly formatted 2023-06-06 15:52:16 -04:00
Sami Mokaddem bd9936cf10
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-06-06 15:51:03 -04:00
Sami Mokaddem f2dfa21a7a
chg: [ui:global_menu] Removed `new` badge since the feature has been out for few months 2023-06-06 15:49:26 -04:00
Sami Mokaddem 215672b5ef
chg: [main] Added special tag style 2023-06-06 15:46:46 -04:00
Sami Mokaddem a0adc64e99
fix: [workflow:genericFiltering] Fixed typo 2023-06-06 15:41:41 -04:00
iglocska 69f5d696a8
Merge branch '2.4' into develop 2023-06-06 11:15:34 +02:00
iglocska f7232ed842
fix: [removed R rated debug call]
- oops
2023-06-06 11:14:32 +02:00
iglocska c2ca52e83b
fix: [taxii push] 2023-06-06 11:12:38 +02:00
Christophe Vandeplas 27ece6afba fix: [AuthKeys] improve readability of add ACL 2023-06-04 09:25:19 +02:00
Christophe Vandeplas d056b8dceb fix: [AuthKey] Cleanup AuhKey permissions fixes #9121 2023-06-04 09:14:11 +02:00
Christophe Vandeplas 132afb7321 fix: [Users] fixes column not found Role.perm_site_admin 2023-06-04 08:18:52 +02:00
Christophe Vandeplas a7f4d0c2e1 chg: [schema bump] 2023-06-04 07:16:34 +02:00
Christophe Vandeplas 26413009e1 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2023-06-04 07:02:37 +02:00
Christophe Vandeplas b2bb4f817b fix: [security] Org admins cannot delete site admin accounts see #9121 2023-06-04 07:01:29 +02:00
Sami Mokaddem ee905f6dbb
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-06-03 17:38:13 -04:00
Sami Mokaddem c454bc4c38
fix: [workflowModules:pushZmq] Fixed typo 2023-06-03 17:37:24 -04:00
Sami Mokaddem c65c7335b5
new: [workflowModules:attachWarninglist] Added new module that attach warninglist hits on the roaming data 2023-06-03 16:36:55 -04:00
Sami Mokaddem f22611e1b8
fix: [worflow:applyFilter] Replace existing data correctly 2023-06-03 16:35:17 -04:00
Alexandre Dulaunoy e0bc2d57e5
Merge pull request #9021 from vincenzocaputo/add-telegram-alert-module
new: [misp-workflow-modules] Telegram alert module
2023-06-01 14:43:33 +02:00
iglocska 1dee4a760d
Merge branch 'totp' into develop 2023-05-31 15:17:32 +02:00
iglocska acf3e41e9d
fix: [removing totp] was a postlink, causing unprompted removal
- use a GET to display a modal with the prompt
2023-05-31 15:13:56 +02:00
iglocska 8d596784e3
fix: [privileges] only site admins can remove totp for a user
- leads to potential privilege check circumvention otherwise (org admin deleting site admin's totp key)
- also, removal should be a nuclear option
2023-05-31 15:12:54 +02:00
iglocska 3097dc106e
fix: [totp field check] causes exception if update is not executed yet and the field isn't added
- without the login the update doesn't execute - chicken & egg issue
2023-05-31 15:11:51 +02:00
Jakub Onderka b47abb86c9
Merge pull request #9101 from JakubOnderka/passedArgs_is_undefined
Passed args is undefined
2023-05-31 11:55:58 +02:00
iglocska 93ac50a490
Merge branch '2.4' into develop 2023-05-31 09:32:45 +02:00
iglocska 73fe63bb0e
chg: [org map widget] added some country names to the lookup 2023-05-31 09:31:46 +02:00
iglocska a9f40fe91c
Merge branch '2.4' into develop 2023-05-31 09:01:30 +02:00
iglocska 8246b5b44f
new: [usage data widget] added a global caching for attribute counts
- counts are too bloody expensive not to do this
2023-05-31 09:00:37 +02:00
iglocska f02d52b1ab
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2023-05-30 09:02:38 +02:00
iglocska 709a9e270a
fix: [Attribute index] moved to light pagination 2023-05-30 09:01:30 +02:00
Christophe Vandeplas cb74ad507f chg: [security] OTP support for HOTP 2023-05-25 23:28:14 +02:00
Christophe Vandeplas afbb9fab95 chg: [security] TOTP anti-bruteforce support 2023-05-25 21:12:07 +02:00
Christophe Vandeplas 6311f7d3e6 Merge branch 'develop' into feature/totp 2023-05-25 20:53:06 +02:00
Alexandre Dulaunoy b43a89848d
chg: [misp-galaxy] updated 2023-05-25 14:20:08 +02:00