WPIntell

Source evidence

Plugin Check errors

Raffle Play Woocommerce · support · 2024-03-29T06:58:00+00:00

mixedsentiment
mediumseverity
0.85relevance
6replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Marklcm resolved
I am testing the plugin, it looks good. I use the Plugin Check plugin for new (to me ) plugins – it shows some errors – could you check it out please? Hi, Do you have a report, or link to a report? what plugin checker? regards Thanks for your quick reply. https://wordpress.org/plugins/plugin-check/ If you install the plugin and use it to test Raffle Play it will give you the report. Thank you for providing and supporting Raffle Play Hi @marklcm I’ve looked at the plugin and ran a test. The results are not accurate due to the way it processes the files in the plugin. I use the wordpress guidelines of building the plugins. $text = esc_html( '<p>This is some text</p>' ); echo $text; The above code is perfectly valid and safe, but the plugin will flag it as Error because the text is not escaped but in fact is escaped. $url = "http://example.com?q=search"; $url_esc = esc_url( $url); echo $url; For the above will complain the url is not escaped, but it is. Hope you get my point. The plugin uses nonce for all ajax requests. Doing my best to keep it at wordpress coding standards. Let me know if you have any other questions. Regards, Dan. The plugin (Plugin Check (PCP) is by the WordPress Performance Team and Plugin Review Team. I will bring it to their attention. It would be good if you could follow up with them as well. I read about the plugin before using it, they say: “We strive to write a plugin in a way that minimizes false positives but if you find one, please report it in the GitHub repo. For certain false positives, such as those detected by PHPCodeSniffer, you may be able to annotate the code to ignore the specific problem for a specific line.” It it is a tool, a very useful tool, and all tools can be improved. Thanks for checking and your reply. Hi @marklcm I understand your point. Is very hard to code in the way the plugin checker does the checking. Out of curiosity, have you tried checking Woocommerce ? Give it a try, make sure you have enough memory on your server. Regards, Dan. Hello Dan, plugin is running well on first try. I have left a 5 star rating. Thanks This reply was modified 2 years, 1 month ago by Marklcm .

Comments

6 shown
dan009 2024-03-29T07:45:00+00:00

Hi, Do you have a report, or link to a report? what plugin checker? regards

Marklcm 2024-03-30T00:59:00+00:00

Thanks for your quick reply. https://wordpress.org/plugins/plugin-check/ If you install the plugin and use it to test Raffle Play it will give you the report. Thank you for providing and supporting Raffle Play

dan009 2024-04-02T19:51:00+00:00

Hi @marklcm I’ve looked at the plugin and ran a test. The results are not accurate due to the way it processes the files in the plugin. I use the wordpress guidelines of building the plugins. $text = esc_html( '<p>This is some text</p>' ); echo $text; The above code is perfectly valid and safe, but the plugin will flag it as Error because the text is not escaped but in fact is escaped. $url = "http://example.com?q=search"; $url_esc = esc_url( $url); echo $url; For the above will complain the url is not escaped, but it is. Hope you get my point. The plugin uses nonce for all ajax requests. Doing my best to keep it at wordpress coding standards. Let me know if you have any other questions. Regards, Dan.

Marklcm 2024-04-03T01:44:00+00:00

The plugin (Plugin Check (PCP) is by the WordPress Performance Team and Plugin Review Team. I will bring it to their attention. It would be good if you could follow up with them as well. I read about the plugin before using it, they say: “We strive to write a plugin in a way that minimizes false positives but if you find one, please report it in the GitHub repo. For certain false positives, such as those detected by PHPCodeSniffer, you may be able to annotate the code to ignore the specific problem for a specific line.” It it is a tool, a very useful tool, and all tools can be improved. Thanks for checking and your reply.

dan009 2024-04-03T11:53:00+00:00

Hi @marklcm I understand your point. Is very hard to code in the way the plugin checker does the checking. Out of curiosity, have you tried checking Woocommerce ? Give it a try, make sure you have enough memory on your server. Regards, Dan.

Marklcm 2024-04-09T11:33:00+00:00

Hello Dan, plugin is running well on first try. I have left a 5 star rating. Thanks This reply was modified 2 years, 1 month ago by Marklcm .