[stable29] fix(cron): Keep job class limitation when searching for the next job #54862
Triggered via pull request
February 19, 2025 09:27
Status
Failure
Total duration
17m 44s
Artifacts
–
static-code-analysis.yml
on: pull_request
static-code-analysis
8m 25s
static-code-analysis-security
17m 28s
static-code-analysis-ocp
4m 55s
Annotations
13 errors
TooManyArguments:
lib/private/BackgroundJob/JobList.php#L225
lib/private/BackgroundJob/JobList.php:225:19: TooManyArguments: Too many arguments for method OC\BackgroundJob\JobList::getnext - saw 2 (see https://psalm.dev/026)
|
UndefinedVariable:
lib/private/BackgroundJob/JobList.php#L225
lib/private/BackgroundJob/JobList.php:225:47: UndefinedVariable: Cannot find referenced variable $jobClasses (see https://psalm.dev/024)
|
static-code-analysis
Process completed with exit code 2.
|
TaintedHtml:
apps/admin_audit/lib/Actions/Action.php#L63
apps/admin_audit/lib/Actions/Action.php:63:16: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
TaintedCallable:
apps/files_external/lib/Config/ConfigAdapter.php#L75
apps/files_external/lib/Config/ConfigAdapter.php:75:50: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
TaintedFile:
apps/files_external/lib/Lib/Storage/SFTP.php#L414
apps/files_external/lib/Lib/Storage/SFTP.php:414:22: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedCookie:
apps/files_sharing/lib/Controller/ShareController.php#L468
apps/files_sharing/lib/Controller/ShareController.php:468: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#L205
lib/base.php:205:12: TaintedHeader: Detected tainted header (see https://psalm.dev/256)
|
TaintedHeader:
lib/base.php#L287
lib/base.php:287:12: TaintedHeader: Detected tainted header (see https://psalm.dev/256)
|
TaintedFile:
lib/private/App/InfoParser.php#L64
lib/private/App/InfoParser.php:64:51: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedFile:
lib/private/App/InfoParser.php#L67
lib/private/App/InfoParser.php:67:51: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|