Log Deprecated Notices Security & Risk Analysis

wordpress.org/plugins/log-deprecated-notices

Logs the usage of deprecated files, functions, and function arguments, and identifies where the deprecated functionality is being used.

1K active installs v0.4.1 PHP + WP 3.0+ Updated Jun 25, 2021
admindeprecatede_noticeloggingwp_debug
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Log Deprecated Notices Safe to Use in 2026?

Generally Safe

Score 85/100

Log Deprecated Notices has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4yr ago
Risk Assessment

The "log-deprecated-notices" plugin v0.4.1 exhibits a mixed security posture. On the positive side, the static analysis reveals a very small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed, and no external HTTP requests or file operations. The absence of any known vulnerabilities (CVEs) in its history is also a strong indicator of good maintenance and security practices. However, there are significant areas of concern within the code itself.

The analysis shows a concerningly low percentage of SQL queries using prepared statements (54%), suggesting a potential risk of SQL injection vulnerabilities if the unsanitized path identified in the taint analysis is related to these queries. Furthermore, only 33% of output is properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is outputted without adequate sanitization.

While the plugin has no known CVEs and a clean vulnerability history, this does not negate the inherent risks identified in the code. The lack of capability checks and nonce checks, coupled with the identified unsanitized path, presents opportunities for attackers, especially in scenarios where the plugin might interact with user-controllable data. The overall conclusion is that while the plugin has a limited attack surface and a good historical security record, the implementation details regarding SQL query preparation and output escaping require immediate attention to mitigate potential security weaknesses.

Key Concerns

  • Low percentage of prepared SQL statements
  • Low percentage of properly escaped output
  • Flow with unsanitized paths
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Log Deprecated Notices Security Vulnerabilities

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

Log Deprecated Notices Code Analysis

Dangerous Functions
0
Raw SQL Queries
6
7 prepared
Unescaped Output
16
8 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

54% prepared13 total queries

Output Escaping

33% escaped24 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
action_restrict_manage_posts (log-deprecated-notices.php:588)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Log Deprecated Notices Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 18
actioninitlog-deprecated-notices.php:83
actionshutdownlog-deprecated-notices.php:86
actiondeprecated_function_runlog-deprecated-notices.php:97
actiondeprecated_file_includedlog-deprecated-notices.php:98
actiondeprecated_argument_runlog-deprecated-notices.php:99
actiondoing_it_wrong_runlog-deprecated-notices.php:100
actiondeprecated_hook_usedlog-deprecated-notices.php:101
actionadmin_initlog-deprecated-notices.php:109
actionadmin_print_styleslog-deprecated-notices.php:111
actionmanage_posts_custom_columnlog-deprecated-notices.php:113
actionrestrict_manage_postslog-deprecated-notices.php:117
actionadmin_footer-edit.phplog-deprecated-notices.php:121
filterrequestlog-deprecated-notices.php:127
filterfavorite_actionslog-deprecated-notices.php:129
filtergettextlog-deprecated-notices.php:601
filterposts_wherelog-deprecated-notices.php:672
filterposts_joinlog-deprecated-notices.php:673
filtergettextlog-deprecated-notices.php:765
Maintenance & Trust

Log Deprecated Notices Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedJun 25, 2021
PHP min version
Downloads166K

Community Trust

Rating100/100
Number of ratings10
Active installs1K
Developer Profile

Log Deprecated Notices Developer Profile

Andrew Nacin

6 plugins · 22K total installs

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

How We Detect Log Deprecated Notices

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/log-deprecated-notices/log-deprecated-notices.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Log Deprecated Notices