explode() is processing bad user input

Created on 28 April 2020, over 4 years ago
Updated 16 September 2024, 13 days ago

When user is adding input like,

  • node:1, user:1,
  • node:1, , ,

explode() function output is,

  • Array ( [0] => node:1 [1] => user:1 [2] => )
  • Array ( [0] => node:1 [1] => [2] => [3] => )

It processes the unwanted values and passes into the Cache invalidator function.

📌 Task
Status

RTBC

Version

1.3

Component

Code

Created by

🇮🇳India dishabhadra

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024