No Updates for Plugins under Revision Control Security & Risk Analysis

wordpress.org/plugins/no-updates-for-plugins-under-svn

Prevents plugins from being updated by the WordPress updater if they are under Subversion revision control (or other systems).

10 active installs v1.1 PHP + WP 3.0+ Updated Oct 2, 2011
gitpluginsrevision-controlsvnupdates
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is No Updates for Plugins under Revision Control Safe to Use in 2026?

Generally Safe

Score 85/100

No Updates for Plugins under Revision Control has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The plugin 'no-updates-for-plugins-under-svn' v1.1 exhibits a generally good security posture based on the provided static analysis. The absence of an attack surface, meaning no AJAX handlers, REST API routes, shortcodes, or cron events, significantly reduces the potential entry points for attackers. Furthermore, the code demonstrates strong practices by exclusively using prepared statements for SQL queries and ensuring all output is properly escaped. The lack of file operations and external HTTP requests also contributes positively to its security.

However, a notable concern is the presence of the 'unserialize' function. This function is inherently risky if the data being unserialized comes from an untrusted source, as it can lead to Remote Code Execution (RCE) vulnerabilities. While the static analysis does not indicate any specific flows involving unsanitized data with unserialize, its mere presence represents a potential weakness that requires careful handling. The plugin's vulnerability history is clean, with no recorded CVEs, which is a strong positive indicator. This, combined with the absence of critical taint flows and the secure handling of SQL and output, suggests that the plugin author has likely been mindful of common web application security issues.

In conclusion, the plugin is largely secure due to its minimal attack surface and good coding practices regarding SQL and output. The primary weakness lies in the use of the 'unserialize' function, which, while not currently exploited according to the data, warrants attention and the implementation of robust input validation if it processes any external data. The clean vulnerability history is a significant strength.

Key Concerns

  • Use of unserialize function
Vulnerabilities
None known

No Updates for Plugins under Revision Control Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

No Updates for Plugins under Revision Control Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
0
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$plugins = unserialize( $r['body']['plugins'] );no-updates-for-plugins-under-svn.php:34
Attack Surface

No Updates for Plugins under Revision Control Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filterplugin_row_metano-updates-for-plugins-under-svn.php:17
filterhttp_request_argsno-updates-for-plugins-under-svn.php:30
Maintenance & Trust

No Updates for Plugins under Revision Control Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedOct 2, 2011
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

No Updates for Plugins under Revision Control Developer Profile

Adam Harley (Kawauso)

8 plugins · 600 total installs

86
trust score
Avg Security Score
89/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect No Updates for Plugins under Revision Control

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about No Updates for Plugins under Revision Control