Skip to content

refactor(URLGenerator): split long imagePath() policy into easy to read to helpers + one shared primitive #82082

refactor(URLGenerator): split long imagePath() policy into easy to read to helpers + one shared primitive

refactor(URLGenerator): split long imagePath() policy into easy to read to helpers + one shared primitive #82082

Re-run triggered June 23, 2026 13:02
Status Failure
Total duration 7m 10s
Artifacts

static-code-analysis.yml

on: pull_request
static-code-analysis
2m 23s
static-code-analysis
static-code-analysis-security
5m 24s
static-code-analysis-security
static-code-analysis-ocp
1m 28s
static-code-analysis-ocp
static-code-analysis-ncu
41s
static-code-analysis-ncu
static-code-analysis-strict
1m 29s
static-code-analysis-strict
static-code-analysis-summary
6s
static-code-analysis-summary
Fit to window
Zoom out
Zoom in

Annotations

11 errors
static-code-analysis
Process completed with exit code 1.
static-code-analysis
Process completed with exit code 2.
InvalidReturnType: lib/private/URLGenerator.php#L255
lib/private/URLGenerator.php:255:79: InvalidReturnType: The declared return type 'null|string' for OC\URLGenerator::getThemingImageOverridePath is incorrect, got 'non-falsy-string|null|true' (see https://psalm.dev/011)
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#L687
apps/workflowengine/lib/Manager.php:687:39: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
TaintedCallable: apps/workflowengine/lib/Manager.php#L654
apps/workflowengine/lib/Manager.php:654:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
TaintedCallable: apps/workflowengine/lib/Manager.php#L612
apps/workflowengine/lib/Manager.php:612:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
static-code-analysis-summary
Process completed with exit code 1.