• Resolved mehmednaim

    (@mehmednaim)


    Vault Press warns about PHP.Generic.BadPattern.5 in your code.

    in ImagesModule.php

    return function($feedId) use ($c, $factory, $decorator) {

    return $decorator($factory($feedId));

    };

    • This topic was modified 6 years, 10 months ago by mehmednaim.
Viewing 1 replies (of 1 total)
  • This error is nothing to worry about, though we will patch it in a future version.

    It relates to the use of a generic variable as a function. The state of the variable is controlled by the plugin, so technically it’s not “generic”. It’s just the approach we decided to take for now.

Viewing 1 replies (of 1 total)

The topic ‘PHP.Generic.BadPattern.5 Security Issue’ is closed to new replies.