Doubly – Cross Domain Copy Paste for WordPress

doubly · by unitecms · wordpress.org ↗ · SVN ↗
Active installs
10k+
Current version
1.0.47
Added
2022-06-09
Last updated
2025-12-23 (5mo ago)
First seen by beacon
1mo ago
Total downloads
121,286

Alerts (0)

No open alerts.

Show 1 resolved alert
Medium code_scan_match Resolved · code_scan_fp_class_genre_encoding 2026-05-05 13:15:11 (17d ago)
Slugdoubly
Finding count4
Findings
PatternKindFileLineSnippetConfidence
gzinflatebuiltininc_php/zip.class.php582return gzinflate(substr($this->_data, $this->_metadata[$key]['_dataStart'], $this->_metadata[$key]['csize']));medium
base64_decodebuiltininc_php/functions.class.php1,129$decoded = @base64_decode($content, true);medium
base64_decodebuiltininc_php/functions.class.php1,170$content = rawurldecode(base64_decode($content));medium
base64_decodebuiltininc_php/functions.class.php1,200$content = rawurldecode(base64_decode($content));medium
Resolved sha8cf4ac32150a60bd8d469950b90f69bccb51f9bd
View raw JSON
{
    "slug": "doubly",
    "finding_count": 4,
    "findings": [
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "inc_php/zip.class.php",
            "line": 582,
            "snippet": "return gzinflate(substr($this->_data, $this->_metadata[$key]['_dataStart'], $this->_metadata[$key]['csize']));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "inc_php/functions.class.php",
            "line": 1129,
            "snippet": "$decoded = @base64_decode($content, true);",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "inc_php/functions.class.php",
            "line": 1170,
            "snippet": "$content = rawurldecode(base64_decode($content));",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "inc_php/functions.class.php",
            "line": 1200,
            "snippet": "$content = rawurldecode(base64_decode($content));",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "8cf4ac32150a60bd8d469950b90f69bccb51f9bd"
}

SVN committers (2)

Accounts with actual commit access to doubly 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
Unlimited Elements 2016-12-26 45 2022-06-09 · r2739817 2025-12-23 · r3426483
plugin-master 2007-03-09 1 2022-06-08 · r2739527 2022-06-08 · r2739527

Readme contributors (4)

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
Unlimited Elements 2016-12-26 45 commits Active
amitkeren 2014-02-01 Active
iritmega 2021-07-29 Active
valiano 2015-04-11 Active