fix: Migrate getById to getFirstNodeById
#73077
static-code-analysis.yml
on: pull_request
static-code-analysis
2m 8s
static-code-analysis-security
18m 3s
static-code-analysis-ocp
58s
static-code-analysis-ncu
1m 8s
static-code-analysis-strict
2m 19s
Annotations
9 errors
|
static-code-analysis
Process completed with exit code 2.
|
|
NullableReturnStatement:
apps/workflowengine/lib/Entity/File.php#L141
apps/workflowengine/lib/Entity/File.php:141:12: NullableReturnStatement: The declared return type 'OCP\Files\Node' for OCA\WorkflowEngine\Entity\File::getNode is not nullable, but the function returns 'OCP\Files\Node|null' (see https://psalm.dev/139)
|
|
TaintedCallable:
lib/private/ServerContainer.php#L89
lib/private/ServerContainer.php:89:17: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedHtml:
lib/private/Mail/Mailer.php#L227
lib/private/Mail/Mailer.php:227:72: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
|
TaintedHtml:
lib/private/Mail/Mailer.php#L207
lib/private/Mail/Mailer.php:207:83: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
|
TaintedCallable:
lib/private/AppFramework/Utility/SimpleContainer.php#L129
lib/private/AppFramework/Utility/SimpleContainer.php:129:33: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L501
apps/workflowengine/lib/Manager.php:501:39: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L468
apps/workflowengine/lib/Manager.php:468:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L426
apps/workflowengine/lib/Manager.php:426:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|