[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$ftbSn_eiUDsk-E5xrPN-GIOEQE7UUBmyW0sZrXn5Ivac":3,"$f7lCOsyYxWbV8YfXqBMGO63Bvp7HC5BnYZSoBQYQJ798":1301},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":24,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":53,"crawl_stats":37,"alternatives":60,"analysis":148,"fingerprints":1245},"query-monitor","Query Monitor – The developer tools panel for WordPress","3.20.4","John Blackbourn","https:\u002F\u002Fprofiles.wordpress.org\u002Fjohnbillion\u002F","\u003Cp>Query Monitor is the developer tools panel for WordPress and WooCommerce. It enables debugging of database queries, PHP errors, hooks and actions, block editor blocks, enqueued scripts and stylesheets, HTTP API calls, and more.\u003C\u002Fp>\n\u003Cp>It includes some advanced features such as debugging of Ajax calls, REST API calls, user capability checks, and full support for block themes and full site editing. It includes the ability to narrow down much of its output by plugin or theme, allowing you to quickly determine poorly performing plugins, themes, or functions.\u003C\u002Fp>\n\u003Cp>Query Monitor focuses heavily on presenting its information in a useful manner, for example by showing aggregate database queries grouped by the plugins, themes, or functions that are responsible for them. It adds an admin toolbar menu showing an overview of the current page, with complete debugging information shown in panels once you select a menu item.\u003C\u002Fp>\n\u003Cp>Query Monitor supports versions of WordPress up to three years old, and PHP version 7.4 or higher.\u003C\u002Fp>\n\u003Cp>For complete information, please see \u003Ca href=\"https:\u002F\u002Fquerymonitor.com\u002F\" rel=\"nofollow ugc\">the Query Monitor website\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Here’s an overview of what’s shown for each page load:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Database queries, including notifications for slow, duplicate, or erroneous queries. Allows filtering by query type (\u003Ccode>SELECT\u003C\u002Fcode>, \u003Ccode>UPDATE\u003C\u002Fcode>, \u003Ccode>DELETE\u003C\u002Fcode>, etc), responsible component (plugin, theme, WordPress core), and calling function, and provides separate aggregate views for each.\u003C\u002Fli>\n\u003Cli>The template filename, the complete template hierarchy, and names of all template parts that were loaded or not loaded (for block themes and classic themes).\u003C\u002Fli>\n\u003Cli>PHP errors presented nicely along with their responsible component and call stack, and a visible warning in the admin toolbar.\u003C\u002Fli>\n\u003Cli>Usage of “Doing it Wrong” or “Deprecated” functionality in the code on your site.\u003C\u002Fli>\n\u003Cli>Blocks and associated properties within post content and within full site editing (FSE).\u003C\u002Fli>\n\u003Cli>Matched rewrite rules, associated query strings, and query vars.\u003C\u002Fli>\n\u003Cli>Enqueued scripts and stylesheets, along with their dependencies, dependents, and alerts for broken dependencies.\u003C\u002Fli>\n\u003Cli>Language settings and loaded translation files (MO files and JSON files) for each text domain.\u003C\u002Fli>\n\u003Cli>HTTP API requests, with response code, responsible component, and time taken, with alerts for failed or erroneous requests.\u003C\u002Fli>\n\u003Cli>User capability checks, along with the result and any parameters passed to the capability check.\u003C\u002Fli>\n\u003Cli>Environment information, including detailed information about PHP, the database, WordPress, and the web server.\u003C\u002Fli>\n\u003Cli>The values of all WordPress conditional functions such as \u003Ccode>is_single()\u003C\u002Fcode>, \u003Ccode>is_home()\u003C\u002Fcode>, etc.\u003C\u002Fli>\n\u003Cli>Transients that were updated.\u003C\u002Fli>\n\u003Cli>Usage of \u003Ccode>switch_to_blog()\u003C\u002Fcode> and \u003Ccode>restore_current_blog()\u003C\u002Fcode> on Multisite installations.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In addition:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Whenever a redirect occurs, Query Monitor adds an HTTP header containing the call stack, so you can use your favourite HTTP inspector or browser developer tools to trace what triggered the redirect.\u003C\u002Fli>\n\u003Cli>The response from any jQuery-initiated Ajax request on the page will contain various debugging information in its headers. PHP errors also get output to the browser’s developer console.\u003C\u002Fli>\n\u003Cli>The response from an authenticated WordPress REST API request will contain an overview of performance information and PHP errors in its headers, as long as the authenticated user has permission to view Query Monitor’s output. An \u003Ca href=\"https:\u002F\u002Fdeveloper.wordpress.org\u002Frest-api\u002Fusing-the-rest-api\u002Fglobal-parameters\u002F#_envelope\" rel=\"nofollow ugc\">an enveloped REST API request\u003C\u002Fa> will include even more debugging information in the \u003Ccode>qm\u003C\u002Fcode> property of the response.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>By default, Query Monitor’s output is only shown to Administrators on single-site installations, and Super Admins on Multisite installations.\u003C\u002Fp>\n\u003Cp>In addition to this, you can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in (or if you’re logged in as a non-Administrator). See the Settings panel for details.\u003C\u002Fp>\n\u003Ch3>Other Plugins\u003C\u002Fh3>\n\u003Cp>I maintain several other plugins for developers. Check them out:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fuser-switching\u002F\" rel=\"ugc\">User Switching\u003C\u002Fa> provides instant switching between user accounts in WordPress.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-crontrol\u002F\" rel=\"ugc\">WP Crontrol\u003C\u002Fa> lets you view and control what’s happening in the WP-Cron system\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Privacy Statement\u003C\u002Fh3>\n\u003Cp>Query Monitor is private by default and always will be. It does not persistently store any of the data that it collects. It does not send data to any third party, nor does it include any third party resources. \u003Ca href=\"https:\u002F\u002Fquerymonitor.com\u002Fprivacy\u002F\" rel=\"nofollow ugc\">Query Monitor’s full privacy statement can be found here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Accessibility Statement\u003C\u002Fh3>\n\u003Cp>Query Monitor aims to be fully accessible to all of its users. \u003Ca href=\"https:\u002F\u002Fquerymonitor.com\u002Faccessibility\u002F\" rel=\"nofollow ugc\">Query Monitor’s full accessibility statement can be found here\u003C\u002Fa>.\u003C\u002Fp>\n","Query Monitor is the developer tools panel for WordPress and WooCommerce.",200000,19592371,98,464,"2026-03-19T17:11:00.000Z","6.9.4","6.1","7.4",[20,21,22,23,4],"debug","debug-bar","development","performance","https:\u002F\u002Fquerymonitor.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.20.4.zip",97,1,0,"2026-03-30 23:21:22","2026-04-06T09:54:40.288Z",[32],{"id":33,"url_slug":34,"title":35,"description":36,"plugin_slug":4,"theme_slug":37,"affected_versions":38,"patched_in_version":6,"severity":39,"cvss_score":40,"cvss_vector":41,"vuln_type":42,"published_date":29,"updated_date":43,"references":44,"days_to_patch":27,"patch_diff_files":46,"patch_trac_url":52},"CVE-2026-4267","query-monitor-reflected-cross-site-scripting-via-request-uri","Query Monitor \u003C= 3.20.3 - Reflected Cross-Site Scripting via Request URI","The Query Monitor – The developer tools panel for WordPress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘$_SERVER['REQUEST_URI']’ parameter in all versions up to, and including, 3.20.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.",null,"\u003C=3.20.3","high",7.2,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-03-31 11:29:50",[45],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F0b75cad9-9f76-4839-8eb2-40d84662846d?source=api-prod",[47,48,49,50,51],"output\u002FHtml.php","query-monitor.php","readme.txt","vendor\u002Fcomposer\u002Finstalled.php","wp-content\u002Fdb.php","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.20.3&new_path=%2Fquery-monitor%2Ftags%2F3.20.4",{"slug":54,"display_name":7,"profile_url":8,"plugin_count":55,"total_installs":56,"avg_security_score":13,"avg_patch_time_days":57,"trust_score":58,"computed_at":59},"johnbillion",3,700000,870,78,"2026-04-07T09:53:17.813Z",[61,78,94,113,132],{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":28,"downloaded":69,"rating":28,"num_ratings":28,"last_updated":70,"tested_up_to":16,"requires_at_least":71,"requires_php":18,"tags":72,"homepage":74,"download_link":75,"security_score":76,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":77},"script-report","Script Report","1.2.1","sapayth","https:\u002F\u002Fprofiles.wordpress.org\u002Fsapayth\u002F","\u003Cp>Script Report is a minimal and focused debugging tool for WordPress developers. It helps you audit and visualize JavaScript and CSS dependencies on any admin or frontend page.\u003C\u002Fp>\n\u003Cp>When something loads out of order, loads twice, or slows down a page, Script Report helps you see exactly what is happening.\u003C\u002Fp>\n\u003Cp>Use the Script Report link in the admin navbar on any page to open a complete breakdown of scripts and styles, their load order, dependencies, and origin.\u003C\u002Fp>\n\u003Ch3>Why Use Script Report?\u003C\u002Fh3>\n\u003Cp>Developers often ask:\u003C\u002Fp>\n\u003Cp>Why is this script loading here\u003Cbr \u002F>\nWho enqueued this style\u003Cbr \u002F>\nWhy is my dependency not working\u003Cbr \u002F>\nIs something loading twice\u003Cbr \u002F>\nWhat is affecting performance on this page\u003C\u002Fp>\n\u003Cp>Script Report gives you clear answers instantly.\u003C\u002Fp>\n\u003Ch3>What You Can Inspect\u003C\u002Fh3>\n\u003Ch4>JavaScript\u003C\u002Fh4>\n\u003Cp>View a complete breakdown of:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Registered scripts\u003C\u002Fli>\n\u003Cli>Enqueued scripts\u003C\u002Fli>\n\u003Cli>Total required scripts\u003C\u002Fli>\n\u003Cli>Load order\u003C\u002Fli>\n\u003Cli>File size\u003C\u002Fli>\n\u003Cli>Footer or header loading\u003C\u002Fli>\n\u003Cli>Inline scripts\u003C\u002Fli>\n\u003Cli>Enqueued by source\u003C\u002Fli>\n\u003Cli>Required by dependencies\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>CSS\u003C\u002Fh4>\n\u003Cp>Inspect styles with the same detailed structure:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Registered styles\u003C\u002Fli>\n\u003Cli>Enqueued styles\u003C\u002Fli>\n\u003Cli>Total required styles\u003C\u002Fli>\n\u003Cli>Load order\u003C\u002Fli>\n\u003Cli>File size\u003C\u002Fli>\n\u003Cli>Dependency relationships\u003C\u002Fli>\n\u003Cli>Enqueued by source\u003C\u002Fli>\n\u003Cli>Required by dependencies\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Script Modules WordPress 6.5+\u003C\u002Fh4>\n\u003Cp>Audit registered and enqueued script modules along with their dependency chains.\u003C\u002Fp>\n\u003Ch3>Views\u003C\u002Fh3>\n\u003Cp>Switch between two views:\u003C\u002Fp>\n\u003Cp>List view\u003Cbr \u002F>\nClean, structured overview of all scripts and styles.\u003C\u002Fp>\n\u003Cp>Tree view\u003Cbr \u002F>\nVisual representation of dependency chains. Circular or missing dependencies are clearly flagged.\u003C\u002Fp>\n\u003Ch3>Filtering\u003C\u002Fh3>\n\u003Cp>Quickly filter by handle or source to narrow down large lists. Filtering works client side for fast inspection.\u003C\u002Fp>\n","Debug and audit JavaScript and CSS loading in WordPress. Analyze dependencies, detect issues, and improve performance on any page.",203,"2026-03-14T10:59:00.000Z","5.0",[20,21,22,23,73],"scripts","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fscript-report.1.2.1.zip",100,"2026-03-15T15:16:48.613Z",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":76,"num_ratings":88,"last_updated":89,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":90,"homepage":92,"download_link":93,"security_score":76,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":30},"blackbar","Black Bar","4.1.4","Gemini Labs","https:\u002F\u002Fprofiles.wordpress.org\u002Fgeminilabs\u002F","\u003Cp>Black Bar is an unobtrusive Debug Bar for WordPress developers. It collects and displays errors, executed SQL queries, slow actions and hooks, theme templates, global variables, and provides a profiler.\u003C\u002Fp>\n\u003Cp>How it helps you with development:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Debug your code with the Console\u003C\u002Fli>\n\u003Cli>Inspect global variables (COOKIE, GET, POST, SERVER, SESSION, WP_Screen)\u003C\u002Fli>\n\u003Cli>Measure performance of your code with the Profiler\u003C\u002Fli>\n\u003Cli>View any PHP errors that occur when loading a page in the Console\u003C\u002Fli>\n\u003Cli>View executed MySQL queries along with execution time and backtrace\u003C\u002Fli>\n\u003Cli>View template files of the active theme in loaded order\u003C\u002Fli>\n\u003Cli>View the 50 slowest action and filter hooks along with callbacks ordered by priority\u003C\u002Fli>\n\u003C\u002Ful>\n","Black Bar is an unobtrusive Debug Bar for WordPress developers that attaches itself to the bottom of the browser window.",600,38959,9,"2025-12-01T22:51:00.000Z",[20,21,91,22],"debugbar","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fblackbar","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fblackbar.4.1.4.zip",{"slug":95,"name":96,"version":97,"author":98,"author_profile":99,"description":100,"short_description":101,"active_installs":102,"downloaded":103,"rating":76,"num_ratings":55,"last_updated":104,"tested_up_to":105,"requires_at_least":106,"requires_php":74,"tags":107,"homepage":110,"download_link":111,"security_score":112,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":30},"debug-bar-list-dependencies","Debug Bar List Script & Style Dependencies","1.1","Per Søderlind","https:\u002F\u002Fprofiles.wordpress.org\u002Fpers\u002F","\u003Cp>We all know that when we’re add a script or style to WordPress, we should use \u003Ccode>wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer )\u003C\u002Fcode> and \u003Ccode>wp_enqueue_style( $handle, $src, $deps, $ver, $media )\u003C\u002Fcode> as in:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function themeslug_enqueue_style() {\n    wp_enqueue_style( 'core', 'style.css', array('twentytwelve-style') );\n}\n\nfunction themeslug_enqueue_script() {\n    wp_enqueue_script( 'my-js', 'filename.js', array('jquery') );\n}\n\nadd_action( 'wp_enqueue_scripts', 'themeslug_enqueue_style' );\nadd_action( 'wp_enqueue_scripts', 'themeslug_enqueue_script' )\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>$deps (dependencies), the handle name and an optional parameter, lets you control when\u002Fwhere your script or style should be added. If $deps is \u003Ccode>array('jquery')\u003C\u002Fcode>, your script will be loaded after jquery is loaded.\u003C\u002Fp>\n\u003Cp>The problem is, which one exists and in which order are they loaded ?\u003C\u002Fp>\n\u003Cp>Debug Bar List Script & Style Dependencies, an add-on to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdebug-bar\u002F\" rel=\"ugc\">Debug Bar\u003C\u002Fa>, will list the dependencies.\u003C\u002Fp>\n\u003Ch4>Use\u003C\u002Fh4>\n\u003Cp>To view the loaded scripts and styles\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Front-end: Go to the front-end, and on the admin bar choose Debug and view Script & Style Dependencies\u003C\u002Fli>\n\u003Cli>Back-end: Go to the back-end, on the admin bar choose Debug and view Script & Style Dependencies\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note, the front-end and back-end loads different scripts and styles. Also, different pages on the front-end and back-end can load different scripts and styles.\u003C\u002Fp>\n","Debug Bar List Script & Style Dependencies is an add-on to WordPress Debug Bar",200,88498,"2016-12-12T20:11:00.000Z","4.7.33","3.4",[20,21,22,108,109],"wp_enqueue_script","wp_enqueue_style","http:\u002F\u002Fsoderlind.no\u002Fdebug-bar-list-script-and-style-dependencies\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdebug-bar-list-dependencies.1.1.2.zip",85,{"slug":114,"name":115,"version":116,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":76,"downloaded":121,"rating":76,"num_ratings":122,"last_updated":123,"tested_up_to":124,"requires_at_least":125,"requires_php":18,"tags":126,"homepage":130,"download_link":131,"security_score":76,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":30},"debugpress","DebugPress: Debugger in Popup","4.1","Milan Petrovic","https:\u002F\u002Fprofiles.wordpress.org\u002Fgdragon\u002F","\u003Cp>DebugPress is an easy-to-use plugin implementing popup for debugging and profiling currently loaded WordPress powered website page with support for intercepting AJAX requests. The main debugger window is displayed as a popup, activated through the button with the Bug integrated into WordPress Toolbar, or floating on the page.\u003C\u002Fp>\n\u003Cp>The plugin currently has a total of 22 tabs in the popup debugger window, showing all kinds of information relevant to the current page, WordPress setup, background AJAX calls, and much more.\u003C\u002Fp>\n\u003Cp>The plugin doesn’t modify or replace any WordPress files or functions.\u003C\u002Fp>\n\u003Ch4>Home and GitHub\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Learn more about the plugin: \u003Ca href=\"https:\u002F\u002Fwww.dev4press.com\u002Fplugins\u002Fdebugpress\u002F\" rel=\"nofollow ugc\">DebugPress Website\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Contribute to plugin development: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdev4press\u002Fdebugpress\" rel=\"nofollow ugc\">DebugPress on GitHub\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Quick Overview Video\u003C\u002Fh4>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F-eFnBRLhy-s?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Pretty Print for objects\u003C\u002Fh4>\n\u003Cp>To display the content of objects or arrays, plugin has pretty print functionality through use of simpler PrettyPrint library, or more robust third-party library Kint. You can choose one or the other from the plugin Settings, Advanced tab.\u003C\u002Fp>\n\u003Ch4>Debugger Panels\u003C\u002Fh4>\n\u003Cp>Currently, the plugin has the following panels:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Basic\u003C\u002Fli>\n\u003Cli>Request (optional)\u003C\u002Fli>\n\u003Cli>Query (for frontend only)\u003C\u002Fli>\n\u003Cli>Content (optional)\u003C\u002Fli>\n\u003Cli>Roles (optional)\u003C\u002Fli>\n\u003Cli>Constants (optional)\u003C\u002Fli>\n\u003Cli>Hooks (optional)\u003C\u002Fli>\n\u003Cli>PHP (optional)\u003C\u002Fli>\n\u003Cli>Server (optional)\u003C\u002Fli>\n\u003Cli>Enqueue (optional)\u003C\u002Fli>\n\u003Cli>SQL Queries (if SQL queries logging is enabled)\u003C\u002Fli>\n\u003Cli>User (optional, if user is logged in only)\u003C\u002Fli>\n\u003Cli>HTTP (optional, if HTTP API calls are captured)\u003C\u002Fli>\n\u003Cli>bbPress (optional, on bbPress forum pages only)\u003C\u002Fli>\n\u003Cli>Plugins (optional, if plugins store data)\u003C\u002Fli>\n\u003Cli>Errors (for all captured PHP errors)\u003C\u002Fli>\n\u003Cli>Doing It Wrong (for captured WordPress Doing It Wrong warnings)\u003C\u002Fli>\n\u003Cli>Deprecated (for captured PHP deprecated warnings)\u003C\u002Fli>\n\u003Cli>AJAX (for captured AJAX calls while page is active)\u003C\u002Fli>\n\u003Cli>Store (for any user stored objects during the page loading)\u003C\u002Fli>\n\u003Cli>Tools (internal and external tools links)\u003C\u002Fli>\n\u003Cli>Debug Log (load content on demand from WordPress ‘debug.log’)\u003C\u002Fli>\n\u003Cli>Layout (control the size, position and activation of the popup)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>SQL Queries\u003C\u002Fh4>\n\u003Cp>This panel lists all the queries WordPress has run. It allows you to order the queries by execution order or length of execution, and all queries can be filtered by the query type, database table it targets or the WordPress function that called it. Every query displays the execution time, order, caller functions stack and fully formatted SQL query that is easy to read. For some Dev4Press created plugins (and that list will grow), DebugPress can detect the source of the query and allow you to filter by the plugin calling the query.\u003C\u002Fp>\n\u003Ch4>PHP and WordPress Errors\u003C\u002Fh4>\n\u003Cp>Plugin has 3 panels dedicated to showing PHP and WordPress errors and warnings. The Plugin captures this information during the page load, and it shows full debug trace as returned by the PHP debug tracing function.\u003C\u002Fp>\n\u003Ch4>AJAX\u003C\u002Fh4>\n\u003Cp>The plugin tracks every AJAX call coming through WordPress \u003Ccode>admin-ajax.php\u003C\u002Fcode> handler, and with every response, it returns HTTP headers with AJAX request basic execution information. Right now, plugin is not returning a list of logged errors or SQL queries, because both can produce huge output that goes over the HTTP header limits. Plan is to introduce these in the future plugin versions.\u003C\u002Fp>\n\u003Ch4>Info Panels\u003C\u002Fh4>\n\u003Cp>In the administration Tools menu, plugin adds DebugPress Info page showing several panels\u003C\u002Fp>\n\u003Cul>\n\u003Cli>PHP Info: full formatted results from \u003Ccode>phpinfo()\u003C\u002Fcode> function\u003C\u002Fli>\n\u003Cli>OPCache Info: full settings and statistics for the OPCache PHP extension\u003C\u002Fli>\n\u003Cli>MySQL Variables: full MySQL settings retrieved from the database\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Plugin Settings\u003C\u002Fh4>\n\u003Cp>The plugin has various options controlling the plugin activation, button integration position, user roles that can see the debugger window, options to attempt overriding WordPress debug flags and options controlling the visibility of optional debugger panels.\u003C\u002Fp>\n\u003Ch4>Log into Database\u003C\u002Fh4>\n\u003Cp>Debugger popup is visible for the request running in the browser. But there are many requests that are happening in the background (AJAX calls, REST API calls…), and for them, you can’t see errors, call information and other stuff in the debugger. Because of that, DebugPress supports logging of various events into database with the use of ‘coreActivity’ plugin, and it is highly recommended to install and use coreActivity.\u003C\u002Fp>\n\u003Cp>Log various debug events into a database with the free plugin: \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcoreactivity\u002F\" rel=\"ugc\">coreActivity Plugin\u003C\u002Fa>, supporting over 120 events and 10 popular WordPress plugins. DebugPress related events will be logged and available for later analysis, and this includes errors, AJAX calls, and HTTP API calls.\u003C\u002Fp>\n\u003Ch4>Documentation and Support\u003C\u002Fh4>\n\u003Cp>To get help with the plugin, you can use WordPress.org support forums, or you can use Dev4Press.com support forums.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Plugin Documentation: \u003Ca href=\"https:\u002F\u002Fwww.dev4press.com\u002Fkb\u002Fproduct\u002Fdebugpress\u002F\" rel=\"nofollow ugc\">DebugPress Website\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Support Forum: \u003Ca href=\"https:\u002F\u002Fsupport.dev4press.com\u002Fforums\u002Fforum\u002Fplugins-free\u002Fdebugpress\u002F\" rel=\"nofollow ugc\">Dev4Press Support\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Easy-to-use plugin for debugging and profiling website loading, SQL queries analysis, help with development, bug fixing, all in configurable popup.",14961,5,"2025-09-29T18:36:00.000Z","6.8.5","5.5",[127,128,129,22,4],"ajax-monitor","debugging","dev4press","https:\u002F\u002Fwww.dev4press.com\u002Fplugins\u002Fdebugpress\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdebugpress.4.1.zip",{"slug":133,"name":134,"version":135,"author":136,"author_profile":137,"description":138,"short_description":139,"active_installs":140,"downloaded":141,"rating":28,"num_ratings":28,"last_updated":142,"tested_up_to":124,"requires_at_least":143,"requires_php":18,"tags":144,"homepage":74,"download_link":147,"security_score":76,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":30},"hpos-status-indicator-for-woocommerce","HPOS Status Indicator for WooCommerce","1.0.3","YMMV Plugins","https:\u002F\u002Fprofiles.wordpress.org\u002Fymmvplugins\u002F","\u003Cp>This developer-focused tool adds a High Performance Order Storage (HPOS) status indicator directly to your WordPress admin bar, allowing you to effortlessly monitor the HPOS status of your WooCommerce site in real-time.\u003C\u002Fp>\n\u003Ch3>Why Use the HPOS Status Indicator Plugin?\u003C\u002Fh3>\n\u003Cp>For developers and site administrators, monitoring the status of HPOS in WooCommerce is crucial. The HPOS Status Indicator plugin provides an at-a-glance view of whether HPOS is enabled and functioning correctly on your site. This real-time status indicator in your admin bar helps you quickly debug issues that could be related to HPOS and ensures that your store is leveraging the full potential of High-Performance Order Storage.\u003C\u002Fp>\n\u003Cp>The HPOS Status Indicator for WooCommerce is an invaluable tool for debugging during plugin\u002FWooCommerce extension development.\u003C\u002Fp>\n\u003Ch3>What is HPOS?\u003C\u002Fh3>\n\u003Cp>High-Performance Order Storage (HPOS), formerly known as Custom Order Tables, is a database solution designed specifically to meet the demanding needs of modern ecommerce. HPOS is a major upgrade in how your websites order data is stored and managed within your WordPress site. Instead of relying on the traditional WordPress post-based storage system, HPOS introduces dedicated custom database tables for orders and related data, ensuring your online store operates at peak performance.\u003C\u002Fp>\n\u003Ch3>HPOS Status Indicator is always improving, help us!\u003C\u002Fh3>\n\u003Cp>If there are new features of this plugin you want, let us know by \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fhpos-status-indicator-for-woocommerce\u002F\" rel=\"ugc\">opening a support post on WordPress.org\u003C\u002Fa>. The team behind HPOS Status Indicatoris actively working on this plugin to make it useful to WooCommerce extension developers. If you have any request or encounter problems, please \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fhpos-status-indicator-for-woocommerce\u002F\" rel=\"ugc\">open a support ticket\u003C\u002Fa> and we will fix the issue.\u003C\u002Fp>\n\u003Ch3>Other Plugins from YMMV\u003C\u002Fh3>\n\u003Cp>If you like this plugin, please consider checking out our other projects:\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fclone-duplicate-orders-for-woocommerce\u002F\" rel=\"ugc\">Clone \u002F Duplicate Orders for WooCommerce\u003C\u002Fa> – Easily clone orders in WooCommerce.\u003C\u002Fp>\n","Adds a High Performance Order Storage (HPOS) status indicator to the admin bar that shows the status of HPOS on the site, perfect for debugging.",20,1223,"2025-07-13T08:46:00.000Z","6.0",[20,21,145,22,146],"debug-tool","woocommerce","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fhpos-status-indicator-for-woocommerce.1.0.3.zip",{"attackSurface":149,"codeSignals":770,"taintFlows":1216,"riskAssessment":1233,"analyzedAt":1244},{"hooks":150,"ajaxHandlers":753,"restRoutes":766,"shortcodes":767,"cronEvents":768,"entryPointCount":769,"unprotectedCount":28},[151,157,161,167,173,176,180,183,186,189,192,196,198,202,206,209,213,217,220,225,229,233,237,240,244,249,253,256,260,263,266,269,272,276,278,281,284,288,292,295,299,303,307,312,316,320,324,328,332,336,340,342,344,346,348,350,353,357,362,366,370,374,378,383,386,390,393,397,400,404,409,412,415,419,423,427,430,433,437,440,442,445,449,453,457,460,463,466,470,473,477,480,484,488,491,495,497,500,503,506,509,513,517,520,523,526,531,534,536,539,543,546,550,553,555,558,561,565,570,574,579,583,585,588,591,594,596,599,602,605,608,611,614,616,619,621,624,626,627,630,632,633,636,637,640,642,644,646,647,650,652,656,658,661,663,666,669,670,673,675,679,681,682,686,688,691,693,696,698,699,700,703,705,708,710,711,714,716,719,721,724,728,731,735,739,742,745,748,751],{"type":152,"name":153,"callback":154,"file":155,"line":156},"filter","pre_update_option_active_plugins","filter_active_plugins","classes\\Activation.php",15,{"type":152,"name":158,"callback":159,"file":155,"line":160},"pre_update_site_option_active_sitewide_plugins","filter_active_sitewide_plugins",16,{"type":162,"name":163,"callback":164,"file":165,"line":166},"action","init","QueryMonitor::symlink_warning","classes\\Backtrace.php",606,{"type":162,"name":168,"callback":169,"priority":170,"file":171,"line":172},"admin_print_footer_scripts","action_print_footer_scripts",9999,"classes\\Collector_Assets.php",42,{"type":162,"name":174,"callback":169,"priority":170,"file":171,"line":175},"wp_print_footer_scripts",43,{"type":162,"name":177,"callback":178,"priority":170,"file":171,"line":179},"admin_head","action_head",44,{"type":162,"name":181,"callback":178,"priority":170,"file":171,"line":182},"wp_head",45,{"type":162,"name":184,"callback":178,"priority":170,"file":171,"line":185},"login_head",46,{"type":162,"name":187,"callback":178,"priority":170,"file":171,"line":188},"embed_head",47,{"type":162,"name":181,"callback":190,"priority":27,"file":191,"line":156},"ensure_ajaxurl","classes\\debug_bar.php",{"type":152,"name":193,"callback":193,"file":194,"line":195},"debug_bar_classes","classes\\debug_bar_panel.php",31,{"type":162,"name":163,"callback":163,"file":197,"line":182},"classes\\Dispatcher.php",{"type":162,"name":199,"callback":200,"file":197,"line":201},"send_headers","nocache_headers",153,{"type":162,"name":203,"callback":204,"file":205,"line":160},"plugins_loaded","action_plugins_loaded","classes\\QueryMonitor.php",{"type":162,"name":163,"callback":207,"file":205,"line":208},"action_init",17,{"type":162,"name":210,"callback":211,"file":205,"line":212},"members_register_caps","action_register_members_caps",18,{"type":162,"name":214,"callback":215,"file":205,"line":216},"members_register_cap_groups","action_register_members_groups",19,{"type":162,"name":218,"callback":219,"file":205,"line":140},"qm\u002Fcease","action_cease",{"type":152,"name":221,"callback":222,"priority":223,"file":205,"line":224},"user_has_cap","filter_user_has_cap",10,23,{"type":152,"name":226,"callback":227,"file":205,"line":228},"ure_built_in_wp_caps","filter_ure_caps",24,{"type":152,"name":230,"callback":231,"file":205,"line":232},"ure_capabilities_groups_tree","filter_ure_groups",25,{"type":152,"name":234,"callback":235,"file":205,"line":236},"network_admin_plugin_action_links_query-monitor\u002Fquery-monitor.php","filter_plugin_action_links",26,{"type":152,"name":238,"callback":235,"file":205,"line":239},"plugin_action_links_query-monitor\u002Fquery-monitor.php",27,{"type":152,"name":241,"callback":242,"priority":223,"file":205,"line":243},"plugin_row_meta","filter_plugin_row_meta",28,{"type":152,"name":245,"callback":246,"priority":223,"file":247,"line":248},"qm\u002Fcollectors","register_qm_collector_admin","collectors\\admin.php",140,{"type":152,"name":245,"callback":250,"priority":223,"file":251,"line":252},"register_qm_collector_assets_scripts","collectors\\assets_scripts.php",61,{"type":152,"name":245,"callback":254,"priority":223,"file":255,"line":172},"register_qm_collector_assets_styles","collectors\\assets_styles.php",{"type":152,"name":257,"callback":258,"priority":170,"file":259,"line":179},"pre_render_block","filter_pre_render_block","collectors\\block_editor.php",{"type":152,"name":261,"callback":262,"file":259,"line":182},"render_block_context","filter_render_block_context",{"type":152,"name":264,"callback":265,"file":259,"line":185},"render_block_data","filter_render_block_data",{"type":152,"name":267,"callback":268,"priority":170,"file":259,"line":188},"render_block","filter_render_block",{"type":152,"name":245,"callback":270,"priority":223,"file":259,"line":271},"register_qm_collector_block_editor",223,{"type":152,"name":245,"callback":273,"priority":140,"file":274,"line":275},"register_qm_collector_cache","collectors\\cache.php",130,{"type":152,"name":221,"callback":222,"priority":170,"file":277,"line":182},"collectors\\caps.php",{"type":152,"name":279,"callback":280,"priority":170,"file":277,"line":185},"map_meta_cap","filter_map_meta_cap",{"type":152,"name":245,"callback":282,"priority":140,"file":277,"line":283},"register_qm_collector_caps",311,{"type":152,"name":245,"callback":285,"priority":223,"file":286,"line":287},"register_qm_collector_conditionals","collectors\\conditionals.php",127,{"type":152,"name":245,"callback":289,"priority":140,"file":290,"line":291},"register_qm_collector_db_callers","collectors\\db_callers.php",54,{"type":152,"name":245,"callback":293,"priority":140,"file":294,"line":291},"register_qm_collector_db_components","collectors\\db_components.php",{"type":152,"name":245,"callback":296,"priority":232,"file":297,"line":298},"register_qm_collector_db_dupes","collectors\\db_dupes.php",131,{"type":152,"name":245,"callback":300,"priority":223,"file":301,"line":302},"register_qm_collector_db_queries","collectors\\db_queries.php",274,{"type":162,"name":163,"callback":304,"file":305,"line":306},"register_qm_collectors_debug_bar","collectors\\debug_bar.php",141,{"type":162,"name":308,"callback":309,"priority":223,"file":310,"line":311},"doing_it_wrong_run","action_doing_it_wrong_run","collectors\\doing_it_wrong.php",34,{"type":162,"name":313,"callback":314,"priority":223,"file":310,"line":315},"deprecated_function_run","action_deprecated_function_run",35,{"type":162,"name":317,"callback":318,"priority":223,"file":310,"line":319},"deprecated_constructor_run","action_deprecated_constructor_run",36,{"type":162,"name":321,"callback":322,"priority":223,"file":310,"line":323},"deprecated_file_included","action_deprecated_file_included",37,{"type":162,"name":325,"callback":326,"priority":223,"file":310,"line":327},"deprecated_argument_run","action_deprecated_argument_run",38,{"type":162,"name":329,"callback":330,"priority":223,"file":310,"line":331},"deprecated_hook_run","action_deprecated_hook_run",39,{"type":162,"name":333,"callback":334,"priority":223,"file":310,"line":335},"deprecated_class_run","action_deprecated_class_run",40,{"type":152,"name":337,"callback":338,"priority":339,"file":310,"line":172},"deprecated_function_trigger_error","maybe_prevent_error",999,{"type":152,"name":341,"callback":338,"priority":339,"file":310,"line":175},"deprecated_constructor_trigger_error",{"type":152,"name":343,"callback":338,"priority":339,"file":310,"line":179},"deprecated_file_trigger_error",{"type":152,"name":345,"callback":338,"priority":339,"file":310,"line":182},"deprecated_argument_trigger_error",{"type":152,"name":347,"callback":338,"priority":339,"file":310,"line":185},"deprecated_hook_trigger_error",{"type":152,"name":349,"callback":338,"priority":339,"file":310,"line":188},"doing_it_wrong_trigger_error",{"type":152,"name":351,"callback":338,"priority":339,"file":310,"line":352},"deprecated_class_trigger_error",48,{"type":152,"name":245,"callback":354,"priority":140,"file":355,"line":356},"register_qm_collector_environment","collectors\\environment.php",327,{"type":152,"name":358,"callback":359,"priority":170,"file":360,"line":361},"http_request_args","filter_http_request_args","collectors\\http.php",62,{"type":152,"name":363,"callback":364,"priority":170,"file":360,"line":365},"pre_http_request","filter_pre_http_request",63,{"type":162,"name":367,"callback":368,"priority":170,"file":360,"line":369},"http_api_debug","action_http_api_debug",64,{"type":162,"name":371,"callback":372,"priority":170,"file":360,"line":373},"requests-curl.after_request","action_curl_after_request",66,{"type":162,"name":375,"callback":376,"priority":170,"file":360,"line":377},"requests-fsockopen.after_request","action_fsockopen_after_request",67,{"type":152,"name":379,"callback":380,"priority":170,"file":381,"line":382},"load_textdomain_mofile","log_mo_file_load","collectors\\languages.php",30,{"type":152,"name":384,"callback":385,"priority":170,"file":381,"line":195},"load_translation_file","log_translation_file_load",{"type":152,"name":387,"callback":388,"priority":170,"file":381,"line":389},"load_script_translation_file","log_script_file_load",32,{"type":162,"name":163,"callback":391,"priority":170,"file":381,"line":392},"collect_locale_data",33,{"type":162,"name":394,"callback":395,"priority":223,"file":396,"line":182},"qm\u002Fassert","assert","collectors\\logger.php",{"type":162,"name":398,"callback":399,"priority":223,"file":396,"line":185},"qm\u002Flog","log",{"type":162,"name":401,"callback":402,"priority":223,"file":403,"line":224},"switch_blog","action_switch_blog","collectors\\multisite.php",{"type":162,"name":405,"callback":406,"priority":28,"file":407,"line":408},"shutdown","process_timing","collectors\\overview.php",29,{"type":152,"name":245,"callback":410,"priority":27,"file":407,"line":411},"register_qm_collector_overview",114,{"type":152,"name":245,"callback":413,"priority":223,"file":414,"line":76},"register_qm_collector_raw_request","collectors\\raw_request.php",{"type":152,"name":416,"callback":417,"priority":170,"file":418,"line":243},"wp_redirect","filter_wp_redirect","collectors\\redirects.php",{"type":152,"name":245,"callback":420,"priority":223,"file":421,"line":422},"register_qm_collector_request","collectors\\request.php",333,{"type":152,"name":424,"callback":425,"priority":170,"file":426,"line":361},"body_class","filter_body_class","collectors\\theme.php",{"type":152,"name":428,"callback":429,"priority":170,"file":426,"line":365},"timber\u002Foutput","filter_timber_output",{"type":162,"name":431,"callback":432,"file":426,"line":369},"template_redirect","action_template_redirect",{"type":162,"name":434,"callback":435,"priority":223,"file":426,"line":436},"get_template_part","action_get_template_part",65,{"type":162,"name":438,"callback":439,"file":426,"line":373},"get_header","action_get_position",{"type":162,"name":441,"callback":439,"file":426,"line":377},"get_sidebar",{"type":162,"name":443,"callback":439,"file":426,"line":444},"get_footer",68,{"type":162,"name":446,"callback":447,"priority":223,"file":426,"line":448},"render_block_core_template_part_post","action_render_block_core_template_part_post",69,{"type":162,"name":450,"callback":451,"priority":223,"file":426,"line":452},"render_block_core_template_part_file","action_render_block_core_template_part_file",70,{"type":162,"name":454,"callback":455,"priority":223,"file":426,"line":456},"render_block_core_template_part_none","action_render_block_core_template_part_none",71,{"type":162,"name":458,"callback":447,"priority":223,"file":426,"line":459},"gutenberg_render_block_core_template_part_post",72,{"type":162,"name":461,"callback":451,"priority":223,"file":426,"line":462},"gutenberg_render_block_core_template_part_file",73,{"type":162,"name":464,"callback":455,"priority":223,"file":426,"line":465},"gutenberg_render_block_core_template_part_none",74,{"type":152,"name":467,"callback":468,"file":426,"line":469},"template_include","filter_template_include",238,{"type":152,"name":245,"callback":471,"priority":223,"file":426,"line":472},"register_qm_collector_theme",576,{"type":162,"name":474,"callback":475,"priority":223,"file":476,"line":188},"qm\u002Fstart","action_function_time_start","collectors\\timing.php",{"type":162,"name":478,"callback":479,"priority":223,"file":476,"line":352},"qm\u002Fstop","action_function_time_stop",{"type":162,"name":481,"callback":482,"priority":223,"file":476,"line":483},"qm\u002Flap","action_function_time_lap",49,{"type":162,"name":405,"callback":485,"priority":28,"file":486,"line":487},"dispatch","dispatchers\\AJAX.php",22,{"type":152,"name":489,"callback":490,"priority":223,"file":486,"line":201},"qm\u002Fdispatchers","register_qm_dispatcher_ajax",{"type":162,"name":492,"callback":493,"priority":339,"file":494,"line":175},"admin_bar_menu","action_admin_bar_menu","dispatchers\\Html.php",{"type":162,"name":405,"callback":485,"priority":88,"file":494,"line":496},52,{"type":162,"name":498,"callback":499,"file":494,"line":291},"wp_footer","action_footer",{"type":162,"name":501,"callback":499,"file":494,"line":502},"admin_footer",55,{"type":162,"name":504,"callback":499,"file":494,"line":505},"login_footer",56,{"type":162,"name":507,"callback":499,"file":494,"line":508},"gp_footer",57,{"type":162,"name":510,"callback":511,"file":494,"line":512},"admin_notices","build_warning",178,{"type":162,"name":514,"callback":515,"file":494,"line":516},"wp_enqueue_scripts","enqueue_assets",181,{"type":162,"name":518,"callback":515,"file":494,"line":519},"admin_enqueue_scripts",182,{"type":162,"name":521,"callback":515,"file":494,"line":522},"login_enqueue_scripts",183,{"type":162,"name":524,"callback":515,"file":494,"line":525},"enqueue_embed_scripts",184,{"type":162,"name":527,"callback":528,"priority":529,"file":494,"line":530},"gp_head","manually_print_assets",11,186,{"type":152,"name":489,"callback":532,"priority":223,"file":494,"line":533},"register_qm_dispatcher_html",1055,{"type":152,"name":416,"callback":417,"priority":170,"file":535,"line":216},"dispatchers\\Redirect.php",{"type":152,"name":489,"callback":537,"priority":223,"file":535,"line":538},"register_qm_dispatcher_redirect",101,{"type":152,"name":540,"callback":541,"priority":27,"file":542,"line":216},"rest_post_dispatch","filter_rest_post_dispatch","dispatchers\\REST.php",{"type":152,"name":489,"callback":544,"priority":223,"file":542,"line":545},"register_qm_dispatcher_rest",118,{"type":152,"name":547,"callback":548,"priority":339,"file":549,"line":156},"rest_envelope_response","filter_rest_envelope_response","dispatchers\\REST_Envelope.php",{"type":152,"name":489,"callback":551,"priority":223,"file":549,"line":552},"register_qm_dispatcher_rest_envelope",80,{"type":162,"name":405,"callback":485,"priority":28,"file":554,"line":232},"dispatchers\\WP_Die.php",{"type":152,"name":556,"callback":557,"file":554,"line":239},"wp_die_handler","filter_wp_die_handler",{"type":152,"name":489,"callback":559,"priority":223,"file":554,"line":560},"register_qm_dispatcher_wp_die",168,{"type":152,"name":562,"callback":563,"priority":223,"file":564,"line":462},"qm\u002Foutputter\u002Fheaders","register_qm_output_headers_overview","output\\headers\\overview.php",{"type":152,"name":562,"callback":566,"priority":567,"file":568,"line":569},"register_qm_output_headers_php_errors",110,"output\\headers\\php_errors.php",86,{"type":152,"name":562,"callback":571,"priority":248,"file":572,"line":573},"register_qm_output_headers_redirects","output\\headers\\redirects.php",53,{"type":152,"name":575,"callback":576,"priority":577,"file":578,"line":224},"qm\u002Foutput\u002Fmenus","admin_menu",60,"output\\html\\admin.php",{"type":152,"name":580,"callback":581,"priority":452,"file":578,"line":582},"qm\u002Foutputter\u002Fhtml","register_qm_output_html_admin",139,{"type":152,"name":575,"callback":576,"priority":452,"file":584,"line":224},"output\\html\\assets.php",{"type":152,"name":586,"callback":587,"file":584,"line":228},"qm\u002Foutput\u002Fmenu_class","admin_class",{"type":152,"name":580,"callback":589,"priority":552,"file":590,"line":508},"register_qm_output_html_assets_scripts","output\\html\\assets_scripts.php",{"type":152,"name":580,"callback":592,"priority":552,"file":593,"line":508},"register_qm_output_html_assets_styles","output\\html\\assets_styles.php",{"type":152,"name":575,"callback":576,"priority":502,"file":595,"line":224},"output\\html\\block_editor.php",{"type":152,"name":580,"callback":597,"priority":577,"file":595,"line":598},"register_qm_output_html_block_editor",360,{"type":152,"name":575,"callback":576,"priority":600,"file":601,"line":224},105,"output\\html\\caps.php",{"type":152,"name":580,"callback":603,"priority":600,"file":601,"line":604},"register_qm_output_html_caps",243,{"type":152,"name":575,"callback":576,"priority":606,"file":607,"line":224},1000,"output\\html\\conditionals.php",{"type":152,"name":609,"callback":610,"priority":606,"file":607,"line":228},"qm\u002Foutput\u002Fpanel_menus","panel_menu",{"type":152,"name":580,"callback":612,"priority":613,"file":607,"line":298},"register_qm_output_html_conditionals",50,{"type":152,"name":609,"callback":610,"priority":382,"file":615,"line":224},"output\\html\\db_callers.php",{"type":152,"name":580,"callback":617,"priority":382,"file":615,"line":618},"register_qm_output_html_db_callers",154,{"type":152,"name":609,"callback":610,"priority":335,"file":620,"line":224},"output\\html\\db_components.php",{"type":152,"name":580,"callback":622,"priority":335,"file":620,"line":623},"register_qm_output_html_db_components",151,{"type":152,"name":575,"callback":576,"priority":182,"file":625,"line":224},"output\\html\\db_dupes.php",{"type":152,"name":609,"callback":610,"priority":232,"file":625,"line":228},{"type":152,"name":580,"callback":628,"priority":182,"file":625,"line":629},"register_qm_output_html_db_dupes",193,{"type":152,"name":575,"callback":576,"priority":140,"file":631,"line":243},"output\\html\\db_queries.php",{"type":152,"name":609,"callback":610,"priority":140,"file":631,"line":408},{"type":152,"name":634,"callback":635,"priority":140,"file":631,"line":382},"qm\u002Foutput\u002Ftitle","admin_title",{"type":152,"name":586,"callback":587,"file":631,"line":195},{"type":152,"name":580,"callback":638,"priority":140,"file":631,"line":639},"register_qm_output_html_db_queries",620,{"type":152,"name":575,"callback":576,"priority":102,"file":641,"line":224},"output\\html\\debug_bar.php",{"type":152,"name":580,"callback":643,"priority":102,"file":641,"line":411},"register_qm_output_html_debug_bar",{"type":152,"name":575,"callback":576,"priority":156,"file":645,"line":224},"output\\html\\doing_it_wrong.php",{"type":152,"name":586,"callback":587,"file":645,"line":228},{"type":152,"name":580,"callback":648,"priority":567,"file":645,"line":649},"register_qm_output_html_doing_it_wrong",194,{"type":152,"name":575,"callback":576,"priority":567,"file":651,"line":224},"output\\html\\environment.php",{"type":152,"name":580,"callback":653,"priority":654,"file":651,"line":655},"register_qm_output_html_environment",120,320,{"type":152,"name":609,"callback":610,"priority":140,"file":657,"line":224},"output\\html\\headers.php",{"type":152,"name":580,"callback":659,"priority":76,"file":657,"line":660},"register_qm_output_html_headers",146,{"type":152,"name":575,"callback":576,"priority":552,"file":662,"line":224},"output\\html\\hooks.php",{"type":152,"name":580,"callback":664,"priority":552,"file":662,"line":665},"register_qm_output_html_hooks",256,{"type":152,"name":575,"callback":576,"priority":667,"file":668,"line":224},90,"output\\html\\http.php",{"type":152,"name":586,"callback":587,"file":668,"line":228},{"type":152,"name":580,"callback":671,"priority":667,"file":668,"line":672},"register_qm_output_html_http",443,{"type":152,"name":575,"callback":576,"priority":552,"file":674,"line":224},"output\\html\\languages.php",{"type":152,"name":580,"callback":676,"priority":677,"file":674,"line":678},"register_qm_output_html_languages",81,212,{"type":152,"name":575,"callback":576,"priority":188,"file":680,"line":224},"output\\html\\logger.php",{"type":152,"name":586,"callback":587,"file":680,"line":228},{"type":152,"name":580,"callback":683,"priority":684,"file":680,"line":685},"register_qm_output_html_logger",12,250,{"type":152,"name":575,"callback":576,"priority":502,"file":687,"line":224},"output\\html\\multisite.php",{"type":152,"name":580,"callback":689,"priority":436,"file":687,"line":690},"register_qm_output_html_multisite",167,{"type":152,"name":634,"callback":635,"priority":223,"file":692,"line":224},"output\\html\\overview.php",{"type":152,"name":580,"callback":694,"priority":223,"file":692,"line":695},"register_qm_output_html_overview",414,{"type":152,"name":575,"callback":576,"priority":223,"file":697,"line":224},"output\\html\\php_errors.php",{"type":152,"name":609,"callback":610,"priority":223,"file":697,"line":228},{"type":152,"name":586,"callback":587,"file":697,"line":232},{"type":152,"name":580,"callback":701,"priority":567,"file":697,"line":702},"register_qm_output_html_php_errors",365,{"type":152,"name":575,"callback":576,"priority":613,"file":704,"line":224},"output\\html\\request.php",{"type":152,"name":580,"callback":706,"priority":577,"file":704,"line":707},"register_qm_output_html_request",252,{"type":152,"name":575,"callback":576,"priority":577,"file":709,"line":224},"output\\html\\theme.php",{"type":152,"name":609,"callback":610,"priority":577,"file":709,"line":228},{"type":152,"name":580,"callback":712,"priority":452,"file":709,"line":713},"register_qm_output_html_theme",299,{"type":152,"name":575,"callback":576,"priority":185,"file":715,"line":224},"output\\html\\timing.php",{"type":152,"name":580,"callback":717,"priority":156,"file":715,"line":718},"register_qm_output_html_timing",244,{"type":152,"name":575,"callback":576,"priority":76,"file":720,"line":224},"output\\html\\transients.php",{"type":152,"name":580,"callback":722,"priority":76,"file":720,"line":723},"register_qm_output_html_transients",175,{"type":152,"name":725,"callback":726,"priority":382,"file":727,"line":577},"qm\u002Foutputter\u002Fraw","register_qm_output_raw_cache","output\\raw\\cache.php",{"type":152,"name":725,"callback":729,"priority":140,"file":730,"line":188},"register_qm_output_raw_conditionals","output\\raw\\conditionals.php",{"type":152,"name":725,"callback":732,"priority":140,"file":733,"line":734},"register_qm_output_raw_db_queries","output\\raw\\db_queries.php",126,{"type":152,"name":725,"callback":736,"priority":382,"file":737,"line":738},"register_qm_output_raw_http","output\\raw\\http.php",75,{"type":152,"name":725,"callback":740,"priority":382,"file":741,"line":369},"register_qm_output_raw_logger","output\\raw\\logger.php",{"type":152,"name":725,"callback":743,"priority":382,"file":744,"line":462},"register_qm_output_raw_transients","output\\raw\\transients.php",{"type":162,"name":746,"callback":747,"file":48,"line":185},"all_admin_notices","QM_PHP::php_version_nope",{"type":162,"name":746,"callback":749,"file":48,"line":750},"QM_PHP::vendor_nope",51,{"type":162,"name":746,"callback":749,"file":752,"line":465},"wp-content\\db.php",[754,759,762,765],{"action":755,"nopriv":756,"callback":757,"hasNonce":758,"hasCapCheck":758,"file":494,"line":179},"qm_auth_on",false,"ajax_on",true,{"action":760,"nopriv":756,"callback":761,"hasNonce":758,"hasCapCheck":756,"file":494,"line":182},"qm_auth_off","ajax_off",{"action":763,"nopriv":756,"callback":764,"hasNonce":758,"hasCapCheck":758,"file":494,"line":185},"qm_editor_set","ajax_editor_set",{"action":760,"nopriv":758,"callback":761,"hasNonce":758,"hasCapCheck":756,"file":494,"line":188},[],[],[],4,{"dangerousFunctions":771,"sqlUsage":780,"outputEscaping":785,"fileOperations":55,"externalRequests":28,"nonceChecks":55,"capabilityChecks":769,"bundledLibraries":1215},[772,776],{"fn":773,"file":355,"line":774,"context":775},"exec",304,"$php_u = exec( 'whoami' ); \u002F\u002F phpcs:ignore",{"fn":777,"file":494,"line":778,"context":779},"unserialize",805,"$var = unserialize( serialize( $var ) ); \u002F\u002F phpcs:ignore",{"prepared":122,"raw":27,"locations":781},[782],{"file":355,"line":783,"context":784},107,"$wpdb->get_results() with variable interpolation",{"escaped":786,"rawEcho":787,"locations":788},405,298,[789,792,794,796,798,800,802,804,806,808,810,812,814,816,817,819,820,822,824,826,828,830,832,834,835,836,838,839,840,841,842,843,845,847,848,850,852,853,854,855,856,857,858,860,861,863,865,867,869,871,872,873,874,875,876,877,878,880,881,883,885,887,889,891,893,895,897,899,901,903,905,907,909,911,913,915,916,917,918,919,920,921,923,924,925,926,927,928,929,930,931,932,933,934,935,936,938,940,941,942,943,945,946,947,949,950,952,954,956,957,959,961,963,965,967,969,971,973,974,976,978,980,981,983,984,985,986,987,988,989,990,991,992,993,994,995,997,998,999,1001,1002,1004,1005,1007,1009,1010,1011,1012,1013,1015,1017,1019,1021,1023,1024,1025,1026,1027,1028,1029,1030,1032,1033,1035,1036,1038,1040,1041,1043,1045,1046,1047,1048,1049,1051,1052,1054,1055,1057,1058,1059,1060,1061,1062,1064,1066,1068,1069,1070,1071,1073,1074,1075,1076,1077,1078,1079,1081,1082,1084,1085,1086,1087,1089,1090,1091,1093,1094,1095,1096,1097,1099,1100,1102,1104,1106,1107,1109,1111,1113,1115,1117,1119,1121,1122,1123,1124,1126,1127,1129,1130,1131,1133,1135,1136,1137,1138,1139,1140,1141,1143,1144,1146,1148,1149,1150,1152,1153,1154,1156,1157,1158,1159,1160,1161,1163,1164,1165,1166,1167,1168,1169,1171,1173,1174,1175,1176,1177,1178,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1202,1204,1205,1206,1208,1209,1211,1212,1213],{"file":486,"line":790,"context":791},132,"raw output",{"file":494,"line":793,"context":791},434,{"file":494,"line":795,"context":791},445,{"file":494,"line":797,"context":791},448,{"file":494,"line":799,"context":791},489,{"file":494,"line":801,"context":791},491,{"file":494,"line":803,"context":791},493,{"file":494,"line":805,"context":791},498,{"file":494,"line":807,"context":791},554,{"file":494,"line":809,"context":791},558,{"file":494,"line":811,"context":791},560,{"file":494,"line":813,"context":791},567,{"file":494,"line":815,"context":791},573,{"file":494,"line":472,"context":791},{"file":494,"line":818,"context":791},595,{"file":494,"line":86,"context":791},{"file":494,"line":821,"context":791},604,{"file":494,"line":823,"context":791},617,{"file":494,"line":825,"context":791},619,{"file":494,"line":827,"context":791},622,{"file":494,"line":829,"context":791},623,{"file":494,"line":831,"context":791},624,{"file":494,"line":833,"context":791},683,{"file":542,"line":26,"context":791},{"file":554,"line":287,"context":791},{"file":554,"line":837,"context":791},129,{"file":554,"line":790,"context":791},{"file":578,"line":573,"context":791},{"file":578,"line":291,"context":791},{"file":578,"line":456,"context":791},{"file":578,"line":738,"context":791},{"file":578,"line":844,"context":791},76,{"file":578,"line":846,"context":791},102,{"file":578,"line":600,"context":791},{"file":578,"line":849,"context":791},109,{"file":578,"line":851,"context":791},112,{"file":584,"line":179,"context":791},{"file":584,"line":444,"context":791},{"file":584,"line":448,"context":791},{"file":584,"line":844,"context":791},{"file":584,"line":58,"context":791},{"file":584,"line":552,"context":791},{"file":584,"line":859,"context":791},83,{"file":584,"line":112,"context":791},{"file":584,"line":862,"context":791},170,{"file":584,"line":864,"context":791},204,{"file":584,"line":866,"context":791},215,{"file":584,"line":868,"context":791},221,{"file":584,"line":870,"context":791},224,{"file":595,"line":352,"context":791},{"file":595,"line":577,"context":791},{"file":595,"line":252,"context":791},{"file":595,"line":369,"context":791},{"file":595,"line":377,"context":791},{"file":595,"line":452,"context":791},{"file":595,"line":462,"context":791},{"file":595,"line":879,"context":791},206,{"file":595,"line":678,"context":791},{"file":595,"line":882,"context":791},214,{"file":595,"line":884,"context":791},220,{"file":595,"line":886,"context":791},226,{"file":595,"line":888,"context":791},255,{"file":595,"line":890,"context":791},259,{"file":595,"line":892,"context":791},262,{"file":595,"line":894,"context":791},272,{"file":595,"line":896,"context":791},302,{"file":601,"line":898,"context":791},79,{"file":601,"line":900,"context":791},87,{"file":601,"line":902,"context":791},91,{"file":601,"line":904,"context":791},93,{"file":601,"line":906,"context":791},96,{"file":601,"line":908,"context":791},166,{"file":601,"line":910,"context":791},171,{"file":601,"line":912,"context":791},174,{"file":601,"line":914,"context":791},210,{"file":607,"line":179,"context":791},{"file":607,"line":508,"context":791},{"file":615,"line":750,"context":791},{"file":615,"line":502,"context":791},{"file":615,"line":577,"context":791},{"file":615,"line":462,"context":791},{"file":615,"line":922,"context":791},111,{"file":620,"line":750,"context":791},{"file":620,"line":502,"context":791},{"file":620,"line":577,"context":791},{"file":620,"line":462,"context":791},{"file":625,"line":613,"context":791},{"file":625,"line":750,"context":791},{"file":625,"line":496,"context":791},{"file":625,"line":573,"context":791},{"file":625,"line":502,"context":791},{"file":625,"line":508,"context":791},{"file":625,"line":552,"context":791},{"file":625,"line":667,"context":791},{"file":631,"line":677,"context":791},{"file":631,"line":937,"context":791},94,{"file":631,"line":939,"context":791},95,{"file":631,"line":906,"context":791},{"file":631,"line":26,"context":791},{"file":631,"line":13,"context":791},{"file":631,"line":944,"context":791},128,{"file":631,"line":837,"context":791},{"file":631,"line":790,"context":791},{"file":631,"line":948,"context":791},136,{"file":631,"line":582,"context":791},{"file":631,"line":951,"context":791},185,{"file":631,"line":953,"context":791},227,{"file":631,"line":955,"context":791},230,{"file":631,"line":604,"context":791},{"file":631,"line":958,"context":791},254,{"file":631,"line":960,"context":791},265,{"file":631,"line":962,"context":791},270,{"file":631,"line":964,"context":791},392,{"file":631,"line":966,"context":791},409,{"file":631,"line":968,"context":791},413,{"file":631,"line":970,"context":791},416,{"file":631,"line":972,"context":791},432,{"file":631,"line":793,"context":791},{"file":631,"line":975,"context":791},442,{"file":631,"line":977,"context":791},449,{"file":631,"line":979,"context":791},467,{"file":641,"line":465,"context":791},{"file":645,"line":982,"context":791},58,{"file":645,"line":448,"context":791},{"file":645,"line":452,"context":791},{"file":645,"line":456,"context":791},{"file":645,"line":904,"context":791},{"file":645,"line":13,"context":791},{"file":645,"line":538,"context":791},{"file":651,"line":361,"context":791},{"file":651,"line":377,"context":791},{"file":651,"line":456,"context":791},{"file":651,"line":677,"context":791},{"file":651,"line":112,"context":791},{"file":651,"line":922,"context":791},{"file":651,"line":996,"context":791},115,{"file":651,"line":545,"context":791},{"file":651,"line":734,"context":791},{"file":651,"line":1000,"context":791},150,{"file":651,"line":910,"context":791},{"file":651,"line":1003,"context":791},201,{"file":651,"line":884,"context":791},{"file":651,"line":1006,"context":791},271,{"file":651,"line":1008,"context":791},293,{"file":662,"line":448,"context":791},{"file":662,"line":456,"context":791},{"file":662,"line":459,"context":791},{"file":662,"line":844,"context":791},{"file":662,"line":1014,"context":791},149,{"file":662,"line":1016,"context":791},188,{"file":662,"line":1018,"context":791},192,{"file":662,"line":1020,"context":791},195,{"file":662,"line":1022,"context":791},205,{"file":662,"line":271,"context":791},{"file":668,"line":377,"context":791},{"file":668,"line":448,"context":791},{"file":668,"line":459,"context":791},{"file":668,"line":465,"context":791},{"file":668,"line":898,"context":791},{"file":668,"line":677,"context":791},{"file":668,"line":1031,"context":791},82,{"file":668,"line":859,"context":791},{"file":668,"line":1034,"context":791},249,{"file":668,"line":958,"context":791},{"file":668,"line":1037,"context":791},303,{"file":668,"line":1039,"context":791},308,{"file":668,"line":283,"context":791},{"file":668,"line":1042,"context":791},368,{"file":674,"line":1044,"context":791},92,{"file":674,"line":904,"context":791},{"file":674,"line":937,"context":791},{"file":674,"line":939,"context":791},{"file":674,"line":906,"context":791},{"file":674,"line":1050,"context":791},116,{"file":674,"line":654,"context":791},{"file":674,"line":1053,"context":791},124,{"file":674,"line":790,"context":791},{"file":674,"line":1056,"context":791},137,{"file":674,"line":623,"context":791},{"file":680,"line":483,"context":791},{"file":680,"line":859,"context":791},{"file":680,"line":112,"context":791},{"file":680,"line":569,"context":791},{"file":680,"line":1063,"context":791},89,{"file":680,"line":1065,"context":791},117,{"file":680,"line":1067,"context":791},123,{"file":680,"line":734,"context":791},{"file":680,"line":1014,"context":791},{"file":680,"line":618,"context":791},{"file":680,"line":1072,"context":791},157,{"file":687,"line":331,"context":791},{"file":687,"line":750,"context":791},{"file":687,"line":496,"context":791},{"file":687,"line":573,"context":791},{"file":687,"line":505,"context":791},{"file":687,"line":58,"context":791},{"file":687,"line":1080,"context":791},125,{"file":687,"line":275,"context":791},{"file":687,"line":1083,"context":791},133,{"file":692,"line":444,"context":791},{"file":692,"line":462,"context":791},{"file":692,"line":76,"context":791},{"file":692,"line":1088,"context":791},113,{"file":692,"line":734,"context":791},{"file":692,"line":582,"context":791},{"file":692,"line":1092,"context":791},155,{"file":692,"line":560,"context":791},{"file":692,"line":522,"context":791},{"file":692,"line":1022,"context":791},{"file":692,"line":866,"context":791},{"file":692,"line":1098,"context":791},229,{"file":692,"line":1034,"context":791},{"file":692,"line":1101,"context":791},261,{"file":692,"line":1103,"context":791},284,{"file":692,"line":1105,"context":791},292,{"file":692,"line":1008,"context":791},{"file":692,"line":1108,"context":791},325,{"file":692,"line":1110,"context":791},331,{"file":692,"line":1112,"context":791},342,{"file":692,"line":1114,"context":791},357,{"file":692,"line":1116,"context":791},358,{"file":692,"line":1118,"context":791},361,{"file":697,"line":1120,"context":791},77,{"file":697,"line":898,"context":791},{"file":697,"line":552,"context":791},{"file":697,"line":677,"context":791},{"file":697,"line":1125,"context":791},84,{"file":697,"line":837,"context":791},{"file":697,"line":1128,"context":791},134,{"file":697,"line":1056,"context":791},{"file":697,"line":560,"context":791},{"file":697,"line":1132,"context":791},173,{"file":697,"line":1134,"context":791},177,{"file":697,"line":530,"context":791},{"file":704,"line":452,"context":791},{"file":704,"line":552,"context":791},{"file":704,"line":1063,"context":791},{"file":704,"line":783,"context":791},{"file":704,"line":306,"context":791},{"file":704,"line":1142,"context":791},148,{"file":704,"line":1014,"context":791},{"file":704,"line":1145,"context":791},160,{"file":704,"line":1147,"context":791},163,{"file":704,"line":910,"context":791},{"file":704,"line":723,"context":791},{"file":704,"line":1151,"context":791},191,{"file":709,"line":352,"context":791},{"file":709,"line":573,"context":791},{"file":709,"line":1155,"context":791},59,{"file":709,"line":369,"context":791},{"file":709,"line":448,"context":791},{"file":709,"line":738,"context":791},{"file":709,"line":1125,"context":791},{"file":709,"line":1063,"context":791},{"file":709,"line":1162,"context":791},106,{"file":709,"line":1088,"context":791},{"file":709,"line":734,"context":791},{"file":709,"line":944,"context":791},{"file":709,"line":1083,"context":791},{"file":709,"line":1128,"context":791},{"file":709,"line":248,"context":791},{"file":709,"line":1170,"context":791},156,{"file":709,"line":1172,"context":791},158,{"file":709,"line":1134,"context":791},{"file":709,"line":516,"context":791},{"file":709,"line":1016,"context":791},{"file":709,"line":649,"context":791},{"file":709,"line":1022,"context":791},{"file":709,"line":1179,"context":791},219,{"file":715,"line":352,"context":791},{"file":715,"line":1155,"context":791},{"file":715,"line":577,"context":791},{"file":715,"line":252,"context":791},{"file":715,"line":361,"context":791},{"file":715,"line":365,"context":791},{"file":715,"line":369,"context":791},{"file":715,"line":677,"context":791},{"file":715,"line":112,"context":791},{"file":715,"line":1190,"context":791},88,{"file":715,"line":908,"context":791},{"file":715,"line":862,"context":791},{"file":715,"line":1132,"context":791},{"file":720,"line":185,"context":791},{"file":720,"line":352,"context":791},{"file":720,"line":613,"context":791},{"file":720,"line":750,"context":791},{"file":720,"line":496,"context":791},{"file":720,"line":573,"context":791},{"file":720,"line":1201,"context":791},103,{"file":720,"line":1203,"context":791},108,{"file":720,"line":922,"context":791},{"file":720,"line":275,"context":791},{"file":1207,"line":912,"context":791},"output\\Html.php",{"file":1207,"line":723,"context":791},{"file":1207,"line":1210,"context":791},176,{"file":1207,"line":1134,"context":791},{"file":1207,"line":512,"context":791},{"file":1207,"line":1214,"context":791},273,[],[1217],{"entryPoint":1218,"graph":1219,"unsanitizedCount":28,"severity":1232},"\u003CHtml> (dispatchers\\Html.php:0)",{"nodes":1220,"edges":1230},[1221,1225],{"id":1222,"type":1223,"label":1224,"file":494,"line":944},"n0","source","$_POST",{"id":1226,"type":1227,"label":1228,"file":494,"line":818,"wp_function":1229},"n1","sink","echo() [XSS]","echo",[1231],{"from":1222,"to":1226,"sanitized":758},"low",{"summary":1234,"deductions":1235},"The Query Monitor plugin, version 3.20.2, exhibits a generally strong security posture. The static analysis reveals a well-defined attack surface with all identified entry points (AJAX handlers) protected by authorization checks. The absence of known CVEs and a clean vulnerability history further bolster this positive assessment, suggesting a history of responsible development and patching.\n\nHowever, there are areas that warrant attention. The presence of 'exec' and 'unserialize' functions, while not immediately indicative of a vulnerability without further context, are inherently risky and could be exploited if user-supplied data is passed to them without proper sanitization. While the taint analysis shows no unsanitized paths, the potential for misuse of these dangerous functions remains a concern. Additionally, a significant portion of the plugin's output (42%) is not properly escaped, which could lead to Cross-Site Scripting (XSS) vulnerabilities if dynamic content is not handled carefully.\n\nIn conclusion, Query Monitor is a plugin with a strong track record and a secure entry point design. The primary risks lie in the potential misuse of powerful functions like 'exec' and 'unserialize', and a notable percentage of unescaped output. Developers should prioritize addressing the unescaped output and carefully review how 'exec' and 'unserialize' are used to ensure robust sanitization.",[1236,1239,1241],{"reason":1237,"points":1238},"Presence of 'exec' dangerous function",8,{"reason":1240,"points":1238},"Presence of 'unserialize' dangerous function",{"reason":1242,"points":1243},"Significant percentage of unescaped output",6,"2026-03-16T17:03:45.262Z",{"wat":1246,"direct":1263},{"assetPaths":1247,"generatorPatterns":1254,"scriptPaths":1255,"versionParams":1256},[1248,1249,1250,1251,1252,1253],"\u002Fwp-content\u002Fplugins\u002Fquery-monitor\u002Fquery-monitor.css","\u002Fwp-content\u002Fplugins\u002Fquery-monitor\u002Fquery-monitor.js","\u002Fwp-content\u002Fplugins\u002Fquery-monitor\u002Fclasses\u002Fphp\u002FPHP.css","\u002Fwp-content\u002Fplugins\u002Fquery-monitor\u002Fclasses\u002Fphp\u002FPHP.js","\u002Fwp-content\u002Fplugins\u002Fquery-monitor\u002Fassets\u002Fdist\u002Fcss\u002Fquery-monitor.css","\u002Fwp-content\u002Fplugins\u002Fquery-monitor\u002Fassets\u002Fdist\u002Fjs\u002Fquery-monitor.js",[],[1249,1251,1253],[1257,1258,1259,1260,1261,1262],"query-monitor\u002Fquery-monitor.css?ver=","query-monitor\u002Fquery-monitor.js?ver=","query-monitor\u002Fclasses\u002Fphp\u002FPHP.css?ver=","query-monitor\u002Fclasses\u002Fphp\u002FPHP.js?ver=","query-monitor\u002Fassets\u002Fdist\u002Fcss\u002Fquery-monitor.css?ver=","query-monitor\u002Fassets\u002Fdist\u002Fjs\u002Fquery-monitor.js?ver=",{"cssClasses":1264,"htmlComments":1288,"htmlAttributes":1292,"restEndpoints":1296,"jsGlobals":1298,"shortcodeOutput":1300},[1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287],"qm-debug-bar","qm-debug-bar-item","qm-debug-bar-item-source","qm-debug-bar-item-source-sql","qm-debug-bar-item-source-php","qm-debug-bar-item-source-template","qm-debug-bar-item-source-hooks","qm-debug-bar-item-source-http","qm-debug-bar-item-source-memory","qm-debug-bar-item-source-query","qm-debug-bar-item-source-db","qm-debug-bar-item-source-cache","qm-debug-bar-item-source-object-cache","qm-debug-bar-item-source-rewrite","qm-debug-bar-item-source-cron","qm-debug-bar-item-source-mail","qm-debug-bar-item-source-plugins","qm-debug-bar-item-source-themes","qm-debug-bar-item-source-users","qm-debug-bar-item-source-editor","qm-debug-bar-item-source-constants","qm-debug-bar-item-source-debug-info","qm-debug-bar-item-source-php-error",[1289,1290,1291],"\u003C!-- Query Monitor -->","\u003C!-- \u002FQuery Monitor -->","\u003C!-- Query Monitor :: This is a drop-in replacement for the standard WordPress database class -->",[1293,1294,1295],"data-qm-id","data-qm-data","data-qm-target",[1297],"\u002Fwp-json\u002Fquery-monitor\u002Fv1\u002Fdebug",[1299],"QueryMonitor",[],{"slug":4,"current_version":6,"total_versions":600,"versions":1302},[1303,1307,1334,1343,1368,1418,1427,1443,1451,1465,1480,1489,1497,1505,1514,1526,1535,1543,1558,1566,1574,1582,1590,1598,1606,1614,1622,1630,1638,1646,1654,1662,1670,1678,1686,1694,1702,1710,1718,1726,1734,1742,1750,1758,1766,1774,1782,1790,1798,1806,1814,1822,1830,1838,1846,1854,1862,1870,1878,1886,1894,1902,1910,1918,1926,1934,1942,1950,1958,1966,1974,1982,1990,1998,2006,2014,2022,2030,2038,2046,2054,2062,2070,2078,2086,2094,2102,2110,2118,2126,2134,2142,2150,2158,2166,2174,2182,2190,2198,2206,2214,2222,2230,2238,2246],{"version":6,"download_url":25,"svn_tag_url":1304,"released_at":37,"has_diff":758,"diff_files_changed":1305,"diff_lines":487,"trac_diff_url":52,"vulnerabilities":1306,"is_current":758},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.20.4\u002F",[47,48,49,50,51],[],{"version":1308,"download_url":1309,"svn_tag_url":1310,"released_at":37,"has_diff":758,"diff_files_changed":1311,"diff_lines":1330,"trac_diff_url":1331,"vulnerabilities":1332,"is_current":756},"3.20.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.20.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.20.3\u002F",[1312,1313,1314,47,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,48,49,1327,1328,1329,50,51],"SECURITY.md","assets\u002Fquery-monitor.js","composer.json","output\u002Fhtml\u002Fblock_editor.php","output\u002Fhtml\u002Fcaps.php","output\u002Fhtml\u002Fdb_queries.php","output\u002Fhtml\u002Fenvironment.php","output\u002Fhtml\u002Fhooks.php","output\u002Fhtml\u002Fhttp.php","output\u002Fhtml\u002Flanguages.php","output\u002Fhtml\u002Flogger.php","output\u002Fhtml\u002Fmultisite.php","output\u002Fhtml\u002Fphp_errors.php","output\u002Fhtml\u002Ftiming.php","output\u002Fhtml\u002Ftransients.php","vendor\u002Fautoload.php","vendor\u002Fcomposer\u002Fautoload_real.php","vendor\u002Fcomposer\u002Fautoload_static.php",135,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.20.2&new_path=%2Fquery-monitor%2Ftags%2F3.20.3",[1333],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1335,"download_url":1336,"svn_tag_url":1337,"released_at":37,"has_diff":758,"diff_files_changed":1338,"diff_lines":487,"trac_diff_url":1340,"vulnerabilities":1341,"is_current":756},"3.20.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.20.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.20.2\u002F",[1339,48,49,50,51],"collectors\u002Fdb_queries.php","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.20.1&new_path=%2Fquery-monitor%2Ftags%2F3.20.2",[1342],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1344,"download_url":1345,"svn_tag_url":1346,"released_at":37,"has_diff":758,"diff_files_changed":1347,"diff_lines":1364,"trac_diff_url":1365,"vulnerabilities":1366,"is_current":756},"3.20.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.20.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.20.1\u002F",[1312,1313,1348,1349,1350,1314,1351,1352,47,1353,1354,1315,1316,1355,1356,1357,1358,1317,1359,1318,1360,1319,1320,1321,1322,1323,1361,1324,1362,1363,1325,1326,48,49,50,51],"classes\u002FCollector_Assets.php","collectors\u002Fphp_errors.php","collectors\u002Ftheme.php","dispatchers\u002FHtml.php","dispatchers\u002FWP_Die.php","output\u002Fhtml\u002Fadmin.php","output\u002Fhtml\u002Fassets.php","output\u002Fhtml\u002Fconditionals.php","output\u002Fhtml\u002Fdb_callers.php","output\u002Fhtml\u002Fdb_components.php","output\u002Fhtml\u002Fdb_dupes.php","output\u002Fhtml\u002Fdoing_it_wrong.php","output\u002Fhtml\u002Fheaders.php","output\u002Fhtml\u002Foverview.php","output\u002Fhtml\u002Frequest.php","output\u002Fhtml\u002Ftheme.php",1987,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.20.0&new_path=%2Fquery-monitor%2Ftags%2F3.20.1",[1367],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1369,"download_url":1370,"svn_tag_url":1371,"released_at":37,"has_diff":758,"diff_files_changed":1372,"diff_lines":1414,"trac_diff_url":1415,"vulnerabilities":1416,"is_current":756},"3.20.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.20.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.20.0\u002F",[1312,1373,1374,1348,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1349,1406,1407,1350,1314,1408,1409,1410,1411,1412,1413,1351,47,1315,1316,1357,1317,1359,1319,1320,1322,1324,48,49,1327,1328,1329,50,51],"classes\u002FBacktrace.php","classes\u002FCollector.php","classes\u002FComponent.php","classes\u002FComponent_Altis_Vendor.php","classes\u002FComponent_Core.php","classes\u002FComponent_Dropin.php","classes\u002FComponent_MU_Plugin.php","classes\u002FComponent_MU_Vendor.php","classes\u002FComponent_Other.php","classes\u002FComponent_PHP.php","classes\u002FComponent_Plugin.php","classes\u002FComponent_Stylesheet.php","classes\u002FComponent_Template.php","classes\u002FComponent_Unknown.php","classes\u002FComponent_VIP_Plugin.php","classes\u002FData.php","classes\u002FDeprecated_Argument_Run.php","classes\u002FDeprecated_Class_Run.php","classes\u002FDeprecated_Constructor_Run.php","classes\u002FDeprecated_File_Included.php","classes\u002FDeprecated_Function_Run.php","classes\u002FDeprecated_Hook_Run.php","classes\u002FDoing_It_Wrong_Run.php","classes\u002FHook.php","classes\u002FQueryMonitor.php","classes\u002FUtil.php","classes\u002FWrong.php","collectors\u002Fcaps.php","collectors\u002Fdoing_it_wrong.php","collectors\u002Fenvironment.php","collectors\u002Fhooks.php","collectors\u002Fhttp.php","collectors\u002Flogger.php","collectors\u002Fraw_request.php","collectors\u002Frequest.php","data\u002Fcaps.php","data\u002Fdb_components.php","data\u002Fdoing_it_wrong.php","data\u002Fhooks.php","data\u002Flogger.php","data\u002Fphp_errors.php",1543,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.19.0&new_path=%2Fquery-monitor%2Ftags%2F3.20.0",[1417],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1419,"download_url":1420,"svn_tag_url":1421,"released_at":37,"has_diff":758,"diff_files_changed":1422,"diff_lines":665,"trac_diff_url":1424,"vulnerabilities":1425,"is_current":756},"3.19.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.19.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.19.0\u002F",[1313,1373,1396,1398,1402,1404,1314,1351,1362,48,49,1327,1328,1329,50,1423,51],"vendor\u002Fcomposer\u002Fplatform_check.php","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.18.0&new_path=%2Fquery-monitor%2Ftags%2F3.19.0",[1426],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1428,"download_url":1429,"svn_tag_url":1430,"released_at":37,"has_diff":758,"diff_files_changed":1431,"diff_lines":1439,"trac_diff_url":1440,"vulnerabilities":1441,"is_current":756},"3.18.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.18.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.18.0\u002F",[1432,1313,1373,1374,1348,1433,1398,1434,1339,1401,1404,1435,1349,1406,1314,1436,1437,47,1438,1320,1361,1324,48,49,1327,1328,1329,50,51],"assets\u002Fquery-monitor.css","classes\u002FDB.php","collectors\u002Fcache.php","collectors\u002Flanguages.php","data\u002Fhttp.php","output\u002FHeaders.php","output\u002Fheaders\u002Fphp_errors.php",380,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.17.2&new_path=%2Fquery-monitor%2Ftags%2F3.18.0",[1442],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1444,"download_url":1445,"svn_tag_url":1446,"released_at":37,"has_diff":758,"diff_files_changed":1447,"diff_lines":188,"trac_diff_url":1448,"vulnerabilities":1449,"is_current":756},"3.17.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.17.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.17.2\u002F",[1432,1351,47,1315,48,49,51],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.17.1&new_path=%2Fquery-monitor%2Ftags%2F3.17.2",[1450],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1452,"download_url":1453,"svn_tag_url":1454,"released_at":37,"has_diff":758,"diff_files_changed":1455,"diff_lines":1461,"trac_diff_url":1462,"vulnerabilities":1463,"is_current":756},"3.17.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.17.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.17.1\u002F",[1312,1456,1401,1402,1349,1457,1314,1458,1351,1459,47,1460,1361,48,49,51],"classes\u002FDispatcher.php","collectors\u002Ftransients.php","dispatchers\u002FAJAX.php","dispatchers\u002FREST.php","output\u002Fheaders\u002Foverview.php",431,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.17.0&new_path=%2Fquery-monitor%2Ftags%2F3.17.1",[1464],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1466,"download_url":1467,"svn_tag_url":1468,"released_at":37,"has_diff":758,"diff_files_changed":1469,"diff_lines":1476,"trac_diff_url":1477,"vulnerabilities":1478,"is_current":756},"3.17.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.17.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.17.0\u002F",[1432,1373,1470,1348,1397,1471,1472,1473,1474,1402,1404,1435,1405,1349,1350,1314,1475,1351,1318,48,49,1327,1328,1329,51],"classes\u002FCLI.php","classes\u002FTimer.php","classes\u002Fdebug_bar.php","collectors\u002Fblock_editor.php","collectors\u002Fconditionals.php","data\u002Fenvironment.php",295,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.16.4&new_path=%2Fquery-monitor%2Ftags%2F3.17.0",[1479],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1481,"download_url":1482,"svn_tag_url":1483,"released_at":37,"has_diff":758,"diff_files_changed":1484,"diff_lines":582,"trac_diff_url":1486,"vulnerabilities":1487,"is_current":756},"3.16.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.16.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.16.4\u002F",[1473,1402,1435,1314,1485,1475,1315,1318,48,49,1327,1328,1329,51],"data\u002Fblock_editor.php","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.16.3&new_path=%2Fquery-monitor%2Ftags%2F3.16.4",[1488],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1490,"download_url":1491,"svn_tag_url":1492,"released_at":37,"has_diff":758,"diff_files_changed":1493,"diff_lines":654,"trac_diff_url":1494,"vulnerabilities":1495,"is_current":756},"3.16.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.16.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.16.3\u002F",[1401,48,49,51],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.16.2&new_path=%2Fquery-monitor%2Ftags%2F3.16.3",[1496],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1498,"download_url":1499,"svn_tag_url":1500,"released_at":37,"has_diff":758,"diff_files_changed":1501,"diff_lines":13,"trac_diff_url":1502,"vulnerabilities":1503,"is_current":756},"3.16.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.16.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.16.2\u002F",[48,49,1329,51],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.16.1&new_path=%2Fquery-monitor%2Ftags%2F3.16.2",[1504],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1506,"download_url":1507,"svn_tag_url":1508,"released_at":37,"has_diff":758,"diff_files_changed":1509,"diff_lines":1510,"trac_diff_url":1511,"vulnerabilities":1512,"is_current":756},"3.16.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.16.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.16.1\u002F",[48,49,1328,1329,51],3164,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.16.0&new_path=%2Fquery-monitor%2Ftags%2F3.16.1",[1513],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1515,"download_url":1516,"svn_tag_url":1517,"released_at":37,"has_diff":758,"diff_files_changed":1518,"diff_lines":1522,"trac_diff_url":1523,"vulnerabilities":1524,"is_current":756},"3.16.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.16.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.16.0\u002F",[1432,1470,1348,1456,1519,1397,1398,1473,1402,1404,1435,1520,1350,1314,1521,47,1354,1317,1321,1322,1325,48,49,1327,1328,1329,51],"classes\u002FPHP.php","collectors\u002Fredirects.php","data\u002Flanguages.php",3629,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.15.0&new_path=%2Fquery-monitor%2Ftags%2F3.16.0",[1525],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1527,"download_url":1528,"svn_tag_url":1529,"released_at":37,"has_diff":758,"diff_files_changed":1530,"diff_lines":582,"trac_diff_url":1532,"vulnerabilities":1533,"is_current":756},"3.15.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.15.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.15.0\u002F",[1531,1405,1363,48,49,51],"classes\u002FQM.php","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.14.1&new_path=%2Fquery-monitor%2Ftags%2F3.15.0",[1534],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1536,"download_url":1537,"svn_tag_url":1538,"released_at":37,"has_diff":758,"diff_files_changed":1539,"diff_lines":654,"trac_diff_url":1540,"vulnerabilities":1541,"is_current":756},"3.14.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.14.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.14.1\u002F",[1373,1374,1402,1406,1318,48,49,51],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.14.0&new_path=%2Fquery-monitor%2Ftags%2F3.14.1",[1542],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1544,"download_url":1545,"svn_tag_url":1546,"released_at":37,"has_diff":758,"diff_files_changed":1547,"diff_lines":1554,"trac_diff_url":1555,"vulnerabilities":1556,"is_current":756},"3.14.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.14.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.14.0\u002F",[1548,1373,1348,1398,1549,1339,1550,1435,1349,1314,1551,1552,1354,1356,1317,1362,1553,48,49,1327,1328,1329,51],"classes\u002FActivation.php","collectors\u002Fdb_dupes.php","collectors\u002Fdebug_bar.php","data\u002Fassets.php","data\u002Fdb_queries.php","output\u002Fraw\u002Fdb_queries.php",525,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.13.1&new_path=%2Fquery-monitor%2Ftags%2F3.14.0",[1557],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1559,"download_url":1560,"svn_tag_url":1561,"released_at":37,"has_diff":758,"diff_files_changed":1562,"diff_lines":361,"trac_diff_url":1563,"vulnerabilities":1564,"is_current":756},"3.13.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.13.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.13.1\u002F",[1401,1404,48,49,1327,1328,1329,51],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.13.0&new_path=%2Fquery-monitor%2Ftags%2F3.13.1",[1565],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1567,"download_url":1568,"svn_tag_url":1569,"released_at":37,"has_diff":756,"diff_files_changed":1570,"diff_lines":37,"trac_diff_url":1571,"vulnerabilities":1572,"is_current":756},"3.13.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.13.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.13.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.12.3&new_path=%2Fquery-monitor%2Ftags%2F3.13.0",[1573],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1575,"download_url":1576,"svn_tag_url":1577,"released_at":37,"has_diff":756,"diff_files_changed":1578,"diff_lines":37,"trac_diff_url":1579,"vulnerabilities":1580,"is_current":756},"3.12.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.12.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.12.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.12.2&new_path=%2Fquery-monitor%2Ftags%2F3.12.3",[1581],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1583,"download_url":1584,"svn_tag_url":1585,"released_at":37,"has_diff":756,"diff_files_changed":1586,"diff_lines":37,"trac_diff_url":1587,"vulnerabilities":1588,"is_current":756},"3.12.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.12.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.12.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.12.1&new_path=%2Fquery-monitor%2Ftags%2F3.12.2",[1589],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1591,"download_url":1592,"svn_tag_url":1593,"released_at":37,"has_diff":756,"diff_files_changed":1594,"diff_lines":37,"trac_diff_url":1595,"vulnerabilities":1596,"is_current":756},"3.12.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.12.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.12.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.12.0&new_path=%2Fquery-monitor%2Ftags%2F3.12.1",[1597],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1599,"download_url":1600,"svn_tag_url":1601,"released_at":37,"has_diff":756,"diff_files_changed":1602,"diff_lines":37,"trac_diff_url":1603,"vulnerabilities":1604,"is_current":756},"3.12.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.12.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.12.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.11.2&new_path=%2Fquery-monitor%2Ftags%2F3.12.0",[1605],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1607,"download_url":1608,"svn_tag_url":1609,"released_at":37,"has_diff":756,"diff_files_changed":1610,"diff_lines":37,"trac_diff_url":1611,"vulnerabilities":1612,"is_current":756},"3.11.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.11.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.11.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.11.1&new_path=%2Fquery-monitor%2Ftags%2F3.11.2",[1613],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1615,"download_url":1616,"svn_tag_url":1617,"released_at":37,"has_diff":756,"diff_files_changed":1618,"diff_lines":37,"trac_diff_url":1619,"vulnerabilities":1620,"is_current":756},"3.11.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.11.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.11.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.11.0&new_path=%2Fquery-monitor%2Ftags%2F3.11.1",[1621],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1623,"download_url":1624,"svn_tag_url":1625,"released_at":37,"has_diff":756,"diff_files_changed":1626,"diff_lines":37,"trac_diff_url":1627,"vulnerabilities":1628,"is_current":756},"3.11.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.11.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.11.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.10.1&new_path=%2Fquery-monitor%2Ftags%2F3.11.0",[1629],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1631,"download_url":1632,"svn_tag_url":1633,"released_at":37,"has_diff":756,"diff_files_changed":1634,"diff_lines":37,"trac_diff_url":1635,"vulnerabilities":1636,"is_current":756},"3.10.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.10.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.10.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.10.0&new_path=%2Fquery-monitor%2Ftags%2F3.10.1",[1637],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1639,"download_url":1640,"svn_tag_url":1641,"released_at":37,"has_diff":756,"diff_files_changed":1642,"diff_lines":37,"trac_diff_url":1643,"vulnerabilities":1644,"is_current":756},"3.10.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.10.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.10.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.9.0&new_path=%2Fquery-monitor%2Ftags%2F3.10.0",[1645],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1647,"download_url":1648,"svn_tag_url":1649,"released_at":37,"has_diff":756,"diff_files_changed":1650,"diff_lines":37,"trac_diff_url":1651,"vulnerabilities":1652,"is_current":756},"3.9.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.9.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.9.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.8.2&new_path=%2Fquery-monitor%2Ftags%2F3.9.0",[1653],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1655,"download_url":1656,"svn_tag_url":1657,"released_at":37,"has_diff":756,"diff_files_changed":1658,"diff_lines":37,"trac_diff_url":1659,"vulnerabilities":1660,"is_current":756},"3.8.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.8.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.8.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.8.1&new_path=%2Fquery-monitor%2Ftags%2F3.8.2",[1661],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1663,"download_url":1664,"svn_tag_url":1665,"released_at":37,"has_diff":756,"diff_files_changed":1666,"diff_lines":37,"trac_diff_url":1667,"vulnerabilities":1668,"is_current":756},"3.8.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.8.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.8.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.8.0&new_path=%2Fquery-monitor%2Ftags%2F3.8.1",[1669],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1671,"download_url":1672,"svn_tag_url":1673,"released_at":37,"has_diff":756,"diff_files_changed":1674,"diff_lines":37,"trac_diff_url":1675,"vulnerabilities":1676,"is_current":756},"3.8.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.8.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.8.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.7.1&new_path=%2Fquery-monitor%2Ftags%2F3.8.0",[1677],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1679,"download_url":1680,"svn_tag_url":1681,"released_at":37,"has_diff":756,"diff_files_changed":1682,"diff_lines":37,"trac_diff_url":1683,"vulnerabilities":1684,"is_current":756},"3.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.7.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.7.0&new_path=%2Fquery-monitor%2Ftags%2F3.7.1",[1685],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1687,"download_url":1688,"svn_tag_url":1689,"released_at":37,"has_diff":756,"diff_files_changed":1690,"diff_lines":37,"trac_diff_url":1691,"vulnerabilities":1692,"is_current":756},"3.7.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.7.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.7.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.8&new_path=%2Fquery-monitor%2Ftags%2F3.7.0",[1693],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1695,"download_url":1696,"svn_tag_url":1697,"released_at":37,"has_diff":756,"diff_files_changed":1698,"diff_lines":37,"trac_diff_url":1699,"vulnerabilities":1700,"is_current":756},"3.6.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.7&new_path=%2Fquery-monitor%2Ftags%2F3.6.8",[1701],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1703,"download_url":1704,"svn_tag_url":1705,"released_at":37,"has_diff":756,"diff_files_changed":1706,"diff_lines":37,"trac_diff_url":1707,"vulnerabilities":1708,"is_current":756},"3.6.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.6&new_path=%2Fquery-monitor%2Ftags%2F3.6.7",[1709],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1711,"download_url":1712,"svn_tag_url":1713,"released_at":37,"has_diff":756,"diff_files_changed":1714,"diff_lines":37,"trac_diff_url":1715,"vulnerabilities":1716,"is_current":756},"3.6.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.5&new_path=%2Fquery-monitor%2Ftags%2F3.6.6",[1717],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1719,"download_url":1720,"svn_tag_url":1721,"released_at":37,"has_diff":756,"diff_files_changed":1722,"diff_lines":37,"trac_diff_url":1723,"vulnerabilities":1724,"is_current":756},"3.6.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.4&new_path=%2Fquery-monitor%2Ftags%2F3.6.5",[1725],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1727,"download_url":1728,"svn_tag_url":1729,"released_at":37,"has_diff":756,"diff_files_changed":1730,"diff_lines":37,"trac_diff_url":1731,"vulnerabilities":1732,"is_current":756},"3.6.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.3&new_path=%2Fquery-monitor%2Ftags%2F3.6.4",[1733],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1735,"download_url":1736,"svn_tag_url":1737,"released_at":37,"has_diff":756,"diff_files_changed":1738,"diff_lines":37,"trac_diff_url":1739,"vulnerabilities":1740,"is_current":756},"3.6.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.2&new_path=%2Fquery-monitor%2Ftags%2F3.6.3",[1741],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1743,"download_url":1744,"svn_tag_url":1745,"released_at":37,"has_diff":756,"diff_files_changed":1746,"diff_lines":37,"trac_diff_url":1747,"vulnerabilities":1748,"is_current":756},"3.6.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.1&new_path=%2Fquery-monitor%2Ftags%2F3.6.2",[1749],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1751,"download_url":1752,"svn_tag_url":1753,"released_at":37,"has_diff":756,"diff_files_changed":1754,"diff_lines":37,"trac_diff_url":1755,"vulnerabilities":1756,"is_current":756},"3.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.6.0&new_path=%2Fquery-monitor%2Ftags%2F3.6.1",[1757],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1759,"download_url":1760,"svn_tag_url":1761,"released_at":37,"has_diff":756,"diff_files_changed":1762,"diff_lines":37,"trac_diff_url":1763,"vulnerabilities":1764,"is_current":756},"3.6.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.6.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.6.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.5.2&new_path=%2Fquery-monitor%2Ftags%2F3.6.0",[1765],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1767,"download_url":1768,"svn_tag_url":1769,"released_at":37,"has_diff":756,"diff_files_changed":1770,"diff_lines":37,"trac_diff_url":1771,"vulnerabilities":1772,"is_current":756},"3.5.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.5.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.5.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.5.1&new_path=%2Fquery-monitor%2Ftags%2F3.5.2",[1773],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1775,"download_url":1776,"svn_tag_url":1777,"released_at":37,"has_diff":756,"diff_files_changed":1778,"diff_lines":37,"trac_diff_url":1779,"vulnerabilities":1780,"is_current":756},"3.5.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.5.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.5.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.5.0&new_path=%2Fquery-monitor%2Ftags%2F3.5.1",[1781],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1783,"download_url":1784,"svn_tag_url":1785,"released_at":37,"has_diff":756,"diff_files_changed":1786,"diff_lines":37,"trac_diff_url":1787,"vulnerabilities":1788,"is_current":756},"3.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.4.0&new_path=%2Fquery-monitor%2Ftags%2F3.5.0",[1789],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1791,"download_url":1792,"svn_tag_url":1793,"released_at":37,"has_diff":756,"diff_files_changed":1794,"diff_lines":37,"trac_diff_url":1795,"vulnerabilities":1796,"is_current":756},"3.4.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.4.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.4.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.7&new_path=%2Fquery-monitor%2Ftags%2F3.4.0",[1797],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1799,"download_url":1800,"svn_tag_url":1801,"released_at":37,"has_diff":756,"diff_files_changed":1802,"diff_lines":37,"trac_diff_url":1803,"vulnerabilities":1804,"is_current":756},"3.3.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.6&new_path=%2Fquery-monitor%2Ftags%2F3.3.7",[1805],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1807,"download_url":1808,"svn_tag_url":1809,"released_at":37,"has_diff":756,"diff_files_changed":1810,"diff_lines":37,"trac_diff_url":1811,"vulnerabilities":1812,"is_current":756},"3.3.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.5&new_path=%2Fquery-monitor%2Ftags%2F3.3.6",[1813],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1815,"download_url":1816,"svn_tag_url":1817,"released_at":37,"has_diff":756,"diff_files_changed":1818,"diff_lines":37,"trac_diff_url":1819,"vulnerabilities":1820,"is_current":756},"3.3.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.4&new_path=%2Fquery-monitor%2Ftags%2F3.3.5",[1821],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1823,"download_url":1824,"svn_tag_url":1825,"released_at":37,"has_diff":756,"diff_files_changed":1826,"diff_lines":37,"trac_diff_url":1827,"vulnerabilities":1828,"is_current":756},"3.3.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.3&new_path=%2Fquery-monitor%2Ftags%2F3.3.4",[1829],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1831,"download_url":1832,"svn_tag_url":1833,"released_at":37,"has_diff":756,"diff_files_changed":1834,"diff_lines":37,"trac_diff_url":1835,"vulnerabilities":1836,"is_current":756},"3.3.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.2&new_path=%2Fquery-monitor%2Ftags%2F3.3.3",[1837],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1839,"download_url":1840,"svn_tag_url":1841,"released_at":37,"has_diff":756,"diff_files_changed":1842,"diff_lines":37,"trac_diff_url":1843,"vulnerabilities":1844,"is_current":756},"3.3.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.1&new_path=%2Fquery-monitor%2Ftags%2F3.3.2",[1845],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1847,"download_url":1848,"svn_tag_url":1849,"released_at":37,"has_diff":756,"diff_files_changed":1850,"diff_lines":37,"trac_diff_url":1851,"vulnerabilities":1852,"is_current":756},"3.3.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.3.0&new_path=%2Fquery-monitor%2Ftags%2F3.3.1",[1853],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1855,"download_url":1856,"svn_tag_url":1857,"released_at":37,"has_diff":756,"diff_files_changed":1858,"diff_lines":37,"trac_diff_url":1859,"vulnerabilities":1860,"is_current":756},"3.3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.3.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.2.2&new_path=%2Fquery-monitor%2Ftags%2F3.3.0",[1861],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1863,"download_url":1864,"svn_tag_url":1865,"released_at":37,"has_diff":756,"diff_files_changed":1866,"diff_lines":37,"trac_diff_url":1867,"vulnerabilities":1868,"is_current":756},"3.2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.2.1&new_path=%2Fquery-monitor%2Ftags%2F3.2.2",[1869],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1871,"download_url":1872,"svn_tag_url":1873,"released_at":37,"has_diff":756,"diff_files_changed":1874,"diff_lines":37,"trac_diff_url":1875,"vulnerabilities":1876,"is_current":756},"3.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.2.0&new_path=%2Fquery-monitor%2Ftags%2F3.2.1",[1877],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1879,"download_url":1880,"svn_tag_url":1881,"released_at":37,"has_diff":756,"diff_files_changed":1882,"diff_lines":37,"trac_diff_url":1883,"vulnerabilities":1884,"is_current":756},"3.2.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.2.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.2.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.1.1&new_path=%2Fquery-monitor%2Ftags%2F3.2.0",[1885],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1887,"download_url":1888,"svn_tag_url":1889,"released_at":37,"has_diff":756,"diff_files_changed":1890,"diff_lines":37,"trac_diff_url":1891,"vulnerabilities":1892,"is_current":756},"3.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.1.0&new_path=%2Fquery-monitor%2Ftags%2F3.1.1",[1893],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1895,"download_url":1896,"svn_tag_url":1897,"released_at":37,"has_diff":756,"diff_files_changed":1898,"diff_lines":37,"trac_diff_url":1899,"vulnerabilities":1900,"is_current":756},"3.1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.1.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.0.1&new_path=%2Fquery-monitor%2Ftags%2F3.1.0",[1901],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1903,"download_url":1904,"svn_tag_url":1905,"released_at":37,"has_diff":756,"diff_files_changed":1906,"diff_lines":37,"trac_diff_url":1907,"vulnerabilities":1908,"is_current":756},"3.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F3.0.0&new_path=%2Fquery-monitor%2Ftags%2F3.0.1",[1909],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1911,"download_url":1912,"svn_tag_url":1913,"released_at":37,"has_diff":756,"diff_files_changed":1914,"diff_lines":37,"trac_diff_url":1915,"vulnerabilities":1916,"is_current":756},"3.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.3.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F3.0.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.17.0&new_path=%2Fquery-monitor%2Ftags%2F3.0.0",[1917],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1919,"download_url":1920,"svn_tag_url":1921,"released_at":37,"has_diff":756,"diff_files_changed":1922,"diff_lines":37,"trac_diff_url":1923,"vulnerabilities":1924,"is_current":756},"2.17.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.17.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.17.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.16.2&new_path=%2Fquery-monitor%2Ftags%2F2.17.0",[1925],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1927,"download_url":1928,"svn_tag_url":1929,"released_at":37,"has_diff":756,"diff_files_changed":1930,"diff_lines":37,"trac_diff_url":1931,"vulnerabilities":1932,"is_current":756},"2.16.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.16.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.16.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.16.1&new_path=%2Fquery-monitor%2Ftags%2F2.16.2",[1933],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1935,"download_url":1936,"svn_tag_url":1937,"released_at":37,"has_diff":756,"diff_files_changed":1938,"diff_lines":37,"trac_diff_url":1939,"vulnerabilities":1940,"is_current":756},"2.16.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.16.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.16.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.15.0&new_path=%2Fquery-monitor%2Ftags%2F2.16.1",[1941],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1943,"download_url":1944,"svn_tag_url":1945,"released_at":37,"has_diff":756,"diff_files_changed":1946,"diff_lines":37,"trac_diff_url":1947,"vulnerabilities":1948,"is_current":756},"2.15.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.15.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.15.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.14.0&new_path=%2Fquery-monitor%2Ftags%2F2.15.0",[1949],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1951,"download_url":1952,"svn_tag_url":1953,"released_at":37,"has_diff":756,"diff_files_changed":1954,"diff_lines":37,"trac_diff_url":1955,"vulnerabilities":1956,"is_current":756},"2.14.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.14.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.14.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.13.4&new_path=%2Fquery-monitor%2Ftags%2F2.14.0",[1957],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1959,"download_url":1960,"svn_tag_url":1961,"released_at":37,"has_diff":756,"diff_files_changed":1962,"diff_lines":37,"trac_diff_url":1963,"vulnerabilities":1964,"is_current":756},"2.13.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.13.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.13.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.13.3&new_path=%2Fquery-monitor%2Ftags%2F2.13.4",[1965],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1967,"download_url":1968,"svn_tag_url":1969,"released_at":37,"has_diff":756,"diff_files_changed":1970,"diff_lines":37,"trac_diff_url":1971,"vulnerabilities":1972,"is_current":756},"2.13.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.13.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.13.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.13.2&new_path=%2Fquery-monitor%2Ftags%2F2.13.3",[1973],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1975,"download_url":1976,"svn_tag_url":1977,"released_at":37,"has_diff":756,"diff_files_changed":1978,"diff_lines":37,"trac_diff_url":1979,"vulnerabilities":1980,"is_current":756},"2.13.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.13.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.13.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.13.1&new_path=%2Fquery-monitor%2Ftags%2F2.13.2",[1981],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1983,"download_url":1984,"svn_tag_url":1985,"released_at":37,"has_diff":756,"diff_files_changed":1986,"diff_lines":37,"trac_diff_url":1987,"vulnerabilities":1988,"is_current":756},"2.13.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.13.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.13.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.13.0&new_path=%2Fquery-monitor%2Ftags%2F2.13.1",[1989],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1991,"download_url":1992,"svn_tag_url":1993,"released_at":37,"has_diff":756,"diff_files_changed":1994,"diff_lines":37,"trac_diff_url":1995,"vulnerabilities":1996,"is_current":756},"2.13.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.13.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.13.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.12.0&new_path=%2Fquery-monitor%2Ftags%2F2.13.0",[1997],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":1999,"download_url":2000,"svn_tag_url":2001,"released_at":37,"has_diff":756,"diff_files_changed":2002,"diff_lines":37,"trac_diff_url":2003,"vulnerabilities":2004,"is_current":756},"2.12.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.12.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.12.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.11.4&new_path=%2Fquery-monitor%2Ftags%2F2.12.0",[2005],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2007,"download_url":2008,"svn_tag_url":2009,"released_at":37,"has_diff":756,"diff_files_changed":2010,"diff_lines":37,"trac_diff_url":2011,"vulnerabilities":2012,"is_current":756},"2.11.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.11.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.11.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.11.3&new_path=%2Fquery-monitor%2Ftags%2F2.11.4",[2013],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2015,"download_url":2016,"svn_tag_url":2017,"released_at":37,"has_diff":756,"diff_files_changed":2018,"diff_lines":37,"trac_diff_url":2019,"vulnerabilities":2020,"is_current":756},"2.11.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.11.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.11.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.11.2&new_path=%2Fquery-monitor%2Ftags%2F2.11.3",[2021],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2023,"download_url":2024,"svn_tag_url":2025,"released_at":37,"has_diff":756,"diff_files_changed":2026,"diff_lines":37,"trac_diff_url":2027,"vulnerabilities":2028,"is_current":756},"2.11.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.11.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.11.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.11.1&new_path=%2Fquery-monitor%2Ftags%2F2.11.2",[2029],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2031,"download_url":2032,"svn_tag_url":2033,"released_at":37,"has_diff":756,"diff_files_changed":2034,"diff_lines":37,"trac_diff_url":2035,"vulnerabilities":2036,"is_current":756},"2.11.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.11.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.11.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.11.0&new_path=%2Fquery-monitor%2Ftags%2F2.11.1",[2037],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2039,"download_url":2040,"svn_tag_url":2041,"released_at":37,"has_diff":756,"diff_files_changed":2042,"diff_lines":37,"trac_diff_url":2043,"vulnerabilities":2044,"is_current":756},"2.11.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.11.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.11.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.10.0&new_path=%2Fquery-monitor%2Ftags%2F2.11.0",[2045],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2047,"download_url":2048,"svn_tag_url":2049,"released_at":37,"has_diff":756,"diff_files_changed":2050,"diff_lines":37,"trac_diff_url":2051,"vulnerabilities":2052,"is_current":756},"2.10.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.10.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.10.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.9.1&new_path=%2Fquery-monitor%2Ftags%2F2.10.0",[2053],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2055,"download_url":2056,"svn_tag_url":2057,"released_at":37,"has_diff":756,"diff_files_changed":2058,"diff_lines":37,"trac_diff_url":2059,"vulnerabilities":2060,"is_current":756},"2.9.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.9.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.9.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.9.0&new_path=%2Fquery-monitor%2Ftags%2F2.9.1",[2061],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2063,"download_url":2064,"svn_tag_url":2065,"released_at":37,"has_diff":756,"diff_files_changed":2066,"diff_lines":37,"trac_diff_url":2067,"vulnerabilities":2068,"is_current":756},"2.9.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.9.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.9.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.8.1&new_path=%2Fquery-monitor%2Ftags%2F2.9.0",[2069],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2071,"download_url":2072,"svn_tag_url":2073,"released_at":37,"has_diff":756,"diff_files_changed":2074,"diff_lines":37,"trac_diff_url":2075,"vulnerabilities":2076,"is_current":756},"2.8.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.8.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.8.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.8.0&new_path=%2Fquery-monitor%2Ftags%2F2.8.1",[2077],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2079,"download_url":2080,"svn_tag_url":2081,"released_at":37,"has_diff":756,"diff_files_changed":2082,"diff_lines":37,"trac_diff_url":2083,"vulnerabilities":2084,"is_current":756},"2.8.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.8.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.8.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.7.4&new_path=%2Fquery-monitor%2Ftags%2F2.8.0",[2085],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2087,"download_url":2088,"svn_tag_url":2089,"released_at":37,"has_diff":756,"diff_files_changed":2090,"diff_lines":37,"trac_diff_url":2091,"vulnerabilities":2092,"is_current":756},"2.7.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.7.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.7.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.7.3&new_path=%2Fquery-monitor%2Ftags%2F2.7.4",[2093],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2095,"download_url":2096,"svn_tag_url":2097,"released_at":37,"has_diff":756,"diff_files_changed":2098,"diff_lines":37,"trac_diff_url":2099,"vulnerabilities":2100,"is_current":756},"2.7.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.7.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.7.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.7.2&new_path=%2Fquery-monitor%2Ftags%2F2.7.3",[2101],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2103,"download_url":2104,"svn_tag_url":2105,"released_at":37,"has_diff":756,"diff_files_changed":2106,"diff_lines":37,"trac_diff_url":2107,"vulnerabilities":2108,"is_current":756},"2.7.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.7.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.7.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.7.1&new_path=%2Fquery-monitor%2Ftags%2F2.7.2",[2109],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2111,"download_url":2112,"svn_tag_url":2113,"released_at":37,"has_diff":756,"diff_files_changed":2114,"diff_lines":37,"trac_diff_url":2115,"vulnerabilities":2116,"is_current":756},"2.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.7.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.7.0&new_path=%2Fquery-monitor%2Ftags%2F2.7.1",[2117],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2119,"download_url":2120,"svn_tag_url":2121,"released_at":37,"has_diff":756,"diff_files_changed":2122,"diff_lines":37,"trac_diff_url":2123,"vulnerabilities":2124,"is_current":756},"2.7.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.7.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.7.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.10&new_path=%2Fquery-monitor%2Ftags%2F2.7.0",[2125],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2127,"download_url":2128,"svn_tag_url":2129,"released_at":37,"has_diff":756,"diff_files_changed":2130,"diff_lines":37,"trac_diff_url":2131,"vulnerabilities":2132,"is_current":756},"2.6.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.9&new_path=%2Fquery-monitor%2Ftags%2F2.6.10",[2133],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2135,"download_url":2136,"svn_tag_url":2137,"released_at":37,"has_diff":756,"diff_files_changed":2138,"diff_lines":37,"trac_diff_url":2139,"vulnerabilities":2140,"is_current":756},"2.6.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.8&new_path=%2Fquery-monitor%2Ftags%2F2.6.9",[2141],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2143,"download_url":2144,"svn_tag_url":2145,"released_at":37,"has_diff":756,"diff_files_changed":2146,"diff_lines":37,"trac_diff_url":2147,"vulnerabilities":2148,"is_current":756},"2.6.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.7&new_path=%2Fquery-monitor%2Ftags%2F2.6.8",[2149],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2151,"download_url":2152,"svn_tag_url":2153,"released_at":37,"has_diff":756,"diff_files_changed":2154,"diff_lines":37,"trac_diff_url":2155,"vulnerabilities":2156,"is_current":756},"2.6.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.6&new_path=%2Fquery-monitor%2Ftags%2F2.6.7",[2157],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2159,"download_url":2160,"svn_tag_url":2161,"released_at":37,"has_diff":756,"diff_files_changed":2162,"diff_lines":37,"trac_diff_url":2163,"vulnerabilities":2164,"is_current":756},"2.6.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.5&new_path=%2Fquery-monitor%2Ftags%2F2.6.6",[2165],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2167,"download_url":2168,"svn_tag_url":2169,"released_at":37,"has_diff":756,"diff_files_changed":2170,"diff_lines":37,"trac_diff_url":2171,"vulnerabilities":2172,"is_current":756},"2.6.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.4&new_path=%2Fquery-monitor%2Ftags%2F2.6.5",[2173],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2175,"download_url":2176,"svn_tag_url":2177,"released_at":37,"has_diff":756,"diff_files_changed":2178,"diff_lines":37,"trac_diff_url":2179,"vulnerabilities":2180,"is_current":756},"2.6.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.3&new_path=%2Fquery-monitor%2Ftags%2F2.6.4",[2181],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2183,"download_url":2184,"svn_tag_url":2185,"released_at":37,"has_diff":756,"diff_files_changed":2186,"diff_lines":37,"trac_diff_url":2187,"vulnerabilities":2188,"is_current":756},"2.6.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.2&new_path=%2Fquery-monitor%2Ftags%2F2.6.3",[2189],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2191,"download_url":2192,"svn_tag_url":2193,"released_at":37,"has_diff":756,"diff_files_changed":2194,"diff_lines":37,"trac_diff_url":2195,"vulnerabilities":2196,"is_current":756},"2.6.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6.1&new_path=%2Fquery-monitor%2Ftags%2F2.6.2",[2197],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2199,"download_url":2200,"svn_tag_url":2201,"released_at":37,"has_diff":756,"diff_files_changed":2202,"diff_lines":37,"trac_diff_url":2203,"vulnerabilities":2204,"is_current":756},"2.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.6&new_path=%2Fquery-monitor%2Ftags%2F2.6.1",[2205],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2207,"download_url":2208,"svn_tag_url":2209,"released_at":37,"has_diff":756,"diff_files_changed":2210,"diff_lines":37,"trac_diff_url":2211,"vulnerabilities":2212,"is_current":756},"2.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.5.6&new_path=%2Fquery-monitor%2Ftags%2F2.6",[2213],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2215,"download_url":2216,"svn_tag_url":2217,"released_at":37,"has_diff":756,"diff_files_changed":2218,"diff_lines":37,"trac_diff_url":2219,"vulnerabilities":2220,"is_current":756},"2.5.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.5.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.5.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.5.5&new_path=%2Fquery-monitor%2Ftags%2F2.5.6",[2221],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2223,"download_url":2224,"svn_tag_url":2225,"released_at":37,"has_diff":756,"diff_files_changed":2226,"diff_lines":37,"trac_diff_url":2227,"vulnerabilities":2228,"is_current":756},"2.5.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.5.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.5.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.5.4&new_path=%2Fquery-monitor%2Ftags%2F2.5.5",[2229],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2231,"download_url":2232,"svn_tag_url":2233,"released_at":37,"has_diff":756,"diff_files_changed":2234,"diff_lines":37,"trac_diff_url":2235,"vulnerabilities":2236,"is_current":756},"2.5.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.5.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.5.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.5.3&new_path=%2Fquery-monitor%2Ftags%2F2.5.4",[2237],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2239,"download_url":2240,"svn_tag_url":2241,"released_at":37,"has_diff":756,"diff_files_changed":2242,"diff_lines":37,"trac_diff_url":2243,"vulnerabilities":2244,"is_current":756},"2.5.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.5.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.5.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fquery-monitor%2Ftags%2F2.5.2&new_path=%2Fquery-monitor%2Ftags%2F2.5.3",[2245],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6},{"version":2247,"download_url":2248,"svn_tag_url":2249,"released_at":37,"has_diff":756,"diff_files_changed":2250,"diff_lines":37,"trac_diff_url":37,"vulnerabilities":2251,"is_current":756},"2.5.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-monitor.2.5.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fquery-monitor\u002Ftags\u002F2.5.2\u002F",[],[2252],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":6}]