You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scanner does not add the php-format flag for gettext() arguments that are a format string for sprintf() functions such as %s or %d.
For example: sprintf(gettext("This is %s"), $value);
does not return flag #, php-format