Commit Graph

18608 Commits (a0ead60b4d24fd6b5c419224786963a8e0a8b6bf)

Author SHA1 Message Date
Jeroen Pinoy a0ead60b4d
chg: [statistics] fix typo in statistics_data view - monthly attributes styling check 2021-03-24 08:30:57 +01:00
Jeroen Pinoy a8e08a6892
chg: [ShibbAuth] Add login entry on logging in for audit 2021-03-23 13:32:58 +01:00
Andras Iklody 90ed58d567
Merge pull request #7206 from tomking2/bug/sighting_crash
fix: [api] Fixes crash when a new indicator in existing event has a sighting
2021-03-18 23:04:28 +01:00
Jakub Onderka 6a8f7ff336
Merge pull request #7219 from tomking2/bug/galaxy-cluster-sharinggroup
fix: [sync] Crash when attempting to sync with 'Pull Galaxy Clusters' enabled
2021-03-18 13:06:11 +01:00
Tom King 4474dcc2cf fix: [Sync] Crash when attempting to sync with 'Pull Galaxy Clusters' enabled 2021-03-17 15:31:36 +00:00
Steve Clement 89a42b1a7c
Merge pull request #7215 from SteveClement/tools 2021-03-17 12:03:19 +09:00
Steve Clement 84f91aff2b
fix: [swp] /var/swap.img is not a safe place. 2021-03-17 11:58:25 +09:00
iglocska 82744ea39f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-03-16 23:15:09 +01:00
iglocska b773361561
fix: [refanging] Removed obnoxious regexes, fixes #7214
- refanging \\. and .. to . is a stupid idea
2021-03-16 23:14:48 +01:00
Jakub Onderka e2ea0cde3b
Merge pull request #7205 from tomking2/bug/galaxy_country_flag
fix: [UI] Fixes bug that stops country flag being displayed alongside country
2021-03-16 20:44:05 +01:00
iglocska a65cb60d7a
fix: [shibbauth] fixed invalid varname 2021-03-15 20:37:25 +01:00
Tom King 045595968c fix: [API] Fixes crash when a new indicator in existing event has a sighting 2021-03-15 16:53:01 +00:00
iglocska 2312fd72ff
chg: [shibbauth] added two extra settings
- ApacheShibbauth.DefaultRole: defaults to false, if set, pick the supplied roleID for any user authenticating. Can be used together with BlockRoleModifications
- ApacheShibbauth.BlockRoleModifications: defaults to false, boolean. If set to true, will block any updates to the existing users on authentication. This preserves any modifications made by a site admin in MISP.
2021-03-15 14:51:48 +01:00
Tom King f320e030dc fix: Fixes bug that stops country flag being displayed alongside the coutry in galaxy clusters 2021-03-15 12:48:46 +00:00
Jakub Onderka d7228de232
fix: [test] Repo is missing 2021-03-14 11:46:09 +01:00
Alexandre Dulaunoy 765d948263
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-03-13 11:07:20 +01:00
Alexandre Dulaunoy 14e669c49f
chg: [misp-galaxy] updated to the latest version 2021-03-13 11:06:50 +01:00
Alexandre Dulaunoy fe34ec7857
Merge pull request #7188 from dataplane/2.4
added newest DataPlane.org feeds
2021-03-11 07:28:29 +01:00
John Kristoff 5e7bbe4132 added newest DataPlane.org feeds 2021-03-10 11:10:04 -06:00
iglocska eebe031091
fix: [unsafe API keys] fixed
- if you really have to use them, they should work again

