fix: set default TTL for APCu cache as per docs #45146
static-code-analysis.yml
on: pull_request
static-code-analysis
5m 0s
static-code-analysis-security
12m 27s
static-code-analysis-ocp
2m 45s
Annotations
15 errors
InvalidDocblock:
lib/public/ICache.php#L18
lib/public/ICache.php:18:2: InvalidDocblock: PHPDoc is required for constants in OCP. (see https://psalm.dev/008)
|
static-code-analysis-ocp
Process completed with exit code 2.
|
AmbiguousConstantInheritance:
lib/private/Memcache/Redis.php#L32
lib/private/Memcache/Redis.php:32:16: AmbiguousConstantInheritance: Ambiguous inheritance of OC\Memcache\Redis::DEFAULT_TTL from OCP\IMemcache and OC\Memcache\Cache (see https://psalm.dev/305)
|
AmbiguousConstantInheritance:
lib/public/ICache.php#L18
lib/public/ICache.php:18:8: AmbiguousConstantInheritance: Ambiguous inheritance of OC\Memcache\LoggerWrapperCache::DEFAULT_TTL from OCP\IMemcache and OC\Memcache\Cache (see https://psalm.dev/305)
|
static-code-analysis
Process completed with exit code 2.
|
TaintedHtml:
apps/admin_audit/lib/Actions/Action.php#L42
apps/admin_audit/lib/Actions/Action.php:42:16: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
TaintedCallable:
apps/files_external/lib/Config/ConfigAdapter.php#L52
apps/files_external/lib/Config/ConfigAdapter.php:52:50: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
TaintedFile:
apps/files_external/lib/Lib/Storage/SFTP.php#L384
apps/files_external/lib/Lib/Storage/SFTP.php:384:22: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedCookie:
apps/files_sharing/lib/Controller/ShareController.php#L431
apps/files_sharing/lib/Controller/ShareController.php:431:35: TaintedCookie: Detected tainted cookie (see https://psalm.dev/257)
|
TaintedFile:
apps/theming/lib/IconBuilder.php#L116
apps/theming/lib/IconBuilder.php:116:40: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedFile:
apps/theming/lib/IconBuilder.php#L214
apps/theming/lib/IconBuilder.php:214:28: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedHeader:
lib/base.php#L144
lib/base.php:144:12: TaintedHeader: Detected tainted header (see https://psalm.dev/256)
|
TaintedHeader:
lib/base.php#L226
lib/base.php:226:12: TaintedHeader: Detected tainted header (see https://psalm.dev/256)
|
TaintedFile:
lib/private/App/InfoParser.php#L38
lib/private/App/InfoParser.php:38:50: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedCallable:
lib/private/AppFramework/Http/Dispatcher.php#L208
lib/private/AppFramework/Http/Dispatcher.php:208:37: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|