WP All Import

@wpallimport · wordpress.org profile ↗
Member since
2015-01-15
Location
/wp-content/plugins/
Employer
Job title
Authored
22
SVN commit access
22
Readme contributor
4
Combined install base
332k+ across 26 plugins

Alerts (0)

No open alerts.

Show 1 resolved alert
Medium code_scan_match WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets Resolved · code_scan_fp_class_genre_encoding 17d ago
Slugwp-all-import
Finding count16
Findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinclasses/handler.php79$session_clear = \maybe_unserialize( base64_decode( $session ) );medium
base64_decodebuiltinclasses/api.php454if ( $file_type == 'images' && base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed ) {medium
base64_decodebuiltinclasses/api.php475$img = @imagecreatefromstring(base64_decode($url));medium
base64_decodebuiltinhelpers/wp_all_import_base64_decode_image.php11return base64_decode($image);medium
base64_decodebuiltinhelpers/wp_all_import_is_base64_encoded.php13$decoded = base64_decode($data, true);medium
eval_callbuiltinhelpers/functions.php80return (eval ("return ($str);")) ? $then : $else;medium
gzinflatebuiltinlibraries/wpaipclzip.lib.php3,584$v_file_content = @gzinflate($v_buffer);medium
gzinflatebuiltinlibraries/wpaipclzip.lib.php3,789$v_file_content = gzinflate($v_buffer);medium
gzinflatebuiltinlibraries/wpaipclzip.lib.php3,890if (($p_string = @gzinflate($v_data)) === false) {medium
base64_decodebuiltinmodels/import/record.php2,451$gallery_images[] = json_decode(base64_decode($img), true);medium
base64_decodebuiltinmodels/import/record.php2,952'image_url' => (base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed) ? '' : $url,medium
base64_decodebuiltinmodels/import/record.php2,962'image_url' => (base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed) ? '' : $url,medium
base64_decodebuiltinmodels/import/record.php3,087'image_url' => (base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed) ? '' : $urlmedium
createfuncbuiltincontrollers/controller/admin.php59$filter = create_function('$str', 'return "http://" == $str || "ftp://" == $str ? "" : $str;');medium
createfuncbuiltinplugin.php831$exception_handler = create_function('$e', 'trigger_error($e->getMessage(), E_USER_ERROR);');medium
Resolved sha5d228a243d81e4fe9cefa0111f81850af74ad9da
View raw JSON
{
    "slug": "wp-all-import",
    "finding_count": 16,
    "findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "classes/handler.php",
            "line": 79,
            "snippet": "$session_clear = \\maybe_unserialize( base64_decode( $session ) );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "classes/api.php",
            "line": 454,
            "snippet": "if ( $file_type == 'images' && base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed ) {",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "classes/api.php",
            "line": 475,
            "snippet": "$img = @imagecreatefromstring(base64_decode($url));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "helpers/wp_all_import_base64_decode_image.php",
            "line": 11,
            "snippet": "return base64_decode($image);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "helpers/wp_all_import_is_base64_encoded.php",
            "line": 13,
            "snippet": "$decoded = base64_decode($data, true);",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "helpers/functions.php",
            "line": 80,
            "snippet": "return (eval (\"return ($str);\")) ? $then : $else;",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "libraries/wpaipclzip.lib.php",
            "line": 3584,
            "snippet": "$v_file_content = @gzinflate($v_buffer);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "libraries/wpaipclzip.lib.php",
            "line": 3789,
            "snippet": "$v_file_content = gzinflate($v_buffer);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "libraries/wpaipclzip.lib.php",
            "line": 3890,
            "snippet": "if (($p_string = @gzinflate($v_data)) === false) {",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "models/import/record.php",
            "line": 2451,
            "snippet": "$gallery_images[] = json_decode(base64_decode($img), true);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "models/import/record.php",
            "line": 2952,
            "snippet": "'image_url' => (base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed) ? '' : $url,",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "models/import/record.php",
            "line": 2962,
            "snippet": "'image_url' => (base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed) ? '' : $url,",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "models/import/record.php",
            "line": 3087,
            "snippet": "'image_url' => (base64_encode(base64_decode($url)) == $url && $is_base64_images_allowed) ? '' : $url",
            "confidence": "medium"
        },
        {
            "pattern": "createfunc",
            "kind": "builtin",
            "file": "controllers/controller/admin.php",
            "line": 59,
            "snippet": "$filter = create_function('$str', 'return \"http://\" == $str || \"ftp://\" == $str ? \"\" : $str;');",
            "confidence": "medium"
        },
        {
            "pattern": "createfunc",
            "kind": "builtin",
            "file": "plugin.php",
            "line": 831,
            "snippet": "$exception_handler = create_function('$e', 'trigger_error($e->getMessage(), E_USER_ERROR);');",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "5d228a243d81e4fe9cefa0111f81850af74ad9da"
}

Plugins authored (22)

Plugin Version Installs Last updated Status
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets ·wp-all-import 4.0.1 100k+ 2mo ago Active
WP All Import – Import Add-On for ACF ·csv-xml-import-for-acf 1.0.7 40k+ 3mo ago Active
WP All Import – Import SEO Settings for Yoast SEO ·yoast-seo-settings-xml-csv-import 1.1.8 20k+ 3mo ago Active
WP All Export – Product Export Add-On for WooCommerce ·product-export-for-woocommerce 1.0.5 10k+ 3mo ago Active
WP All Export – Export Add-On for ACF ·wp-all-export-csv-excel-xml-for-acf 1.0.1 10k+ 1mo ago Active
Import Users from CSV ·import-users-from-csv 1.3.1 10k+ 5mo ago Active
WP All Import – Import SEO Settings for Rank Math SEO ·import-xml-csv-settings-to-rank-math-seo 1.1 7k+ 3mo ago Active
WP All Export – Order Export for WooCommerce ·order-export-for-woocommerce 1.0.5 3k+ 3mo ago Active
WP All Import – Job Listing Import for WP Job Manager ·wp-job-manager-xml-csv-listings-import 1.2.1 2k+ 3mo ago Active
WP All Export – User Export Add-On ·export-wp-users-xml-csv 1.0.2 2k+ 3mo ago Active
WP All Import – Import SEO Settings for All In One SEO ·import-xml-csv-settings-to-all-in-one-seo-pack 2.0.0 1k+ 3mo ago Active
WP All Import – Property Import for RealHomes ·realhomes-xml-csv-property-listings-import 1.1.5 700 3mo ago Active
WP All Import – Property Import for WP Residence ·wp-residence-add-on-for-wp-all-import 1.3.2 700 2mo ago Active
WP All Import – Listings Import for Listify ·listify-xml-csv-listings-import 1.1.2 300 3mo ago Active
WP All Import – Job Listing Import for Jobify ·jobify-xml-csv-listings-import 1.0.9 100 3mo ago Active
WP All Import – Property Import for Pro Real Estate 7 ·wp-pro-real-estate-7-xml-csv-property-listings-import 1.0.6 100 3mo ago Active
WP All Import – Listings Import for Listable ·import-xml-csv-listings-to-listable-theme 1.0.5 70 3mo ago Active
WP All Import – Property Import for Reales WP ·reales-wp-xml-csv-property-listings-import 1.1.3 40 3mo ago Active
WP All Import – Property Import for Realia ·realia-xml-csv-property-listings-import 2.0.9 30 3mo ago Active
WP All Import – Property Import for Real Places ·realplaces-xml-csv-property-listings-import 1.0.4 30 3mo ago Active
WP All Import – Rental Property Import for WP Rentals ·import-wp-rentals-listings 1.0.1 10 3mo ago Active
WP All Import – Listings Import for Inventor WP ·import-xml-csv-listings-to-inventor-wp 1.1.1 10 3mo ago Active

SVN commit access (22)

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
WP All Import – Property Import for RealHomes wpallimport 700 70 10y ago 1y ago Active
WP All Import – Property Import for WP Residence wpallimport 700 69 10y ago 1y ago Active
WP All Import – Import SEO Settings for Yoast SEO wpallimport 20k+ 65 10y ago 1y ago Active
WP All Import – Property Import for Realia wpallimport 30 60 10y ago 1y ago Active
WP All Import – Job Listing Import for WP Job Manager wpallimport 2k+ 60 10y ago 1y ago Active
WP All Import – Job Listing Import for Jobify wpallimport 100 59 10y ago 1y ago Active
WP All Import – Listings Import for Listify wpallimport 300 59 10y ago 1y ago Active
WP All Import – Property Import for Reales WP wpallimport 40 48 10y ago 1y ago Active
WP All Import – Import SEO Settings for All In One SEO wpallimport 1k+ 46 9y ago 1y ago Active
WP All Import – Property Import for Pro Real Estate 7 wpallimport 100 43 10y ago 1y ago Active
WP All Import – Listings Import for Listable wpallimport 70 42 9y ago 1y ago Active
WP All Import – Property Import for Real Places wpallimport 30 39 10y ago 1y ago Active
WP All Export – User Export Add-On wpallimport 2k+ 29 6y ago 1y ago Active
WP All Export – Order Export for WooCommerce wpallimport 3k+ 29 4y ago 1y ago Active
WP All Export – Product Export Add-On for WooCommerce wpallimport 10k+ 22 4y ago 1y ago Active
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets wpallimport 100k+ 20 5y ago 1y ago Active
WP All Import – Import SEO Settings for Rank Math SEO wpallimport 7k+ 19 5y ago 1y ago Active
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel soflyy 100k+ 14 2y ago 1y ago Active
WP All Import – Product Import for WooCommerce soflyy 20k+ 9 2y ago 1y ago Active
CSV Importer soflyy 4k+ 8 2y ago 1y ago Active
Import Users from CSV wpallimport 10k+ 8 2y ago 1y ago Active
WP All Import – Import Add-On for ACF wpallimport 40k+ 3 1y ago 1y ago Active

Contributor on other plugins (4)

Plugins where this account is listed in the readme contributors (distinct from SVN commit access).