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 latest patch version of the `1.x` release series is supported for security updates.
6
+
7
+
## Reporting a Vulnerability
8
+
9
+
PHPCSExtra is a developer tool and should generally not be used in a production (web accessible) environment.
10
+
11
+
Having said that, responsible disclosure of security issues is highly appreciated.
12
+
13
+
**Please do not report or discuss security vulnerabilities through public GitHub issues, discussions, or pull requests.**
14
+
15
+
Issues can be reported privately to the maintainers by opening a [Security vulnerability report](https://github.com/PHPCSStandards/PHPCSExtra/security/advisories/new).
16
+
17
+
### Preferences
18
+
19
+
* Please provide detailed reports with reproducible steps and a clearly defined impact.
20
+
* Include the version number of the vulnerable package in your report.
21
+
* Fixes are most welcome.
22
+
A private PR can be created from the security report to work on and discuss the patch.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ Enforce that the names used in a class/enum "implements" statement or an interfa
337
337
338
338
Enforce the use of the boolean `&&` and `||` operators instead of the logical `and`/`or` operators.
339
339
340
-
:information_source: Note: as the [operator precedence](https://www.php.net/manual/en/language.operators.precedence.php) of the logical operators is significantly lower than the operator precedence of boolean operators, this sniff does not contain an auto-fixer.
340
+
:information_source: Note: as the [operator precedence](https://www.php.net/language.operators.precedence) of the logical operators is significantly lower than the operator precedence of boolean operators, this sniff does not contain an auto-fixer.
0 commit comments