Skip to content

Merge pull request #14 from lloc/dependabot/github_actions/main/ramse… #20

Merge pull request #14 from lloc/dependabot/github_actions/main/ramse…

Merge pull request #14 from lloc/dependabot/github_actions/main/ramse… #20

Triggered via push February 14, 2025 09:06
Status Success
Total duration 1m 45s
Artifacts

plugin-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
missing_composer_json_file: composer.json#L1
The "/vendor" directory using composer exists, but "composer.json" file is missing.
WordPress.Security.NonceVerification.Recommended: includes/OptionsPage.php#L35
Processing form data without nonce verification.
mismatched_plugin_name: readme.txt#L1
Plugin name "WP Nowpayments Integration" is different from the name declared in plugin header "WordPress nowpayments.io integration".
readme_parser_warnings_requires_php_header_ignored: readme.txt#L1
The "Requires PHP" field was ignored. This field should only contain a PHP version such as "5.2.4" or "7.0".
trademarked_term: readme.txt#L1
The plugin name includes a restricted term. Your plugin name - "WP Nowpayments Integration" - contains the restricted term "wp" which can be used , as long as you don't change it to the full name. For example: You can use WP but not WordPress.
trademarked_term: wp-nowpayments-integration.php#L1
The plugin name includes a restricted term. Your chosen plugin name - "WordPress nowpayments.io integration" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
trademarked_term: wp-nowpayments-integration.php#L1
The plugin slug includes a restricted term. Your plugin slug - "wp-nowpayments-integration" - contains the restricted term "wp" which can be used within the plugin slug, as long as you don't use the full name in the plugin name. For example: You can use WP but not WordPress.
PluginCheck.CodeAnalysis.SettingSanitization.register_settingDynamic: includes/Settings.php#L16
Dynamic argument passed in third parameter of register_setting(). Please ensure proper sanitization.