mra13

Member since
2008-11-01
Location
Employer
Tips and Tricks HQ
Job title
Founder
Authored
25 (10 closed)
SVN commit access
31 (10 closed)
Readme contributor
0
Combined install base
1.8M+ across 34 plugins

Alerts (0)

No open alerts.

Show 6 resolved alerts
High code_scan_match Simple Shopping Cart Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugwordpress-simple-paypal-shopping-cart
Finding count1
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinwp_shopping_cart.php730wp_register_script( "wpsc-stripe", "https://js.stripe.com/v3/", array( "jquery" ), WP_CART_VERSION );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
Resolved sha717d83c3dcbb0117e672084f0cedcf96ad9f6923
View raw JSON
{
    "slug": "wordpress-simple-paypal-shopping-cart",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "wp_shopping_cart.php",
            "line": 730,
            "snippet": "wp_register_script( \"wpsc-stripe\", \"https://js.stripe.com/v3/\", array( \"jquery\" ), WP_CART_VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "resolved_sha": "717d83c3dcbb0117e672084f0cedcf96ad9f6923"
}
High code_scan_match Accept Stripe Payments Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugstripe-payments
Finding count4
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/recaptcha/asp-recaptcha-main.php336wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );medium
Url
https://www.google.com/recaptcha/api.js?render=explicit
Url host
www.google.com
remote_enqueuebuiltinincludes/shortcodes/class-asp-shortcode-ng.php46wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );medium
Url
https://checkout.stripe.com/v3/checkout/button.css
Url host
checkout.stripe.com
remote_enqueuebuiltinincludes/shortcodes/class-shortcode-asp.php103wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );medium
Url
https://checkout.stripe.com/checkout.js
Url host
checkout.stripe.com
remote_enqueuebuiltinincludes/eprecaptcha/asp-eprecaptcha-main.php331wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );medium
Url
https://www.google.com/recaptcha/enterprise.js?render=explicit
Url host
www.google.com
Resolved sha5899c345b6d8feaa1aea4b038e87bf7795807cc0
View raw JSON
{
    "slug": "stripe-payments",
    "finding_count": 4,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/recaptcha/asp-recaptcha-main.php",
            "line": 336,
            "snippet": "wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=explicit",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/shortcodes/class-asp-shortcode-ng.php",
            "line": 46,
            "snippet": "wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.stripe.com/v3/checkout/button.css",
                "url_host": "checkout.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/shortcodes/class-shortcode-asp.php",
            "line": 103,
            "snippet": "wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.stripe.com/checkout.js",
                "url_host": "checkout.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/eprecaptcha/asp-eprecaptcha-main.php",
            "line": 331,
            "snippet": "wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/enterprise.js?render=explicit",
                "url_host": "www.google.com"
            }
        }
    ],
    "resolved_sha": "5899c345b6d8feaa1aea4b038e87bf7795807cc0"
}
High code_scan_match Simple Download Monitor Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugsimple-download-monitor
Finding count2
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinmain.php113wp_register_script( 'sdm_google_charts', 'https://www.gstatic.com/charts/loader.js', array(), null, true );medium
Url
https://www.gstatic.com/charts/loader.js
Url host
www.gstatic.com
remote_enqueuebuiltinmain.php435wp_register_script( 'sdm-recaptcha-v3-scripts-lib', 'https://www.google.com/recaptcha/api.js?render='. esc_attr($siteKey) . '&onload=sdm_reCaptcha_v3', array('sdm-recaptcha-scripts-js')) ;medium
Url
https://www.google.com/recaptcha/api.js?render=
Url host
www.google.com
Resolved sha4e9ff43a5df8c04cc27ea1968834c2fff8caac6e
View raw JSON
{
    "slug": "simple-download-monitor",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "main.php",
            "line": 113,
            "snippet": "wp_register_script( 'sdm_google_charts', 'https://www.gstatic.com/charts/loader.js', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.gstatic.com/charts/loader.js",
                "url_host": "www.gstatic.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "main.php",
            "line": 435,
            "snippet": "wp_register_script( 'sdm-recaptcha-v3-scripts-lib', 'https://www.google.com/recaptcha/api.js?render='. esc_attr($siteKey) . '&onload=sdm_reCaptcha_v3', array('sdm-recaptcha-scripts-js')) ;",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=",
                "url_host": "www.google.com"
            }
        }
    ],
    "resolved_sha": "4e9ff43a5df8c04cc27ea1968834c2fff8caac6e"
}
High code_scan_delta Simple Shopping Cart Resolved · false_positive_cdn_known_good 22d ago
Slugwordpress-simple-paypal-shopping-cart
Previous version5.2.9
Current version5.2.9
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinwp_shopping_cart.php730wp_register_script( "wpsc-stripe", "https://js.stripe.com/v3/", array( "jquery" ), WP_CART_VERSION );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
New finding count1
View raw JSON
{
    "slug": "wordpress-simple-paypal-shopping-cart",
    "previous_version": "5.2.9",
    "current_version": "5.2.9",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "wp_shopping_cart.php",
            "line": 730,
            "snippet": "wp_register_script( \"wpsc-stripe\", \"https://js.stripe.com/v3/\", array( \"jquery\" ), WP_CART_VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "new_finding_count": 1
}
High code_scan_delta Accept Stripe Payments Resolved · false_positive_cdn_known_good 22d ago
Slugstripe-payments
Previous version2.0.98
Current version2.0.98
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/shortcodes/class-shortcode-asp.php103wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );medium
Url
https://checkout.stripe.com/checkout.js
Url host
checkout.stripe.com
remote_enqueuebuiltinincludes/shortcodes/class-asp-shortcode-ng.php46wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );medium
Url
https://checkout.stripe.com/v3/checkout/button.css
Url host
checkout.stripe.com
remote_enqueuebuiltinincludes/recaptcha/asp-recaptcha-main.php336wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );medium
Url
https://www.google.com/recaptcha/api.js?render=explicit
Url host
www.google.com
remote_enqueuebuiltinincludes/eprecaptcha/asp-eprecaptcha-main.php331wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );medium
Url
https://www.google.com/recaptcha/enterprise.js?render=explicit
Url host
www.google.com
New finding count4
View raw JSON
{
    "slug": "stripe-payments",
    "previous_version": "2.0.98",
    "current_version": "2.0.98",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/shortcodes/class-shortcode-asp.php",
            "line": 103,
            "snippet": "wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.stripe.com/checkout.js",
                "url_host": "checkout.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/shortcodes/class-asp-shortcode-ng.php",
            "line": 46,
            "snippet": "wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.stripe.com/v3/checkout/button.css",
                "url_host": "checkout.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/recaptcha/asp-recaptcha-main.php",
            "line": 336,
            "snippet": "wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=explicit",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/eprecaptcha/asp-eprecaptcha-main.php",
            "line": 331,
            "snippet": "wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/enterprise.js?render=explicit",
                "url_host": "www.google.com"
            }
        }
    ],
    "new_finding_count": 4
}
High code_scan_delta Simple Download Monitor Resolved · false_positive_cdn_known_good 22d ago
Slugsimple-download-monitor
Previous version4.0.6
Current version4.0.6
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinmain.php113wp_register_script( 'sdm_google_charts', 'https://www.gstatic.com/charts/loader.js', array(), null, true );medium
Url
https://www.gstatic.com/charts/loader.js
Url host
www.gstatic.com
remote_enqueuebuiltinmain.php435wp_register_script( 'sdm-recaptcha-v3-scripts-lib', 'https://www.google.com/recaptcha/api.js?render='. esc_attr($siteKey) . '&onload=sdm_reCaptcha_v3', array('sdm-recaptcha-scripts-js')) ;medium
Url
https://www.google.com/recaptcha/api.js?render=
Url host
www.google.com
New finding count2
View raw JSON
{
    "slug": "simple-download-monitor",
    "previous_version": "4.0.6",
    "current_version": "4.0.6",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "main.php",
            "line": 113,
            "snippet": "wp_register_script( 'sdm_google_charts', 'https://www.gstatic.com/charts/loader.js', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.gstatic.com/charts/loader.js",
                "url_host": "www.gstatic.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "main.php",
            "line": 435,
            "snippet": "wp_register_script( 'sdm-recaptcha-v3-scripts-lib', 'https://www.google.com/recaptcha/api.js?render='. esc_attr($siteKey) . '&onload=sdm_reCaptcha_v3', array('sdm-recaptcha-scripts-js')) ;",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=",
                "url_host": "www.google.com"
            }
        }
    ],
    "new_finding_count": 2
}

Plugins authored (25)

Plugin Version Installs Last updated Status
Easy HTTPS Redirection (SSL) ·https-redirection 2.0.0 100k+ 1mo ago Active
Accept Stripe Payments ·stripe-payments 2.0.98 20k+ 1mo ago Active
Compact WP Audio Player ·compact-wp-audio-player 1.9.15 20k+ 5mo ago Active
Simple Download Monitor ·simple-download-monitor 4.0.6 20k+ 1mo ago Active
Donations via PayPal ·paypal-donations 1.9.11 20k+ 1mo ago Active
Simple Shopping Cart ·wordpress-simple-paypal-shopping-cart 5.2.9 10k+ 1mo ago Active
Easy Accept Payments via PayPal ·wordpress-easy-paypal-payment-or-donation-accept-plugin 5.1.4 7k+ 1mo ago Active
Far Future Expiry Header ·far-future-expiry-header 1.6 7k+ 5mo ago Active
WP Simple Adsense Insertion ·wordpress-plugin-for-simple-google-adsense-insertion v2.1 3k+ 1y ago Active
WP Express Checkout (Fast Payments via PayPal & Stripe) ·wp-express-checkout 2.4.8 2k+ 1mo ago Active
Software License Manager ·software-license-manager 4.5.8 900 1mo ago Active
Affiliates WooCommerce Advanced Integration ·affiliates-woocommerce-advanced-integration 2.0 100 1y ago Active
WP eMember Integration for WooCommerce ·woocommerce-and-wp-emember-integration 2.5 100 8mo ago Active
Bot Protection with Turnstile ·bot-protection-turnstile 1.1.3 90 1mo ago Active
Affiliate WooCommerce Coupons Integration ·affiliate-woocommerce-coupons-integration 1.4 40 4y ago Active
WP Affiliate MailPoet Integration ·wp-affiliate-mailpoet-integration 1.1 Closed
WP CSV to Database – Insert CSV file content into WordPress database ·wp-csv-to-database 2.6 Closed
Post Page and Category listing ·wp-alphabetical-post-listing 1.2 Closed
Category Specific RSS feed Subscription ·category-specific-rss-feed-menu 2.3.2 Closed
WordPress Bitcoin ·wp-bitcoin 1.1.3 Closed
paypal-for-digital-goods ·paypal-for-digital-goods 1.6 Closed
Simple Photo Gallery ·simple-photo-gallery v1.8.1 Closed
Easy Digital Downloads and Affiliate Program Integration ·edd-and-wp-affiliate-integration 1.1 Closed
WordPress Blog Vitals ·show-wordpress-blog-vital-stats 1.8 Closed
accept-amazon-payments ·accept-amazon-payments 1.0 Closed

SVN commit access (31)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Plugin Primary author Installs Commits First Latest Status
Accept Stripe Payments mra13 20k+ 336 11y ago 1mo ago Active
Simple Shopping Cart mra13 10k+ 282 17y ago 1mo ago Active
Simple Download Monitor mra13 20k+ 265 12y ago 1mo ago Active
Simple Membership wpinsider-1 40k+ 190 11y ago 1mo ago Active
WP Express Checkout (Fast Payments via PayPal & Stripe) mra13 2k+ 149 6y ago 1mo ago Active
Easy Accept Payments via PayPal mra13 7k+ 129 17y ago 1mo ago Active
Software License Manager mra13 900 112 11y ago 1mo ago Active
All-In-One Security (AIOS) – Security and Firewall davidanderson 1M+ 107 12y ago 4y ago Active
Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more smub 500k+ 68 9y ago 3y ago Active
Compact WP Audio Player mra13 20k+ 67 13y ago 5mo ago Active
Easy HTTPS Redirection (SSL) mra13 100k+ 67 11y ago 1mo ago Active
Donations via PayPal mra13 20k+ 57 11y ago 1mo ago Active
WP Braintree wptipsntricks 50 12y ago 2y ago Closed
Category Specific RSS feed Subscription mra13 44 17y ago 1y ago Closed
Far Future Expiry Header mra13 7k+ 40 12y ago 5mo ago Active
WP Simple Adsense Insertion mra13 3k+ 38 17y ago 1y ago Active
WP CSV to Database – Insert CSV file content into WordPress database mra13 33 16y ago 5y ago Closed
WP eMember Integration for WooCommerce mra13 100 33 11y ago 8mo ago Active
Simple Photo Gallery mra13 31 12y ago 9y ago Closed
Bot Protection with Turnstile mra13 90 24 12mo ago 1mo ago Active
Affiliates WooCommerce Advanced Integration mra13 100 22 11y ago 1y ago Active
Affiliates Manager wpinsider-1 9k+ 19 11y ago 11y ago Active
WP Video Lightbox wptipsntricks 30k+ 18 13y ago 4y ago Active
Affiliate WooCommerce Coupons Integration mra13 40 12 11y ago 4y ago Active
WordPress Blog Vitals mra13 11 17y ago 11y ago Closed
Easy Digital Downloads and Affiliate Program Integration mra13 8 12y ago 4y ago Closed
WP Affiliate MailPoet Integration mra13 5 11y ago 4y ago Closed
Post Page and Category listing mra13 4 13y ago 12y ago Closed
Recurring PayPal Donations wpecommerce 800 3 8y ago 7y ago Active
Genesis Simple Headers vegasgeek 2 11y ago 11y ago Closed
MailChimp for Paypal Shopping Cart wptipsntricks 2 9y ago 9y ago Closed