Add AVIF Thumbnail Generation #30975
static-code-analysis.yml
on: pull_request
static-code-analysis
3m 13s
static-code-analysis-security
6m 18s
static-code-analysis-ocp
2m 18s
Annotations
20 errors
UndefinedConstant:
lib/private/Preview/AVIF.php#L39
lib/private/Preview/AVIF.php:39:32: UndefinedConstant: Const IMG_AVIF is not defined (see https://psalm.dev/020)
|
UndefinedConstant:
lib/private/legacy/OC_Image.php#L282
lib/private/legacy/OC_Image.php:282:19: UndefinedConstant: Const IMAGETYPE_AVIF is not defined (see https://psalm.dev/020)
|
UndefinedFunction:
lib/private/legacy/OC_Image.php#L316
lib/private/legacy/OC_Image.php:316:15: UndefinedFunction: Function imageavif does not exist (see https://psalm.dev/021)
|
TypeDoesNotContainType:
lib/private/legacy/OC_Image.php#L397
lib/private/legacy/OC_Image.php:397:9: TypeDoesNotContainType: Type never for $this->mimeType is never =string(image/jpeg) (see https://psalm.dev/056)
|
TypeDoesNotContainType:
lib/private/legacy/OC_Image.php#L398
lib/private/legacy/OC_Image.php:398:9: TypeDoesNotContainType: Type never for $this->mimeType is never =string(image/webp) (see https://psalm.dev/056)
|
UndefinedFunction:
lib/private/legacy/OC_Image.php#L434
lib/private/legacy/OC_Image.php:434:12: UndefinedFunction: Function imageavif does not exist (see https://psalm.dev/021)
|
UndefinedConstant:
lib/private/legacy/OC_Image.php#L780
lib/private/legacy/OC_Image.php:780:9: UndefinedConstant: Const IMAGETYPE_AVIF is not defined (see https://psalm.dev/020)
|
UndefinedConstant:
lib/private/legacy/OC_Image.php#L781
lib/private/legacy/OC_Image.php:781:24: UndefinedConstant: Const IMG_AVIF is not defined (see https://psalm.dev/020)
|
UndefinedFunction:
lib/private/legacy/OC_Image.php#L785
lib/private/legacy/OC_Image.php:785:25: UndefinedFunction: Function imagecreatefromavif does not exist (see https://psalm.dev/021)
|
static-code-analysis
Process completed with exit code 2.
|
TaintedHtml:
apps/admin_audit/lib/Actions/Action.php#L62
apps/admin_audit/lib/Actions/Action.php:62:16: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
TaintedCallable:
apps/files_external/lib/Config/ConfigAdapter.php#L85
apps/files_external/lib/Config/ConfigAdapter.php:85:50: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
TaintedFile:
apps/files_external/lib/Lib/Storage/SFTP.php#L237
apps/files_external/lib/Lib/Storage/SFTP.php:237:17: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedFile:
apps/files_external/lib/Lib/Storage/SFTP.php#L258
apps/files_external/lib/Lib/Storage/SFTP.php:258:19: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedFile:
apps/files_external/lib/Lib/Storage/SFTP.php#L399
apps/files_external/lib/Lib/Storage/SFTP.php:399:22: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedCookie:
apps/files_sharing/lib/Controller/ShareController.php#L463
apps/files_sharing/lib/Controller/ShareController.php:463:35: TaintedCookie: Detected tainted cookie (see https://psalm.dev/257)
|
TaintedFile:
apps/theming/lib/IconBuilder.php#L137
apps/theming/lib/IconBuilder.php:137:40: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedFile:
apps/theming/lib/IconBuilder.php#L235
apps/theming/lib/IconBuilder.php:235:28: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedHeader:
lib/base.php#L204
lib/base.php:204:12: TaintedHeader: Detected tainted header (see https://psalm.dev/256)
|
TaintedHeader:
lib/base.php#L286
lib/base.php:286:12: TaintedHeader: Detected tainted header (see https://psalm.dev/256)
|