fix(redis): properly clear keys from cluster #83662
static-code-analysis.yml
on: pull_request
changes
7s
static-code-analysis
2m 33s
static-code-analysis-security
13m 42s
static-code-analysis-ocp
1m 13s
static-code-analysis-ncu
50s
static-code-analysis-strict
53s
static-code-analysis-summary
6s
Annotations
12 errors
|
static-code-analysis
Process completed with exit code 2.
|
|
InvalidScalarArgument:
lib/private/Memcache/Redis.php#L115
lib/private/Memcache/Redis.php:115:38: InvalidScalarArgument: Argument 1 of Redis::del expects array<array-key, mixed>|string, but non-empty-array<array-key, mixed>|true provided (see https://psalm.dev/012)
|
|
InvalidScalarArgument:
lib/private/Memcache/Redis.php#L115
lib/private/Memcache/Redis.php:115:38: InvalidScalarArgument: Argument 1 of RedisCluster::del expects array<array-key, mixed>|string, but non-empty-array<array-key, mixed>|true provided (see https://psalm.dev/012)
|
|
InvalidScalarArgument:
lib/private/Memcache/Redis.php#L108
lib/private/Memcache/Redis.php:108:57: InvalidScalarArgument: Argument 3 of RedisCluster::scan expects null|string, but 1000 provided (see https://psalm.dev/012)
|
|
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#L690
apps/workflowengine/lib/Manager.php:690:39: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L657
apps/workflowengine/lib/Manager.php:657:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L615
apps/workflowengine/lib/Manager.php:615:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
static-code-analysis-summary
Process completed with exit code 1.
|