Files
crowdsec-parserwhitelist-im…/02-immich-whitelist.yaml
2026-03-12 20:01:54 +01:00

8 lines
306 B
YAML

name: crowdsecurity/immich-whitelists
description: "Whitelist false positive from Immich-api"
filter: "evt.Meta.http_path != ''"
whitelist:
reason: "Whitelist false positive from Immich-api"
expression:
- evt.Meta.http_verb == 'GET' && evt.Meta.http_path matches '/api/assets/[a-f0-9-]+/thumbnail'