MISP/app
iglocska ec93389669
fix: [internal] Added a setting to skip positive attribute level filters on the event scope
- when running a large MISP community, it is bound to happen that your instance will be used as the back-end for internal tooling
- often these tools are configured to fetch aggressively, often with heavy consequences on the server load
- some filter that serves mostly edge-case lookups can mistakenly lead to heavy server load for no good reason

We have identified attribute level positive filters on the event scope to be such a filter and made them optionally toggle-able
via the MISP.attribute_fitlers_block_only flag. Turning the setting on will remove all event level filters such as "type" from
being viable filter candidates unless used to block the inclusion of attribute types. Some examples:

"type": {"OR": ["ip-dst", "ip-src", "hostname", "domain"]} would normally return ANY event that has at least one of the listed
attribute types. This is the behaviour that can now be disabled.

"type": {"NOT": ["iban", "cc-number"]} would normally remove any attributes with the given types from the list of returned
events. This functionality is NOT affected by the toggle.
2020-04-15 06:21:15 +02:00
..
Config fix: `DefaultRoleId` is not implemented for ApacheShibbAuth 2020-01-24 09:26:37 +01:00
Console fix: [console:admin] getSetting can be used to retrieve all settings 2020-04-06 13:57:55 +02:00
Controller fix: [API] event index queries refactored 2020-04-14 18:00:43 +02:00
Lib new: [dashboard] COVID active cases backported from widget collections 2020-04-09 07:59:20 +02:00
Locale chg: [i18n] Updated: Simplified Chinese, German, Italian, Spanish, Russian. 2020-02-27 11:24:54 +09:00
Model fix: [internal] Added a setting to skip positive attribute level filters on the event scope 2020-04-15 06:21:15 +02:00
Plugin Fix some typo 2019-10-04 13:02:59 +02:00
Test
View chg: [widgets:multiline] Allow to ctrl+click on labels to hide the 2020-04-14 12:15:47 +02:00
files Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-04-14 15:59:32 +02:00
tmp Yara export 2019-04-29 19:23:14 +02:00
webroot fix: [genericTable:rowDblclick] Made row selector more lax 2020-04-09 11:01:53 +02:00
.htaccess
Makefile
composer.json Merge pull request #5106 from JakubOnderka/composer-requirements 2019-09-11 07:04:28 +02:00
composer.license
composer.phar chg: [internal] Update composer.phar to version 1.9.0 2019-09-11 19:12:53 +02:00
index.php
update_thirdparty.sh