- please don't use them, you are disclosing your APIkey via the URL
- apache logs, proxy logs they will all have your APIkey
- adding headers with your APIkey isn't so difficult
- if a tool you use has no way of configuring headers, reach out to your vendor, they ought to do something about that
2021-03-09 23:10:19 +01:00
iglocska 2ad90bc2aa
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-03-09 17:58:56 +01:00
iglocska 644d84f4df
fix: [UI] indextable link generation on empty result set
- empty string instead of notice barfed back
2021-03-09 17:58:24 +01:00
iglocska ad20eb3562
new: [event loader] has a new extensionList parameter
- boolean, if set includes a list of extension events, metadata only
2021-03-09 17:57:22 +01:00
Jeroen Pinoy b81f348581
chg: [restClient:querybuilder] add events and attributes addTag and removeTag actions. 2021-03-08 14:38:56 +01:00
Jeroen Pinoy 0c102a112c
chg: [attributes] fix attribute addtag by name conditions for find not set 2021-03-07 16:14:10 +01:00
iglocska 847ff85bed
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-03-07 11:35:49 +01:00
Jeroen Pinoy c43cf356a3
chg: [attributes] fix copypasta error leading to internal server error on addtag with tag name 2021-03-07 11:35:33 +01:00
Jeroen Pinoy 8913fe15cc
chg: [attributes] fix copypasta error leading to internal server error on addtag with tag name 2021-03-07 11:35:09 +01:00
iglocska 91b82178a5
fix: [SG] allow saving sharing groups with empty releasabiltiy tags, fixes #7165 2021-03-05 16:16:27 +01:00
iglocska 4a4722a30c
chg: [security audit] removed sharing group recommendation and fixed grammar
- the hide sharing group org setting is actively harmful, we should definitely not promote it
2021-03-05 12:20:39 +01:00
iglocska 128587350d
fix: [UI] event matrix heatmap view correctly flattens the event
- object attributes were excluded
2021-03-05 01:02:00 +01:00
iglocska 29518586c5
fix: [UI] fix broken checkbox layout in generic Form builder forms 2021-03-05 00:34:31 +01:00
Jakub Onderka 2c20da190f
Merge pull request #7149 from JakubOnderka/csp-setting
chg: [csp] Add Security.csp_enforce to server setting
2021-03-03 20:24:32 +01:00
Jakub Onderka 96e349f47f chg: [csp] Add Security.csp_enforce to server setting 2021-03-03 20:24:12 +01:00
Jakub Onderka 83142acc4a
Merge pull request #7145 from JakubOnderka/fix-change-pw
new: [test] Password change by org admin
2021-03-03 20:09:16 +01:00
Jakub Onderka 0d69f84c39 new: [test] Password change 2021-03-03 19:19:25 +01:00
Jakub Onderka 8490166bdf
Merge pull request #7147 from JakubOnderka/fix-csp-again
fix: [csp] Incorrect variable name
2021-03-03 18:51:05 +01:00
Jakub Onderka 440eb2372c fix: [csp] Incorrect variable name 2021-03-03 18:28:18 +01:00
iglocska 916c2c989d
Merge branch 'jakub' into 2.4 2021-03-03 17:24:00 +01:00
Jakub Onderka 7695b52f0f chg: [csp] Report only by default 2021-03-03 17:19:07 +01:00
Jakub Onderka fd29888d51
Merge pull request #7142 from JakubOnderka/fix-csp
fix: [csp] Custom policies
2021-03-03 15:23:32 +01:00
Jakub Onderka eb75b5c395 fix: [csp] Custom policies 2021-03-03 15:22:37 +01:00
Raphaël Vinot 9f18cec0ca chg: [PyMISP] Bump version 2021-03-03 13:02:37 +01:00
Raphaël Vinot 5a35a2877a chg: [PyMISP] Fix tests 2021-03-03 13:02:31 +01:00
Raphaël Vinot 0207b93858 chg: [PyMISP] Bump before release 2021-03-03 13:02:25 +01:00
Alexandre Dulaunoy 2e4ff38377
chg: [misp-objects] updated to the latest version 2021-03-03 07:45:06 +01:00
iglocska 6a83c8d8f5
Merge branch 'develop' into 2.4 2021-03-03 01:39:49 +01:00
iglocska e7f6c10256
Merge branch '2.4' into develop 2021-03-03 01:26:18 +01:00
iglocska 01a67a2b8c
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-03-03 01:26:07 +01:00
iglocska 98ecf68541
chg: [version] bump 2021-03-03 01:18:34 +01:00