Skip to content

feat(files_sharing): fetch remote avatars for external shares #84374

feat(files_sharing): fetch remote avatars for external shares

feat(files_sharing): fetch remote avatars for external shares #84374

Triggered via pull request July 22, 2026 08:54
Status Failure
Total duration 23m 24s
Artifacts

static-code-analysis.yml

on: pull_request
changes
8s
changes
static-code-analysis
2m 35s
static-code-analysis
static-code-analysis-security
12m 23s
static-code-analysis-security
static-code-analysis-ocp
1m 18s
static-code-analysis-ocp
static-code-analysis-ncu
1m 9s
static-code-analysis-ncu
static-code-analysis-strict
1m 12s
static-code-analysis-strict
static-code-analysis-summary
6s
static-code-analysis-summary
Fit to window
Zoom out
Zoom in

Annotations

14 errors
static-code-analysis
Process completed with exit code 2.
RedundantCondition: lib/private/Avatar/RemoteAvatar.php#L110
lib/private/Avatar/RemoteAvatar.php:110:49: RedundantCondition: Type 'image/jpeg'|'image/png' for $contentType is never =string(image/jpg) (see https://psalm.dev/122)
TypeDoesNotContainType: lib/private/Avatar/RemoteAvatar.php#L110
lib/private/Avatar/RemoteAvatar.php:110:10: TypeDoesNotContainType: Type 'image/jpeg'|'image/png' for $contentType is never =string(image/jpg) (see https://psalm.dev/056)
TypeDoesNotContainType: lib/private/Avatar/RemoteAvatar.php#L110
lib/private/Avatar/RemoteAvatar.php:110:10: TypeDoesNotContainType: 'image/jpg' cannot be identical to 'image/jpeg'|'image/png' (see https://psalm.dev/056)
MissingOverrideAttribute: lib/private/Avatar/RemoteAvatar.php#L55
lib/private/Avatar/RemoteAvatar.php:55:2: MissingOverrideAttribute: Method OC\Avatar\RemoteAvatar::remove should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/private/Avatar/RemoteAvatar.php#L49
lib/private/Avatar/RemoteAvatar.php:49:2: MissingOverrideAttribute: Method OC\Avatar\RemoteAvatar::set should have the "Override" attribute (see https://psalm.dev/358)
TaintedCallable: lib/private/ServerContainer.php#L90
lib/private/ServerContainer.php:90:17: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
TaintedHtml: lib/private/Mail/Mailer.php#L235
lib/private/Mail/Mailer.php:235:72: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
TaintedHtml: lib/private/Mail/Mailer.php#L215
lib/private/Mail/Mailer.php:215:83: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
TaintedCallable: lib/private/AppFramework/Utility/SimpleContainer.php#L131
lib/private/AppFramework/Utility/SimpleContainer.php:131:33: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
TaintedCallable: apps/workflowengine/lib/Manager.php#L690
apps/workflowengine/lib/Manager.php:690:39: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
TaintedCallable: apps/workflowengine/lib/Manager.php#L657
apps/workflowengine/lib/Manager.php:657:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
TaintedCallable: apps/workflowengine/lib/Manager.php#L615
apps/workflowengine/lib/Manager.php:615:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
static-code-analysis-summary
Process completed with exit code 1.