-
Now that we have a nice way to use vipc from python, we no longer need camera_frame_stream. We still need a default camera driver for PC, so I think it would be nice to replace it with a replay using …
-
## What problem would the enhancement address for VIP?
When template partials are `require`'d from within a class, then the partial may use `$this->...` to insert display a value. At PHP runtime, i…
-
We should rename the error code since it's not a real sniff in VIPCS: https://github.com/Automattic/VIP-Coding-Standards/tree/develop/WordPressVIPMinimum/Sniffs/Security
E.g.
```
Error: Suspiciou…
-
### The problem
I have tested the SimpliSafe integration on multiple different core versions as listed below. I have attached a picture of the integration on the web page below.
![chrome_YOUw8akoy…
-
**Is your enhancement related to a problem? Please describe.**
We'll want to ensure that any one on WordPress VIP are able to use ClassifAI, but we're not currently certain that's the case.
**…
-
## Bug Description
False positive
## Minimal Code Snippet
```php
for ( $i = 1; $i
>
>=
```
## Error Code
WordPressVIPMinimum.Security.ProperEscapingFunction.htmlAttrNot…
-
## Describe the solution you'd like
https://github.com/WordPress/WordPress-Coding-Standards/blob/41f5a9c66ff814863bc479fb52fd6cd1abc87e28/WordPress/Sniffs/PHP/IniSetSniff.php#L55-L65
For `$whiteli…
-
## Bug Description
The above sniff is extremely prone to false positives, as it just checks for action/src/href, but should be at least be more specific for action.
## Minimal Code Snippet
``…
-
## Bug Description
When updating from 2.2.0 to 2.3.0 we got a lot of false positives of `notAttrEscAttr` in the `ProperEscapingFunction` sniff where `printf()` or `sprintf()` are being used. For ex…
-
I have this code (used for a Google JS SDK/API) used in an inline script tag, since the recaptcha API key is stored in WP db, but I dont know how to correctly escape it with the new rules (since I'm g…