Skip to content
#

php-codesniffer

Here are 84 public repositories matching this topic...

rmccue
rmccue commented Feb 28, 2020

Is your feature request related to a problem?

Yes. When writing code like the following, it's flagged as unescaped (WordPress.Security.EscapeOutput.OutputNotEscaped):

printf(
    'Foo %d Bar',
    $id
);

With some string formats, the format itself can provide adequate sanitising/escaping support. Specifically, any format which does not treat the input as a string: b

VIP-Coding-Standards
dd32
dd32 commented Jun 20, 2019

Issue Overview

When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a <p>pending</p> response.

That response then gets cached, and will return the <p>pending</p> response until it expires.
Suffixing a ?1 to the URL to bypass the URL caching then results in being able to access it.

Steps to R

Improve this page

Add a description, image, and links to the php-codesniffer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the php-codesniffer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.