TNG WordPress Integration

tng-wordpress-plugin · by mark8barnes · wordpress.org ↗ · SVN ↗
Active installs
100
Current version
10.1.4
Added
2009-02-03
Last updated
2024-01-01 (2y ago)
First seen by beacon
1mo ago
Total downloads
19,149

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Resolved · serialized_admin_role_tng_genealogy_sso_bridge_leg 2026-05-08 16:16:50 (1mo ago)
Slugtng-wordpress-plugin
Patternserialized_admin_role
Kindbuiltin
Version10.1.4
Hit count1
First hit
File
tng.php
Line
478
Snippet
update_user_meta($wp_id, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}');
Explanationplugin source contains `s:13:"administrator"` — the PHP-serialized representation of the `administrator` role meta value. Used to bypass `wp_insert_user()` by writing directly to `wp_usermeta` with a hand-crafted capabilities string. Near-zero FP because legit code uses `WP_User::set_role()` instead of building the serialized form by hand.
View raw JSON
{
    "slug": "tng-wordpress-plugin",
    "pattern": "serialized_admin_role",
    "kind": "builtin",
    "version": "10.1.4",
    "hit_count": 1,
    "first_hit": {
        "file": "tng.php",
        "line": 478,
        "snippet": "update_user_meta($wp_id, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');"
    },
    "explanation": "plugin source contains `s:13:\"administrator\"` \u2014 the PHP-serialized representation of the `administrator` role meta value. Used to bypass `wp_insert_user()` by writing directly to `wp_usermeta` with a hand-crafted capabilities string. Near-zero FP because legit code uses `WP_User::set_role()` instead of building the serialized form by hand."
}

SVN committers (3)

Accounts with actual commit access to tng-wordpress-plugin 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
theKiwi 2009-05-14 41 2012-11-25 · r629602 2024-01-01 · r3016166
Mark Barnes 2006-01-20 14 2009-02-03 · r91578 2009-07-21 · r137233
plugin-master 2007-03-09 1 2009-02-03 · r91514 2009-02-03 · r91514

Readme contributors (3)

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
theKiwi 2009-05-14 41 commits Active
Mark Barnes 2006-01-20 14 commits Active
Darrin Lythgoe 2011-09-21 Active

Versions (14 most recent)

Version Released Download
10.1.4 2023-03-17 · 3y ago zip
10.1.3 2021-12-29 · 4y ago zip
10.1.2 2021-03-05 · 5y ago zip
10.1.1 2021-03-05 · 5y ago zip
10.1.0 2017-02-22 · 9y ago zip
9.0.0 2017-02-22 · 9y ago zip
0.25.3 2009-07-21 · 16y ago zip
0.25.2 2009-03-11 · 17y ago zip
0.25 2009-03-11 · 17y ago zip
0.25.1 2009-03-11 · 17y ago zip
0.24 2009-03-10 · 17y ago zip
0.23 2009-03-09 · 17y ago zip
0.22 2009-03-08 · 17y ago zip
0.21 2009-03-07 · 17y ago zip