Created
January 7, 2020 23:55
-
-
Save fmarier/31a87e8609465e6e890d82ad51a05cb4 to your computer and use it in GitHub Desktop.
phpcs of admin-columns
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FILE: /home/francois/devel/admin-columns/src/js/admin/columns/form.js | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 3 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
158 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: attr_class+. (WordPressVIPMinimum.JS.StringConcat.Found) | |
158 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: message+. (WordPressVIPMinimum.JS.StringConcat.Found) | |
158 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: +'</p></div>'. (WordPressVIPMinimum.JS.StringConcat.Found) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/src/js/table.js | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
104 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: response+. (WordPressVIPMinimum.JS.StringConcat.Found) | |
104 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: +'</div>'. (WordPressVIPMinimum.JS.StringConcat.Found) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Storage/Transaction.php | |
------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
------------------------------------------------------------------------------------------------------- | |
56 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Storage/SiteOption.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
30 | ERROR | update_site_option() will overwrite network option values, please use the `*_option()` equivalent | |
| | instead (e.g. `update_option()`). | |
| | (WordPressVIPMinimum.Functions.RestrictedFunctions.site_option_update_site_option) | |
37 | ERROR | delete_site_option() will overwrite network option values, please use the `*_option()` equivalent | |
| | instead (e.g. `update_option()`). | |
| | (WordPressVIPMinimum.Functions.RestrictedFunctions.site_option_delete_site_option) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Settings/Column/CustomFieldType.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
28 | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly | |
| | displayed. Use gmdate() instead. (WordPress.PHP.RestrictedPHPFunctions.date_date) | |
213 | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly | |
| | displayed. Use gmdate() instead. (WordPress.PHP.RestrictedPHPFunctions.date_date) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Settings/Column.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
48 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
54 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Autoloader/Underscore.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
134 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$error'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/HelpTab/CustomField.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 30 ERRORS AFFECTING 29 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
18 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
22 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
23 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
26 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
27 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
30 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
31 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
34 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
35 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
35 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found 'admin_url'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
38 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
39 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
42 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
43 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
46 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
47 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
50 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
51 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
54 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
55 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
58 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
59 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
62 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
63 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
66 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
67 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
70 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
71 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
74 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
75 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/HelpTab/Basics.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 6 ERRORS AFFECTING 6 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
17 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
19 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
22 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
24 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
27 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
29 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/HelpTab/Introduction.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
18 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Page/Addons.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 4 ERRORS AFFECTING 4 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
305 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
308 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
312 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
351 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$view'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Page/Columns.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 8 ERRORS AFFECTING 8 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
352 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$menu'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
387 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$actions'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
397 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found 'new'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
401 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$feedback'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
409 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$support'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
428 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$columns'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
452 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$modal'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
499 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$view'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Page/Help.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 6 ERRORS AFFECTING 4 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
144 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$message'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
151 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
153 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
155 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
155 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found 'ac_helper'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
155 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Section/General.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
39 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$setting'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Section/Custom.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
49 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Section/Restore.php | |
------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
------------------------------------------------------------------------------------------------------- | |
33 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin/Section.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
51 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
52 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Meta/Query.php | |
-------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
-------------------------------------------------------------------------------------------------------- | |
426 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
-------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Plugin/Update/V3201.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
38 | ERROR | Silencing errors is forbidden; found: @rename( ... (Generic.PHP.NoSilencedErrors.Forbidden) | |
38 | ERROR | Filesystem writes are forbidden, please do not use rename(). | |
| | (WordPressVIPMinimum.Functions.RestrictedFunctions.file_ops_rename) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Plugin/Update/V3007.php | |
------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
------------------------------------------------------------------------------------------------------- | |
29 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Plugin/Update/V3005.php | |
-------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
-------------------------------------------------------------------------------------------------------- | |
59 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
122 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
-------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Plugin/Update.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
41 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
54 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Plugin.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
72 | ERROR | Overriding WordPress globals is prohibited. Found assignment to $wp_roles | |
| | (WordPress.WP.GlobalVariablesOverride.Prohibited) | |
158 | ERROR | Use placeholders and $wpdb->prepare(); found $sql (WordPress.DB.PreparedSQL.NotPrepared) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Admin.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
169 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$menu'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Message.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
58 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Table/Screen.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
332 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$css_column_width'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
427 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$option'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Table/Button.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 4 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
198 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$template'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
198 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
198 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
198 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/AdminColumns.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 5 ERRORS AFFECTING 5 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
135 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
141 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
147 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
151 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
155 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$column'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Column/Placeholder.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 10 ERRORS AFFECTING 5 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
39 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
39 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
43 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
43 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
43 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found 'ac_get_admin_url'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
47 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
47 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
47 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
49 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
50 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Column/Menu.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
34 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
39 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Preferences.php | |
-------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
-------------------------------------------------------------------------------------------------------- | |
138 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
140 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
-------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Config.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
19 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Image.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 5 ERRORS AFFECTING 4 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
221 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
235 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$class'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
235 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
236 | ERROR | Wrong escaping function. href and src attributes should be escaped by `esc_url()`, not by | |
| | `esc_attr()`. (WordPressVIPMinimum.Security.ProperEscapingFunction.hrefSrcEscUrl) | |
311 | ERROR | Silencing errors is forbidden; found: @$dom->loadHTML... | |
| | (Generic.PHP.NoSilencedErrors.Forbidden) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Post.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 3 ERRORS AFFECTING 3 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
37 | ERROR | Overriding WordPress globals is prohibited. Found assignment to $post | |
| | (WordPress.WP.GlobalVariablesOverride.Prohibited) | |
42 | ERROR | Overriding WordPress globals is prohibited. Found assignment to $post | |
| | (WordPress.WP.GlobalVariablesOverride.Prohibited) | |
91 | ERROR | Use placeholders and $wpdb->prepare(); found $sql (WordPress.DB.PreparedSQL.NotPrepared) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/User.php | |
-------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
-------------------------------------------------------------------------------------------------------- | |
152 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
-------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Html.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 7 ERRORS AFFECTING 6 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
123 | ERROR | [ ] All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$label'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
124 | ERROR | [ ] All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$contents'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
127 | ERROR | [ ] All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$label'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
238 | ERROR | [x] Each item in a multi-line array must be on a new line | |
| | (WordPress.Arrays.ArrayDeclarationSpacing.ArrayItemNoNewLine) | |
408 | ERROR | [ ] All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$content'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
408 | ERROR | [ ] All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$toggler'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
464 | ERROR | [ ] All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$icons'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Select/Formatter.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
72 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Select/MetaValuesFactory.php | |
------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
------------------------------------------------------------------------------------------------------- | |
33 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Select/Group.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
73 | ERROR | [x] The abstract declaration must precede the visibility declaration | |
| | (PSR2.Methods.MethodDeclaration.AbstractAfterVisibility) | |
---------------------------------------------------------------------------------------------------------------- | |
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Helper/Network.php | |
------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
------------------------------------------------------------------------------------------------------- | |
24 | ERROR | Use placeholders and $wpdb->prepare(); found $sql | |
| | (WordPress.DB.PreparedSQL.NotPrepared) | |
------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Request.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
33 | ERROR | Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Use | |
| | isset() or empty() to check the index exists before using it | |
| | (WordPress.Security.ValidatedSanitizedInput.InputNotValidated) | |
33 | ERROR | Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_METHOD'] | |
| | (WordPress.Security.ValidatedSanitizedInput.InputNotSanitized) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Dependencies.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 6 ERRORS AFFECTING 5 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
225 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$intro'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
230 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$message'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
235 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$intro'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
235 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found 'current'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
252 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
253 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$this'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/ListScreen/Post.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
63 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
63 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$id'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/ListScreen/Comment.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
64 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
64 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$id'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/ListScreen/Media.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 3 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
42 | ERROR | Overriding WordPress globals is prohibited. Found assignment to $authordata | |
| | (WordPress.WP.GlobalVariablesOverride.Prohibited) | |
54 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
54 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$id'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/classes/Check/Review.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 14 ERRORS AFFECTING 14 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
134 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
136 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$product'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
137 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$product'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
138 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
142 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
143 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
152 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
153 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '$product'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
154 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
159 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
160 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
164 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
165 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
166 | ERROR | All output should be run through an escaping function (see the Security sections in the | |
| | WordPress Developer Handbooks), found '__'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/message/notice/dismissible.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/message/notice.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/message/plugin.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 5 ERRORS AFFECTING 5 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
11 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
17 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
18 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
27 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/tooltip-label.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/side-support.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 4 ERRORS AFFECTING 3 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
14 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
17 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
17 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found 'ac_get_site_utm_url'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/modal-pro.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 10 ERRORS AFFECTING 9 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
15 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
22 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
25 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
26 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
27 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
28 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
29 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
33 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
34 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
34 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/edit-columns.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 6 ERRORS AFFECTING 6 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
16 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
32 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$view'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
46 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
50 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
51 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
52 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/edit-menu.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
28 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$select'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/edit-addon.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
9 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
20 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/tooltip-body.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
11 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/edit-column.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 11 ERRORS AFFECTING 11 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
34 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$setting'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
49 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$column'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
51 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
52 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
54 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
56 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
61 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found 'ac_helper'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
77 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$setting'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
87 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
89 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
91 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/edit-tabmenu.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 3 ERRORS AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
19 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$item'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
19 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$current'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
19 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$item'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/side-feedback.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 12 ERRORS AFFECTING 12 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
13 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
14 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
20 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
23 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
28 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
33 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
43 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
46 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
51 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
57 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
63 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/side-banner.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 8 ERRORS AFFECTING 6 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
27 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
27 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
32 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
56 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
61 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$integration'. | |
| | (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
70 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
75 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '__'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
75 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$price'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/admin/edit-actions.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 5 ERRORS AFFECTING 5 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
19 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
23 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
24 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
35 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
38 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/setting-label-icons.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 9 ERRORS AFFECTING 9 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
7 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
12 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
24 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
54 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$label'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
57 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$icon'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
58 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$icon'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
69 | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found | |
| | '_e'. (WordPress.Security.EscapeOutput.UnsafePrintingFunction) | |
77 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
86 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$section'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/setting-date.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 6 ERRORS AFFECTING 5 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
13 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
18 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
29 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
30 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$label'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
36 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
36 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/setting-message.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
8 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/header.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 1 ERROR AFFECTING 1 LINE | |
---------------------------------------------------------------------------------------------------------------- | |
9 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/section.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 4 ERRORS AFFECTING 4 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
13 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
18 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
32 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
40 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$section'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/setting-pro.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 3 ERRORS AFFECTING 3 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
7 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
12 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
21 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/setting-width.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
10 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
16 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/templates/settings/setting-label.php | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 3 ERRORS AFFECTING 3 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
7 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
12 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
22 | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress | |
| | Developer Handbooks), found '$this'. (WordPress.Security.EscapeOutput.OutputNotEscaped) | |
---------------------------------------------------------------------------------------------------------------- | |
FILE: /home/francois/devel/admin-columns/external/qtip2/jquery.qtip.js | |
---------------------------------------------------------------------------------------------------------------- | |
FOUND 2 ERRORS AFFECTING 2 LINES | |
---------------------------------------------------------------------------------------------------------------- | |
83 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: +"]><i></i><![endif]-->". | |
| | (WordPressVIPMinimum.JS.StringConcat.Found) | |
2052 | ERROR | HTML string concatenation detected, this is a security risk, use DOM node construction or a | |
| | templating language instead: tag+. (WordPressVIPMinimum.JS.StringConcat.Found) | |
---------------------------------------------------------------------------------------------------------------- | |
Time: 7.51 secs; Memory: 54MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment