Razorpay for WooCommerce

woo-razorpay · by razorpay · wordpress.org ↗ · SVN ↗
Active installs
100k+
Current version
4.8.4
Added
2015-10-26
Last updated
2026-04-24 (28d ago)
First seen by beacon
1mo ago
Total downloads
2,314,265

Alerts (0)

No open alerts.

Show 5 resolved alerts
Medium code_scan_match Resolved · code_scan_fp_class_genre_compression 2026-05-05 11:43:51 (17d ago)
Slugwoo-razorpay
Finding count22
Findings
PatternKindFileLineSnippetConfidence
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.4/src/Requests.php941$decoded = @gzinflate($data);medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.4/src/Requests.php1,044$decompressed = @gzinflate(substr($gz_data, 2));medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.4/src/Requests.php1,072$decompressed = @gzinflate(substr($gz_data, 30 + $first_file_start));medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.4/src/Requests.php1,081$decompressed = @gzinflate($gz_data);medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.4/src/Requests.php1,088$decompressed = @gzinflate(substr($gz_data, 2));medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.0/src/Requests.php930$decoded = @gzinflate($data);medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.0/src/Requests.php1,029$decompressed = @gzinflate(substr($gz_data, 2));medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.0/src/Requests.php1,057$decompressed = @gzinflate(substr($gz_data, 30 + $first_file_start));medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.0/src/Requests.php1,065$decompressed = @gzinflate($gz_data);medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-2.0.0/src/Requests.php1,072$decompressed = @gzinflate(substr($gz_data, 2));medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-1.6.1/library/Requests.php720elseif (function_exists('gzinflate') && ($decoded = @gzinflate($data)) !== false) {medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-1.6.1/library/Requests.php797if ( false !== ( $decompressed = @gzinflate( substr( $gzData, 2 ) ) ) )medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-1.6.1/library/Requests.php823if ( false !== ( $decompressed = @gzinflate( substr( $gzData, 30 + $first_file_start ) ) ) ) {medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-1.6.1/library/Requests.php830if ( false !== ( $decompressed = @gzinflate( $gzData ) ) ) {medium
gzinflatebuiltinrazorpay-sdk/libs/Requests-1.6.1/library/Requests.php836if ( false !== ( $decompressed = @gzinflate( substr( $gzData, 2 ) ) ) ) {medium
Resolved shad35a1a3e6817b302dda09df2bb4f60799ddb405f
View raw JSON
{
    "slug": "woo-razorpay",
    "finding_count": 22,
    "findings": [
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.4/src/Requests.php",
            "line": 941,
            "snippet": "$decoded = @gzinflate($data);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.4/src/Requests.php",
            "line": 1044,
            "snippet": "$decompressed = @gzinflate(substr($gz_data, 2));",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.4/src/Requests.php",
            "line": 1072,
            "snippet": "$decompressed     = @gzinflate(substr($gz_data, 30 + $first_file_start));",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.4/src/Requests.php",
            "line": 1081,
            "snippet": "$decompressed = @gzinflate($gz_data);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.4/src/Requests.php",
            "line": 1088,
            "snippet": "$decompressed = @gzinflate(substr($gz_data, 2));",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.0/src/Requests.php",
            "line": 930,
            "snippet": "$decoded = @gzinflate($data);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.0/src/Requests.php",
            "line": 1029,
            "snippet": "$decompressed = @gzinflate(substr($gz_data, 2));",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.0/src/Requests.php",
            "line": 1057,
            "snippet": "$decompressed     = @gzinflate(substr($gz_data, 30 + $first_file_start));",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.0/src/Requests.php",
            "line": 1065,
            "snippet": "$decompressed = @gzinflate($gz_data);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-2.0.0/src/Requests.php",
            "line": 1072,
            "snippet": "$decompressed = @gzinflate(substr($gz_data, 2));",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-1.6.1/library/Requests.php",
            "line": 720,
            "snippet": "elseif (function_exists('gzinflate') && ($decoded = @gzinflate($data)) !== false) {",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-1.6.1/library/Requests.php",
            "line": 797,
            "snippet": "if ( false !== ( $decompressed = @gzinflate( substr( $gzData, 2 ) ) ) )",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-1.6.1/library/Requests.php",
            "line": 823,
            "snippet": "if ( false !== ( $decompressed = @gzinflate( substr( $gzData, 30 + $first_file_start ) ) ) ) {",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-1.6.1/library/Requests.php",
            "line": 830,
            "snippet": "if ( false !== ( $decompressed = @gzinflate( $gzData ) ) ) {",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "razorpay-sdk/libs/Requests-1.6.1/library/Requests.php",
            "line": 836,
            "snippet": "if ( false !== ( $decompressed = @gzinflate( substr( $gzData, 2 ) ) ) ) {",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "d35a1a3e6817b302dda09df2bb4f60799ddb405f"
}
High committer_younger_than_plugin Resolved · benign_company_employee 2026-04-27 10:32:30 (25d ago)
Slugwoo-razorpay
Committer slugchetangn
Committer display nameChetan
Committer employer
Committer member since2020-02-04
Committer first commit2021-01-06 06:51:56
Committer commit count2
Plugin listed authorrazorpay
Earliest plugin commit2015-10-19 19:30:49
Plugin age at join days1,905
Committer age at join days337
Active installs100,000
View raw JSON
{
    "slug": "woo-razorpay",
    "committer_slug": "chetangn",
    "committer_display_name": "Chetan",
    "committer_employer": null,
    "committer_member_since": "2020-02-04",
    "committer_first_commit": "2021-01-06 06:51:56",
    "committer_commit_count": 2,
    "plugin_listed_author": "razorpay",
    "earliest_plugin_commit": "2015-10-19 19:30:49",
    "plugin_age_at_join_days": 1905,
    "committer_age_at_join_days": 337,
    "active_installs": 100000
}
High committer_younger_than_plugin Resolved · benign_company_employee 2026-04-27 10:32:30 (25d ago)
Slugwoo-razorpay
Committer slugmayankamencherla
Committer display namemayankamencherla
Committer employer
Committer member since2016-11-17
Committer first commit2017-06-19 09:30:15
Committer commit count11
Plugin listed authorrazorpay
Earliest plugin commit2015-10-19 19:30:49
Plugin age at join days608
Committer age at join days214
Active installs100,000
View raw JSON
{
    "slug": "woo-razorpay",
    "committer_slug": "mayankamencherla",
    "committer_display_name": "mayankamencherla",
    "committer_employer": null,
    "committer_member_since": "2016-11-17",
    "committer_first_commit": "2017-06-19 09:30:15",
    "committer_commit_count": 11,
    "plugin_listed_author": "razorpay",
    "earliest_plugin_commit": "2015-10-19 19:30:49",
    "plugin_age_at_join_days": 608,
    "committer_age_at_join_days": 214,
    "active_installs": 100000
}
High committer_younger_than_plugin Resolved · benign_company_employee 2026-04-27 10:32:30 (25d ago)
Slugwoo-razorpay
Committer slugpremtechchefs
Committer display namePrem
Committer employer
Committer member since2019-07-25
Committer first commit2019-08-29 10:17:41
Committer commit count2
Plugin listed authorrazorpay
Earliest plugin commit2015-10-19 19:30:49
Plugin age at join days1,409
Committer age at join days35
Active installs100,000
View raw JSON
{
    "slug": "woo-razorpay",
    "committer_slug": "premtechchefs",
    "committer_display_name": "Prem",
    "committer_employer": null,
    "committer_member_since": "2019-07-25",
    "committer_first_commit": "2019-08-29 10:17:41",
    "committer_commit_count": 2,
    "plugin_listed_author": "razorpay",
    "earliest_plugin_commit": "2015-10-19 19:30:49",
    "plugin_age_at_join_days": 1409,
    "committer_age_at_join_days": 35,
    "active_installs": 100000
}
High committer_younger_than_plugin Resolved · benign_company_employee 2026-04-27 10:32:30 (25d ago)
Slugwoo-razorpay
Committer slugramprak
Committer display nameramprak
Committer employer
Committer member since2019-07-25
Committer first commit2019-07-26 08:32:25
Committer commit count16
Plugin listed authorrazorpay
Earliest plugin commit2015-10-19 19:30:49
Plugin age at join days1,375
Committer age at join days1
Active installs100,000
View raw JSON
{
    "slug": "woo-razorpay",
    "committer_slug": "ramprak",
    "committer_display_name": "ramprak",
    "committer_employer": null,
    "committer_member_since": "2019-07-25",
    "committer_first_commit": "2019-07-26 08:32:25",
    "committer_commit_count": 16,
    "plugin_listed_author": "razorpay",
    "earliest_plugin_commit": "2015-10-19 19:30:49",
    "plugin_age_at_join_days": 1375,
    "committer_age_at_join_days": 1,
    "active_installs": 100000
}

SVN committers (6)

Accounts with actual commit access to woo-razorpay on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Razorpay Young account 2015-10-16 180 2015-10-26 · r1273141 2026-04-24 · r3514354
ramprak Young account 2019-07-25 16 2019-07-26 · r2128939 2020-07-21 · r2343936
mayankamencherla 2016-11-17 11 2017-06-19 · r1680962 2017-11-22 · r1772883
Chetan 2020-02-04 2 2021-01-06 · r2451028 2021-01-06 · r2451029
Prem Young account 2019-07-25 2 2019-08-29 · r2147686 2019-08-29 · r2147687
plugin-master 2007-03-09 1 2015-10-19 · r1268890 2015-10-19 · r1268890

Readme contributors (1)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Razorpay 2015-10-16 180 commits Active

Versions (100 most recent)

Version Released Download
4.8.4 2026-04-24 · 28d ago zip
4.8.3 2026-04-20 · 1mo ago zip
4.8.2 2026-03-24 · 1mo ago zip
4.8.1 2026-03-18 · 2mo ago zip
4.8.0 2026-01-24 · 3mo ago zip
4.7.9 2026-01-09 · 4mo ago zip
4.7.8 2025-11-03 · 6mo ago zip
4.7.7 2025-08-26 · 8mo ago zip
4.7.6 2025-07-21 · 10mo ago zip
4.7.5 2025-07-09 · 10mo ago zip
4.7.4 2025-05-06 · 1y ago zip
4.7.3 2025-04-26 · 1y ago zip
4.7.2 2025-04-09 · 1y ago zip
4.7.1 2025-03-24 · 1y ago zip
4.7.0 2025-01-14 · 1y ago zip
4.6.9 2024-09-23 · 1y ago zip
4.6.8 2024-08-13 · 1y ago zip
4.6.7 2024-06-10 · 1y ago zip
4.6.6 2024-06-10 · 1y ago zip
4.6.5 2024-05-15 · 2y ago zip
4.6.4 2024-04-25 · 2y ago zip
4.6.3 2024-04-25 · 2y ago zip
4.6.2 2024-03-28 · 2y ago zip
4.6.1 2024-02-22 · 2y ago zip
4.6.0 2024-02-12 · 2y ago zip
4.5.9 2024-01-15 · 2y ago zip
4.5.8 2024-01-02 · 2y ago zip
4.5.7 2023-11-27 · 2y ago zip
4.5.6 2023-09-11 · 2y ago zip
4.5.5 2023-09-05 · 2y ago zip
4.5.4 2023-08-16 · 2y ago zip
4.5.3 2023-07-04 · 2y ago zip
4.5.2 2023-05-24 · 2y ago zip
4.5.1 2023-04-19 · 3y ago zip
4.5.0 2023-04-13 · 3y ago zip
4.4.3 2023-03-02 · 3y ago zip
4.4.2 2023-02-01 · 3y ago zip
4.4.1 2023-01-27 · 3y ago zip
4.4.0 2023-01-25 · 3y ago zip
4.3.5 2022-11-30 · 3y ago zip
4.3.4 2022-11-10 · 3y ago zip
4.3.3 2022-10-14 · 3y ago zip
4.3.2 2022-10-13 · 3y ago zip
4.3.1 2022-09-21 · 3y ago zip
4.3.0 2022-09-20 · 3y ago zip
4.2.0 2022-08-29 · 3y ago zip
4.1.0 2022-08-11 · 3y ago zip
4.0.1 2022-08-09 · 3y ago zip
4.0.0 2022-07-25 · 3y ago zip
3.9.4 2022-07-11 · 3y ago zip
3.9.3 2022-07-08 · 3y ago zip
3.9.2 2022-06-29 · 3y ago zip
3.9.1 2022-06-24 · 3y ago zip
3.9.0 2022-06-23 · 3y ago zip
3.8.3 2022-06-16 · 3y ago zip
3.8.2 2022-06-07 · 3y ago zip
3.8.1 2022-06-03 · 3y ago zip
3.8.0 2022-05-26 · 3y ago zip
3.7.2 2022-05-23 · 4y ago zip
3.7.1 2022-05-20 · 4y ago zip
3.7.0 2022-05-19 · 4y ago zip
3.6.0 2022-05-16 · 4y ago zip
3.5.1 2022-05-12 · 4y ago zip
3.5.0 2022-05-10 · 4y ago zip
3.4.1 2022-05-09 · 4y ago zip
3.4.0 2022-04-26 · 4y ago zip
3.3.0 2022-04-21 · 4y ago zip
3.2.2 2022-04-20 · 4y ago zip
3.2.1 2022-04-19 · 4y ago zip
3.2.0 2022-04-05 · 4y ago zip
3.1.1 2022-04-04 · 4y ago zip
3.1.0 2022-03-31 · 4y ago zip
3.0.1 2022-03-14 · 4y ago zip
3.0.0 2022-03-02 · 4y ago zip
2.8.6 2022-02-21 · 4y ago zip
2.8.5 2022-02-11 · 4y ago zip
2.8.4 2021-12-20 · 4y ago zip
2.8.3 2021-12-07 · 4y ago zip
2.8.2 2021-11-19 · 4y ago zip
2.8.1 2021-11-16 · 4y ago zip
2.8.0 2021-11-03 · 4y ago zip
2.7.2 2021-07-22 · 4y ago zip
2.7.1 2021-05-31 · 4y ago zip
2.7.0 2021-05-18 · 5y ago zip
2.6.0 2021-01-06 · 5y ago zip
2.5.0 2020-07-21 · 5y ago zip
2.4.3 2020-07-17 · 5y ago zip
2.4.2 2020-06-03 · 5y ago zip
2.4.1 2020-04-07 · 6y ago zip
2.4.0 2019-12-04 · 6y ago zip
2.3.2 2019-11-26 · 6y ago zip
2.3.1 2019-11-11 · 6y ago zip
2.3.0 2019-10-31 · 6y ago zip
2.2.0 2019-08-29 · 6y ago zip
2.1.0 2019-07-26 · 6y ago zip
2.0.0 2019-04-29 · 7y ago zip
2.0.1 2019-04-29 · 7y ago zip
1.6.5 2019-04-11 · 7y ago zip
1.6.3 2019-04-11 · 7y ago zip
1.6.2 2017-11-22 · 8y ago zip