[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_kcA2K-zzzG-8Zd7TWO_q2-TMNvyX-Ps83yMfVyZPFg":3,"$fAD1RUnC2xH63UAKQXyYSysyl1RPHrT1nhXBj0yZMlRo":350},{"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":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":39,"analysis":135,"fingerprints":331},"varnish-http-purge","Proxy Cache Purge","5.9.0","Danila Vershinin","https:\u002F\u002Fprofiles.wordpress.org\u002Fdvershinin\u002F","\u003Cp>\u003Cstrong>This plugin \u003Cem>does not\u003C\u002Fem> install nor configure a cache proxy. It acts as an interface with such services.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>One common method of caching content for websites is via the use of reverse proxy caching. Common examples of this are \u003Ca href=\"https:\u002F\u002Fwww.varnish-cache.org\u002F\" rel=\"nofollow ugc\">Varnish\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwww.nginx.org\u002F\" rel=\"nofollow ugc\">NGINX\u003C\u002Fa>. These systems allow a website to update content and have the visitor’s experience cached without the need for complex plugins storing the files locally and using up a user’s disk space.\u003C\u002Fp>\n\u003Cp>A reverse proxy cache is installed in front of a server and reviews requests. If the page being requested is already cached, it delivers the cached content. Otherwise it generates the page and the cache on demand.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>The Proxy Cache Purge plugin sends a request to delete (aka flush) the cached data of a page or post every time it’s modified.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>How It Works\u003C\u002Fh4>\n\u003Cp>When content on a site is updated by WordPress, the plugin reaches out to the proxy cache service with the URL of the page, requesting the cache be deleted.\u003C\u002Fp>\n\u003Cp>Not all pages are deleted from the cache on every change. For example, when a post, page, or custom post type is edited, or a new comment is added, \u003Cem>only\u003C\u002Fem> the following pages will purge:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The front page\u003C\u002Fli>\n\u003Cli>The post\u002Fpage edited\u003C\u002Fli>\n\u003Cli>Any categories, tags, and\u002For custom taxonomies associated with the page\u003C\u002Fli>\n\u003Cli>Related feeds\u003C\u002Fli>\n\u003Cli>Associated JSON API pages\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In addition, your \u003Cem>entire\u003C\u002Fem> cache will be deleted on the following actions:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Changing themes\u003C\u002Fli>\n\u003Cli>Pressing the \u003Cstrong>Empty Cache\u003C\u002Fstrong> button on the toolbar\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Plugins can hook into the purge actions as well, to filter their own events to trigger a purge.\u003C\u002Fp>\n\u003Cp>On a multisite network using subfolders, only \u003Cstrong>network admins\u003C\u002Fstrong> can purge the main site.\u003C\u002Fp>\n\u003Ch4>Development Mode\u003C\u002Fh4>\n\u003Cp>If you’re working on a site and need to turn off caching in one of two ways:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Add \u003Ccode>define( 'VHP_DEVMODE', true );\u003C\u002Fcode> to your \u003Ccode>wp-config.php\u003C\u002Fcode> file\u003C\u002Fli>\n\u003Cli>Go to Proxy Cache -> Settings and enable Debug Mode for 24 hours at a time\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>That will break cache on page loads. It is \u003Cem>not\u003C\u002Fem> recommended for production!\u003C\u002Fp>\n\u003Ch4>Cache Tags (BETA)\u003C\u002Fh4>\n\u003Cp>As of version 5.4.0, Proxy Cache Purge includes an \u003Cstrong>optional Cache Tags \u002F Surrogate Keys purge mode\u003C\u002Fstrong>. This feature is marked as \u003Cstrong>BETA\u003C\u002Fstrong> and is disabled by default.\u003C\u002Fp>\n\u003Cp>When enabled, the plugin:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Adds cache-tag headers to WordPress responses (for example, tagging pages by post ID, post type, taxonomy terms, author, and archives).\u003C\u002Fli>\n\u003Cli>Uses tag-based purges instead of individual URL purges when content is updated, which can reduce purge traffic and improve consistency on complex sites.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Requirements:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>A proxy cache that supports Cache Tags \u002F Surrogate Keys and advertises this via standard \u003Ccode>Surrogate-Capability\u003C\u002Fcode> headers (for example, \u003Ccode>Surrogate-Capability: vhp=\"Surrogate\u002F1.0 tags\u002F1\"\u003C\u002Fcode>).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>How to enable:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Go to \u003Cstrong>Proxy Cache \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Settings \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Purge Method\u003C\u002Fstrong> and check \u003Cstrong>“Use Cache Tags (Surrogate Keys)”\u003C\u002Fstrong>. The checkbox is only enabled when your cache tells WordPress it supports tags (or when you explicitly enable it via a define).\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Alternatively, you can force-enable or force-disable detection via \u003Ccode>wp-config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cp>define( ‘VHP_VARNISH_TAGS’, true );  \u002F\u002F Force treat cache as tag-capable\u003Cbr \u002F>\ndefine( ‘VHP_VARNISH_TAGS’, false ); \u002F\u002F Force treat cache as not tag-capable\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Because this feature depends on your cache configuration, it is recommended that you test it carefully in staging before enabling it on production.\u003C\u002Fp>\n\u003Ch4>Background Purging with WP-Cron\u003C\u002Fh4>\n\u003Cp>On busy sites, sending many PURGE requests directly from admin requests can slow things down. When you define \u003Ccode>DISABLE_WP_CRON\u003C\u002Fcode> as \u003Ccode>true\u003C\u002Fcode> in \u003Ccode>wp-config.php\u003C\u002Fcode> (because you are running a real system cron that calls \u003Ccode>wp-cron.php\u003C\u002Fcode>), Proxy Cache Purge automatically switches to an asynchronous mode:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Purge requests (both URL-based and tag-based, when Cache Tags are enabled) are collected into a small per-site queue.\u003C\u002Fli>\n\u003Cli>The queue is processed by WP-Cron in the background, keeping your admin and content-editing actions responsive even when many URLs or tags must be invalidated.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Object-cache purges (the “Purge Database Cache” option) remain synchronous and are not affected by this behaviour. The Proxy Cache settings page and Site Health integration expose basic queue status so you can verify that background purging is healthy; if the queue appears large or very old, check that your system cron is correctly invoking WordPress cron.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Important: Cron Frequency and Cache Freshness\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>When using background purging, the frequency of your system cron determines how quickly cache invalidations are processed. The longer the interval between cron runs, the longer visitors may see stale content after updates.\u003C\u002Fp>\n\u003Cp>For minimal stale content, run your system cron every minute:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>* * * * * \u002Fusr\u002Fbin\u002Fphp \u002Fvar\u002Fwww\u002Fhtml\u002Fwp-cron.php\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you can tolerate slightly longer delays, every 2-5 minutes is also acceptable. However, running cron less frequently (e.g., every 15 minutes) means cache purges may be delayed by that amount after content changes.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note:\u003C\u002Fstrong> Scheduled posts are handled specially. When a scheduled post is published via WP-Cron, the cache is purged synchronously within the same cron run, ensuring immediate cache invalidation without waiting for the next cron execution.\u003C\u002Fp>\n\u003Cp>For detailed instructions on setting up a proper Linux-based WordPress cron, see: \u003Ca href=\"https:\u002F\u002Fwww.getpagespeed.com\u002Fweb-apps\u002Fwordpress\u002Fwordpress-cron-optimization\" rel=\"nofollow ugc\">WordPress Cron Optimization\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Disabling Background Purging\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If you have \u003Ccode>DISABLE_WP_CRON\u003C\u002Fcode> defined but do not want background purging (for example, on low-traffic sites where immediate purges are preferred), you can force-disable cron-based purging by adding this to your \u003Ccode>wp-config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'VHP_DISABLE_CRON_PURGING', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>With this constant set, all cache purges will execute immediately during the request, regardless of the \u003Ccode>DISABLE_WP_CRON\u003C\u002Fcode> setting.\u003C\u002Fp>\n\u003Ch3>WP-CLI\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Purge\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Purge commands let you empty the cache.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>wp varnish purge\u003C\u002Fcode> – Flush the entire site cache (equivalent to clicking “Empty Cache” in admin)\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge --all\u003C\u002Fcode> – Explicitly flush the entire site cache\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge \u003Curl>\u003C\u002Fcode> – Flush cache for a specific URL and all content below it (wildcard)\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge \u003Curl> --url-only\u003C\u002Fcode> – Flush cache for only the exact URL specified (no wildcard)\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge --tag=\u003Ctag>\u003C\u002Fcode> – Flush cache by tag (requires Cache Tags mode to be enabled)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Examples:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>wp varnish purge\u003C\u002Fcode> – Purge entire site\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge --all\u003C\u002Fcode> – Same as above, more explicit\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge https:\u002F\u002Fexample.com\u002Fhello-world\u002F\u003C\u002Fcode> – Purge this URL and everything below it\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge https:\u002F\u002Fexample.com\u002Fhello-world\u002F --url-only\u003C\u002Fcode> – Purge only this exact URL\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge https:\u002F\u002Fexample.com\u002Fwp-content\u002Fthemes\u002F --wildcard\u003C\u002Fcode> – Purge all theme files\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge --tag=p-123\u003C\u002Fcode> – Purge all pages tagged with post ID 123\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish purge --tag=pt-post\u003C\u002Fcode> – Purge all cached pages of post type “post”\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Debug\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Debugging can help you figure out why your cache isn’t working as well as it could. The default is for your home page, but you can pass any URL on your domain.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>wp varnish debug [\u003Curl>]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Available parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>[--include-headers]\u003C\u002Fcode> —  Include headers in debug check output\u003C\u002Fli>\n\u003Cli>\u003Ccode>[--include-grep]\u003C\u002Fcode> — Grep active theme and plugin directories for common issues\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>DevMode\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Development mode allows you to disable the cache, temporarily.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>wp varnish devmode [\u003Cactivate|deactivate|toggle>]\u003C\u002Fcode> – Change development mode state\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Async purge queue (cron-mode)\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>When you define \u003Ccode>DISABLE_WP_CRON\u003C\u002Fcode> as \u003Ccode>true\u003C\u002Fcode> and run a real system cron for WordPress, Proxy Cache Purge can move heavy purge work into a small background queue that is processed by WP‑Cron.\u003C\u002Fp>\n\u003Cp>You can inspect and manage that queue via WP‑CLI:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>wp varnish queue status\u003C\u002Fcode> – show whether cron-mode is active, if a full purge is queued, counts of queued URLs\u002Ftags, and the last queue run time.\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish queue process\u003C\u002Fcode> – process any items currently in the queue (useful to run after deploys or cache‑sensitive operations).\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp varnish queue clear\u003C\u002Fcode> – clear the queue without sending any PURGE requests.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>These commands do not replace your normal WordPress cron (you still need a cron entry that calls \u003Ccode>wp cron event run --due-now\u003C\u002Fcode> or hits \u003Ccode>wp-cron.php\u003C\u002Fcode>), but they give you a simple operational handle when using cron‑mode.\u003C\u002Fp>\n\u003Ch4>Understanding Purge Behavior\u003C\u002Fh4>\n\u003Cp>There are different types of cache purges, and they behave differently:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Manual Purges (Admin Bar)\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>“Purge Cache (All Pages)”\u003C\u002Fstrong> – Sends a single regex purge request to invalidate the entire cache. Always executes immediately.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>“Purge Cache (this page)”\u003C\u002Fstrong> – Purges only the exact URL you’re viewing. Always executes immediately.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Manual purges are always immediate, even when background cron-mode is enabled. This is intentional: when you click a button, you expect immediate results.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Automatic Purges (Post Save\u002FUpdate)\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>When you save or update a post, the plugin automatically purges:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The post’s URL\u003C\u002Fli>\n\u003Cli>The homepage\u003C\u002Fli>\n\u003Cli>Category archive pages\u003C\u002Fli>\n\u003Cli>Tag archive pages\u003C\u002Fli>\n\u003Cli>Author archive page\u003C\u002Fli>\n\u003Cli>Date-based archives\u003C\u002Fli>\n\u003Cli>RSS feeds\u003C\u002Fli>\n\u003Cli>Related REST API endpoints\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This can be 20-50+ URLs depending on your site structure. When cron-mode is enabled, these automatic purges are queued and processed in the background to avoid slowing down the post editor.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Difference\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>  Action\u003Cbr \u002F>\n  URLs Purged\u003Cbr \u002F>\n  Uses Cron Queue?\u003C\u002Fp>\n\u003Cp>  “Purge Cache (All Pages)”\u003Cbr \u002F>\n  1 (regex)\u003Cbr \u002F>\n  No – always immediate\u003C\u002Fp>\n\u003Cp>  “Purge Cache (this page)”\u003Cbr \u002F>\n  1\u003Cbr \u002F>\n  No – always immediate\u003C\u002Fp>\n\u003Cp>  Post save\u002Fupdate\u003Cbr \u002F>\n  20-50+\u003Cbr \u002F>\n  Yes (if cron-mode enabled)\u003C\u002Fp>\n\u003Cp>If you need to immediately purge all URLs related to a specific post (not just the post URL), save the post – the automatic purge will handle all related URLs.\u003C\u002Fp>\n","Automatically empty proxy cached content when your site is modified.",40000,2235916,88,26,"2026-04-02T16:12:00.000Z","6.9.4","5.0","5.6",[20,21,22,23,24],"cache","nginx","proxy","purge","varnish","https:\u002F\u002Fgithub.com\u002Fdvershinin\u002Fvarnish-http-purge","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.9.0.zip",100,0,null,"2026-04-06T09:54:40.288Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":27,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"dvershinin",4,40360,30,94,"2026-04-07T08:36:38.269Z",[40,62,79,95,116],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":27,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":54,"tags":55,"homepage":57,"download_link":58,"security_score":59,"vuln_count":60,"unpatched_count":60,"last_vuln_date":61,"fetched_at":30},"vcaching","Varnish\u002FNginx Proxy Caching","1.8.3","Razvan Stanga","https:\u002F\u002Fprofiles.wordpress.org\u002Frazvanstanga\u002F","\u003Cp>Complete WordPress Varnish Cache 3.x\u002F4.x\u002F5.x and Nginx Proxy Cache integration.\u003C\u002Fp>\n\u003Cp>This plugin handles all integration with Varnish Cache and Nginx Proxy Cache. It was designed for high traffic websites.\u003C\u002Fp>\n\u003Cp>Main features\u003C\u002Fp>\n\u003Cul>\n\u003Cli>admin interface, see screenshots\u003C\u002Fli>\n\u003Cli>console for manual purges, supports regular expressions so you can purge an entire folder or just a single file\u003C\u002Fli>\n\u003Cli>supports every type of Varnish Cache implementation, see screenshots for examples\u003C\u002Fli>\n\u003Cli>unlimited number of Varnish Cache servers\u003C\u002Fli>\n\u003Cli>use of custom headers when communicating with Varnish Cache does not interfere with other caching plugins, cloudflare, etc\u003C\u002Fli>\n\u003Cli>Varnish Cache configuration generator\u003C\u002Fli>\n\u003Cli>purge key method so you don’t need to setup ACLs\u003C\u002Fli>\n\u003Cli>debugging\u003C\u002Fli>\n\u003Cli>actively maintained\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can control the following from the Varnish Caching admin panel :\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Enable\u002FDisable caching\u003C\u002Fli>\n\u003Cli>Homepage cache TTL\u003C\u002Fli>\n\u003Cli>Cache TTL (for every other page)\u003C\u002Fli>\n\u003Cli>IPs\u002FHosts to clear cache to support every type of Varnish Cache implementation\u003C\u002Fli>\n\u003Cli>Override default TTL in posts\u002Fpages\u003C\u002Fli>\n\u003Cli>Purge key based PURGE\u003C\u002Fli>\n\u003Cli>Logged in cookie\u003C\u002Fli>\n\u003Cli>Debugging option\u003C\u002Fli>\n\u003Cli>console for precise manual purges\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin also auto purges Varnish Cache \u002F Nginx Proxy Cache when your site is modified.\u003C\u002Fp>\n\u003Cp>Varnish Caching sends a PURGE request to Varnish Cache \u002F Nginx Proxy Cache when a page or post is modified. This occurs when editing, publishing, commenting or deleting an item, and when changing themes.\u003Cbr \u002F>\nNot all pages are purged every time, depending on your Varnish \u002F Nginx Proxy Cache configuration. When a post, page, or custom post type is edited, or a new comment is added, \u003Cem>only\u003C\u002Fem> the following pages will purge:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The front page\u003C\u002Fli>\n\u003Cli>The post\u002Fpage edited\u003C\u002Fli>\n\u003Cli>Any categories or tags associated with the page\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.varnish-cache.org\u002F\" rel=\"nofollow ugc\">Varnish Cache\u003C\u002Fa> \u002F \u003Ca href=\"https:\u002F\u002Fwww.nginx.com\u002Fblog\u002Fnginx-caching-guide\u002F\" rel=\"nofollow ugc\">Nginx Proxy Cache\u003C\u002Fa> is a web application accelerator also known as a caching HTTP reverse proxy. You install it in front of any server that speaks HTTP and configure it to cache the contents. This plugin \u003Cem>does not\u003C\u002Fem> install Varnish\u002FNginx for you, nor does it configure Varnish\u002FNginx for WordPress. It’s expected you already did that on your own using the provided config files.\u003C\u002Fp>\n\u003Cp>Inspired from the following :\u003C\u002Fp>\n\u003Cul>\n\u003Cli>https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fvarnish-http-purge\u002F\u003C\u002Fli>\n\u003Cli>https:\u002F\u002Fgithub.com\u002Fdreamhost\u002Fvarnish-vcl-collection\u002F\u003C\u002Fli>\n\u003C\u002Ful>\n","Wordpress Varnish Cache 3.x\u002F4.x\u002F5.x and Nginx Proxy Cache integration",800,59422,10,"2019-10-21T07:20:00.000Z","5.2.24","4.0","5.2.4",[20,56,21,23,24],"caching","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fvcaching\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvcaching.1.8.3.zip",38,2,"2025-12-31 00:00:00",{"slug":63,"name":64,"version":65,"author":66,"author_profile":67,"description":68,"short_description":69,"active_installs":27,"downloaded":70,"rating":28,"num_ratings":28,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":74,"tags":75,"homepage":76,"download_link":77,"security_score":78,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"webglobe-purge-cache","Webglobe Purge Cache","1.2","Webglobe.sk","https:\u002F\u002Fprofiles.wordpress.org\u002Fwebglobe-yegon\u002F","\u003Cp>Automatic cache purge when the content is updated. Works only with specialized hosting plans from Webglobe.\u003C\u002Fp>\n","Automatic cache purge when the content is updated. Works only with specialized hosting plans from Webglobe.",851,"2024-02-19T11:39:00.000Z","6.4.8","6.0","7.2",[20,21,22,23,63],"","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwebglobe-purge-cache.zip",85,{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":50,"downloaded":87,"rating":28,"num_ratings":28,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":76,"tags":91,"homepage":92,"download_link":93,"security_score":78,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":94},"nginx-proxy-cache-purge","Nginx Proxy Cache Purge","0.9.7","John Levandowski","https:\u002F\u002Fprofiles.wordpress.org\u002Fjlevandowski\u002F","\u003Cp>Purges the nginx proxy cache when you publish or update a post or page.  The cache will be purged for the:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Page or post you published or updated\u003C\u002Fli>\n\u003Cli>Front page of your site\u003C\u002Fli>\n\u003Cli>Posts page of your site (if enabled)\u003C\u002Fli>\n\u003Cli>Feed of your site\u003C\u002Fli>\n\u003Cli>Comments feed of your site\u003C\u002Fli>\n\u003C\u002Ful>\n","Purges the nginx proxy cache when you publish or update a post or page.",5974,"2018-03-30T15:08:00.000Z","3.0.5","3.0.1",[20,21,22,23],"http:\u002F\u002Fwpselect.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnginx-proxy-cache-purge.0.9.7.zip","2026-03-15T15:16:48.613Z",{"slug":96,"name":97,"version":98,"author":99,"author_profile":100,"description":101,"short_description":102,"active_installs":103,"downloaded":104,"rating":13,"num_ratings":105,"last_updated":106,"tested_up_to":107,"requires_at_least":108,"requires_php":76,"tags":109,"homepage":114,"download_link":115,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"nginx-helper","Nginx Helper","2.3.5","rtCamp","https:\u002F\u002Fprofiles.wordpress.org\u002Frtcamp\u002F","\u003Col>\n\u003Cli>Removes \u003Ccode>index.php\u003C\u002Fcode> from permalinks when using WordPress with nginx.\u003C\u002Fli>\n\u003Cli>Adds support for purging redis-cache when used as full-page cache created using \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fopenresty\u002Fsrcache-nginx-module#caching-with-redis\" rel=\"nofollow ugc\">nginx-srcache-module\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Adds support for nginx fastcgi_cache_purge & proxy_cache_purge directive from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FFRiCKLE\u002Fngx_cache_purge\" title=\"ngx_cache_purge module\" rel=\"nofollow ugc\">module\u003C\u002Fa>. Provides settings so you can customize purging rules.\u003C\u002Fli>\n\u003Cli>Adds support for nginx \u003Ccode>map{..}\u003C\u002Fcode> on a WordPress-multisite network installation. Using it, Nginx can serve PHP file uploads even if PHP\u002FMySQL crashes. Please check the tutorial list below for related Nginx configurations.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Tutorials\u003C\u002Fh4>\n\u003Cp>You will need to follow one or more tutorials below to get desired functionality:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Feasyengine.io\u002Fwordpress-nginx\u002Ftutorials\u002Fmultisite\u002Fstatic-files-handling\u002F\" rel=\"nofollow ugc\">Nginx Map + WordPress-Multisite + Static Files Handling\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Feasyengine.io\u002Fwordpress-nginx\u002Ftutorials\u002Fsingle-site\u002Ffastcgi-cache-with-purging\u002F\" rel=\"nofollow ugc\">Nginx + WordPress + fastcgi_purge_cache\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Feasyengine.io\u002Fwordpress-nginx\u002Ftutorials\u002Fmultisite\u002Fsubdirectories\u002Ffastcgi-cache-with-purging\u002F\" rel=\"nofollow ugc\">Nginx + WordPress-Multisite (Subdirectories) + fastcgi_purge_cache\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Feasyengine.io\u002Fwordpress-nginx\u002Ftutorials\u002Fmultisite\u002Fsubdomains\u002Ffastcgi-cache-with-purging\u002F\" rel=\"nofollow ugc\">Nginx + WordPress-Multisite (Subdomains\u002Fdomain-mapping) + fastcgi_purge_cache\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Feasyengine.io\u002Fwordpress-nginx\u002Ftutorials\u002F\" rel=\"nofollow ugc\">Other WordPress-Nginx Tutorials\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Cleans nginx's fastcgi\u002Fproxy cache or redis-cache whenever a post is edited\u002Fpublished. Also does a few more things.",100000,6138068,31,"2025-08-21T06:49:00.000Z","6.8.5","3.0",[110,111,21,112,113],"cache-purge","fastcgi","permalinks","redis-cache","https:\u002F\u002Frtcamp.com\u002Fnginx-helper\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnginx-helper.2.3.5.zip",{"slug":117,"name":118,"version":119,"author":120,"author_profile":121,"description":122,"short_description":123,"active_installs":124,"downloaded":125,"rating":126,"num_ratings":127,"last_updated":128,"tested_up_to":129,"requires_at_least":130,"requires_php":76,"tags":131,"homepage":133,"download_link":134,"security_score":126,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"nginx-cache","Nginx Cache","1.0.7","Till Krüss","https:\u002F\u002Fprofiles.wordpress.org\u002Ftillkruess\u002F","\u003Cp>Purge the \u003Ca href=\"http:\u002F\u002Fnginx.org\" rel=\"nofollow ugc\">Nginx\u003C\u002Fa> cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress.\u003C\u002Fp>\n\u003Cp>Requirements:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFilesystem_API\" rel=\"nofollow ugc\">Filesystem API\u003C\u002Fa> needs to function without asking for credentials.\u003C\u002Fli>\n\u003Cli>Nginx and PHP need to run under the same user, or PHP’s user needs write access to Nginx’s cache path.\u003C\u002Fli>\n\u003C\u002Ful>\n","Purge the Nginx cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress.",10000,309071,92,23,"2024-11-26T20:26:00.000Z","6.7.5","3.1",[20,111,132,21,23],"flush","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fnginx-cache\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnginx-cache.1.0.7.zip",{"attackSurface":136,"codeSignals":260,"taintFlows":282,"riskAssessment":323,"analyzedAt":330},{"hooks":137,"ajaxHandlers":236,"restRoutes":255,"shortcodes":256,"cronEvents":257,"entryPointCount":34,"unprotectedCount":28},[138,144,149,152,156,159,163,165,168,171,175,179,183,186,189,192,195,199,202,206,210,214,217,220,224,228,231],{"type":139,"name":140,"callback":141,"file":142,"line":143},"filter","site_status_tests","vhp_add_site_status_tests","health-check.php",12,{"type":145,"name":146,"callback":146,"file":147,"line":148},"action","admin_init","settings.php",24,{"type":145,"name":150,"callback":150,"file":147,"line":151},"admin_menu",25,{"type":139,"name":153,"callback":154,"priority":155,"file":147,"line":14},"admin_footer_text","admin_footer",1,{"type":139,"name":157,"callback":158,"priority":50,"file":147,"line":105},"varnish_http_purge_valid_post_statuses","skip_purge_for_test_posts",{"type":145,"name":160,"callback":160,"file":161,"line":162},"init","varnish-http-purge.php",153,{"type":145,"name":146,"callback":146,"file":161,"line":164},154,{"type":145,"name":166,"callback":166,"file":161,"line":167},"import_start",155,{"type":145,"name":169,"callback":169,"file":161,"line":170},"import_end",156,{"type":145,"name":172,"callback":173,"priority":50,"file":161,"line":174},"upgrader_process_complete","check_upgrades",159,{"type":145,"name":176,"callback":177,"priority":27,"file":161,"line":178},"activity_box_end","varnish_rightnow",173,{"type":145,"name":180,"callback":181,"file":161,"line":182},"admin_notices","require_wp_version_notice",179,{"type":145,"name":180,"callback":184,"file":161,"line":185},"devmode_is_active_notice",188,{"type":145,"name":180,"callback":187,"file":161,"line":188},"require_pretty_permalinks_notice",193,{"type":145,"name":180,"callback":190,"file":161,"line":191},"cacheability_pro_notice",197,{"type":145,"name":180,"callback":193,"file":161,"line":194},"woocommerce_cache_notice",203,{"type":139,"name":196,"callback":197,"priority":50,"file":161,"line":198},"style_loader_src","nocache_cssjs",237,{"type":139,"name":200,"callback":197,"priority":50,"file":161,"line":201},"script_loader_src",238,{"type":145,"name":203,"callback":204,"file":161,"line":205},"shutdown","execute_purge",264,{"type":145,"name":207,"callback":208,"file":161,"line":209},"vhp_process_purge_queue","process_purge_queue",267,{"type":145,"name":211,"callback":212,"priority":50,"file":161,"line":213},"transition_post_status","purge_on_future_to_publish",272,{"type":145,"name":180,"callback":215,"file":161,"line":216},"admin_message_devmode",279,{"type":145,"name":180,"callback":218,"file":161,"line":219},"admin_message_purge",281,{"type":145,"name":221,"callback":222,"priority":27,"file":161,"line":223},"admin_bar_menu","varnish_rightnow_adminbar",286,{"type":145,"name":225,"callback":226,"file":161,"line":227},"admin_enqueue_scripts","custom_css",287,{"type":145,"name":229,"callback":226,"file":161,"line":230},"wp_enqueue_scripts",288,{"type":145,"name":232,"callback":233,"file":234,"line":235},"send_headers","add_headers","varnish-tags.php",18,[237,243,247,251],{"action":238,"nopriv":239,"callback":240,"hasNonce":241,"hasCapCheck":241,"file":147,"line":242},"vhp_cache_test",false,"ajax_cache_test",true,27,{"action":244,"nopriv":239,"callback":245,"hasNonce":241,"hasCapCheck":241,"file":147,"line":246},"vhp_health_score","ajax_health_score",28,{"action":248,"nopriv":239,"callback":249,"hasNonce":241,"hasCapCheck":241,"file":161,"line":250},"vhp_dismiss_cacheability_notice","ajax_dismiss_cacheability_notice",200,{"action":252,"nopriv":239,"callback":253,"hasNonce":241,"hasCapCheck":241,"file":161,"line":254},"vhp_dismiss_woo_cache_notice","ajax_dismiss_woo_cache_notice",206,[],[],[258],{"hook":207,"callback":207,"file":161,"line":259},528,{"dangerousFunctions":261,"sqlUsage":267,"outputEscaping":269,"fileOperations":277,"externalRequests":278,"nonceChecks":279,"capabilityChecks":280,"bundledLibraries":281},[262],{"fn":263,"file":264,"line":265,"context":266},"system","wp-cli.php",302,"system( $cmd );",{"prepared":28,"raw":28,"locations":268},[],{"escaped":270,"rawEcho":60,"locations":271},152,[272,275],{"file":161,"line":273,"context":274},701,"raw output",{"file":161,"line":276,"context":274},1114,3,11,8,14,[],[283,306],{"entryPoint":284,"graph":285,"unsanitizedCount":155,"severity":305},"execute_purge (varnish-http-purge.php:1182)",{"nodes":286,"edges":302},[287,292,296],{"id":288,"type":289,"label":290,"file":161,"line":291},"n0","source","$_GET",1282,{"id":293,"type":294,"label":295,"file":161,"line":291},"n1","transform","→ purge_url()",{"id":297,"type":298,"label":299,"file":161,"line":300,"wp_function":301},"n2","sink","wp_remote_request() [SSRF]",1565,"wp_remote_request",[303,304],{"from":288,"to":293,"sanitized":239},{"from":293,"to":297,"sanitized":239},"medium",{"entryPoint":307,"graph":308,"unsanitizedCount":155,"severity":305},"\u003Cvarnish-http-purge> (varnish-http-purge.php:0)",{"nodes":309,"edges":319},[310,313,314,315,317],{"id":288,"type":289,"label":311,"file":161,"line":312},"$_GET (x2)",1277,{"id":293,"type":298,"label":299,"file":161,"line":300,"wp_function":301},{"id":297,"type":289,"label":290,"file":161,"line":291},{"id":316,"type":294,"label":295,"file":161,"line":291},"n3",{"id":318,"type":298,"label":299,"file":161,"line":300,"wp_function":301},"n4",[320,321,322],{"from":288,"to":293,"sanitized":241},{"from":297,"to":316,"sanitized":239},{"from":316,"to":318,"sanitized":239},{"summary":324,"deductions":325},"The varnish-http-purge plugin v5.8.0 generally exhibits good security practices, particularly in its handling of SQL queries and output escaping. The absence of known CVEs and a clean vulnerability history are strong indicators of a well-maintained and secure codebase. The plugin also demonstrates a commendable approach to securing its entry points, with all identified AJAX handlers, REST API routes, and cron events appearing to have proper authentication and authorization checks.\n\nHowever, a few areas warrant attention. The presence of a 'dangerous function' (system) raises a flag, as these functions can be misused if not carefully handled. While the taint analysis shows no critical or high-severity flows with unsanitized paths, the fact that both analyzed flows had 'unsanitized paths' suggests a potential for issues if the inputs to the 'system' function are not strictly validated. Furthermore, the plugin performs several file operations and external HTTP requests, which, while not inherently insecure, represent potential vectors for attack if not implemented with robust validation and sanitization. The plugin also uses 8 nonce checks and 14 capability checks, which is positive for security but could potentially be a slight performance consideration or indicate an area where some checks might be redundant if not carefully architected.\n\nOverall, this plugin appears to be in a strong security posture due to its proactive security measures and lack of historical vulnerabilities. The primary concerns revolve around the potential misuse of the 'system' function and the handling of inputs related to file operations and external requests. Rigorous input validation and sanitization around these functions are crucial. The limited attack surface and well-protected entry points are significant strengths that contribute to its overall good security rating.",[326,328],{"reason":327,"points":50},"Dangerous function used ('system')",{"reason":329,"points":279},"Taint flows with unsanitized paths detected","2026-03-16T17:20:11.199Z",{"wat":332,"direct":341},{"assetPaths":333,"generatorPatterns":336,"scriptPaths":337,"versionParams":338},[334,335],"\u002Fwp-content\u002Fplugins\u002Fvarnish-http-purge\u002Fcss\u002Fadmin.css","\u002Fwp-content\u002Fplugins\u002Fvarnish-http-purge\u002Fjs\u002Fadmin.js",[],[335],[339,340],"varnish-http-purge\u002Fcss\u002Fadmin.css?ver=","varnish-http-purge\u002Fjs\u002Fadmin.js?ver=",{"cssClasses":342,"htmlComments":343,"htmlAttributes":344,"restEndpoints":345,"jsGlobals":346,"shortcodeOutput":349},[],[],[],[],[347,348],"VarnishPurger","VarnishDebug",[],{"slug":4,"current_version":6,"total_versions":351,"versions":352},33,[353,358,365,372,379,386,393,400,407,414,421,428,435,442,449,456,463,470,477,484,491,498,505,512,519,526,533,540,546,553,560,567,574],{"version":6,"download_url":26,"svn_tag_url":354,"released_at":29,"has_diff":239,"diff_files_changed":355,"diff_lines":29,"trac_diff_url":356,"vulnerabilities":357,"is_current":241},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.9.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.8.3&new_path=%2Fvarnish-http-purge%2Ftags%2F5.9.0",[],{"version":359,"download_url":360,"svn_tag_url":361,"released_at":29,"has_diff":239,"diff_files_changed":362,"diff_lines":29,"trac_diff_url":363,"vulnerabilities":364,"is_current":239},"5.8.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.8.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.8.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.8.2&new_path=%2Fvarnish-http-purge%2Ftags%2F5.8.3",[],{"version":366,"download_url":367,"svn_tag_url":368,"released_at":29,"has_diff":239,"diff_files_changed":369,"diff_lines":29,"trac_diff_url":370,"vulnerabilities":371,"is_current":239},"5.8.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.8.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.8.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.8.1&new_path=%2Fvarnish-http-purge%2Ftags%2F5.8.2",[],{"version":373,"download_url":374,"svn_tag_url":375,"released_at":29,"has_diff":239,"diff_files_changed":376,"diff_lines":29,"trac_diff_url":377,"vulnerabilities":378,"is_current":239},"5.8.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.8.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.8.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.8.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.8.1",[],{"version":380,"download_url":381,"svn_tag_url":382,"released_at":29,"has_diff":239,"diff_files_changed":383,"diff_lines":29,"trac_diff_url":384,"vulnerabilities":385,"is_current":239},"5.8.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.8.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.8.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.7.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.8.0",[],{"version":387,"download_url":388,"svn_tag_url":389,"released_at":29,"has_diff":239,"diff_files_changed":390,"diff_lines":29,"trac_diff_url":391,"vulnerabilities":392,"is_current":239},"5.7.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.7.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.7.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.6.5&new_path=%2Fvarnish-http-purge%2Ftags%2F5.7.0",[],{"version":394,"download_url":395,"svn_tag_url":396,"released_at":29,"has_diff":239,"diff_files_changed":397,"diff_lines":29,"trac_diff_url":398,"vulnerabilities":399,"is_current":239},"5.6.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.6.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.6.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.6.4&new_path=%2Fvarnish-http-purge%2Ftags%2F5.6.5",[],{"version":401,"download_url":402,"svn_tag_url":403,"released_at":29,"has_diff":239,"diff_files_changed":404,"diff_lines":29,"trac_diff_url":405,"vulnerabilities":406,"is_current":239},"5.6.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.6.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.6.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.6.3&new_path=%2Fvarnish-http-purge%2Ftags%2F5.6.4",[],{"version":408,"download_url":409,"svn_tag_url":410,"released_at":29,"has_diff":239,"diff_files_changed":411,"diff_lines":29,"trac_diff_url":412,"vulnerabilities":413,"is_current":239},"5.6.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.6.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.6.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.6.2&new_path=%2Fvarnish-http-purge%2Ftags%2F5.6.3",[],{"version":415,"download_url":416,"svn_tag_url":417,"released_at":29,"has_diff":239,"diff_files_changed":418,"diff_lines":29,"trac_diff_url":419,"vulnerabilities":420,"is_current":239},"5.6.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.6.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.6.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.6.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.6.2",[],{"version":422,"download_url":423,"svn_tag_url":424,"released_at":29,"has_diff":239,"diff_files_changed":425,"diff_lines":29,"trac_diff_url":426,"vulnerabilities":427,"is_current":239},"5.6.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.6.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.6.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.5.3&new_path=%2Fvarnish-http-purge%2Ftags%2F5.6.0",[],{"version":429,"download_url":430,"svn_tag_url":431,"released_at":29,"has_diff":239,"diff_files_changed":432,"diff_lines":29,"trac_diff_url":433,"vulnerabilities":434,"is_current":239},"5.5.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.5.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.5.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.5.2&new_path=%2Fvarnish-http-purge%2Ftags%2F5.5.3",[],{"version":436,"download_url":437,"svn_tag_url":438,"released_at":29,"has_diff":239,"diff_files_changed":439,"diff_lines":29,"trac_diff_url":440,"vulnerabilities":441,"is_current":239},"5.5.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.5.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.5.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.5.1&new_path=%2Fvarnish-http-purge%2Ftags%2F5.5.2",[],{"version":443,"download_url":444,"svn_tag_url":445,"released_at":29,"has_diff":239,"diff_files_changed":446,"diff_lines":29,"trac_diff_url":447,"vulnerabilities":448,"is_current":239},"5.5.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.5.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.5.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.5.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.5.1",[],{"version":450,"download_url":451,"svn_tag_url":452,"released_at":29,"has_diff":239,"diff_files_changed":453,"diff_lines":29,"trac_diff_url":454,"vulnerabilities":455,"is_current":239},"5.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.4.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.5.0",[],{"version":457,"download_url":458,"svn_tag_url":459,"released_at":29,"has_diff":239,"diff_files_changed":460,"diff_lines":29,"trac_diff_url":461,"vulnerabilities":462,"is_current":239},"5.4.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.4.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.4.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.3.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.4.0",[],{"version":464,"download_url":465,"svn_tag_url":466,"released_at":29,"has_diff":239,"diff_files_changed":467,"diff_lines":29,"trac_diff_url":468,"vulnerabilities":469,"is_current":239},"5.3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.3.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.2.2&new_path=%2Fvarnish-http-purge%2Ftags%2F5.3.0",[],{"version":471,"download_url":472,"svn_tag_url":473,"released_at":29,"has_diff":239,"diff_files_changed":474,"diff_lines":29,"trac_diff_url":475,"vulnerabilities":476,"is_current":239},"5.2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.2.1&new_path=%2Fvarnish-http-purge%2Ftags%2F5.2.2",[],{"version":478,"download_url":479,"svn_tag_url":480,"released_at":29,"has_diff":239,"diff_files_changed":481,"diff_lines":29,"trac_diff_url":482,"vulnerabilities":483,"is_current":239},"5.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.2.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.2.1",[],{"version":485,"download_url":486,"svn_tag_url":487,"released_at":29,"has_diff":239,"diff_files_changed":488,"diff_lines":29,"trac_diff_url":489,"vulnerabilities":490,"is_current":239},"5.2.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.2.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.2.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.1.3&new_path=%2Fvarnish-http-purge%2Ftags%2F5.2.0",[],{"version":492,"download_url":493,"svn_tag_url":494,"released_at":29,"has_diff":239,"diff_files_changed":495,"diff_lines":29,"trac_diff_url":496,"vulnerabilities":497,"is_current":239},"5.1.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.1.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.1.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.1.2&new_path=%2Fvarnish-http-purge%2Ftags%2F5.1.3",[],{"version":499,"download_url":500,"svn_tag_url":501,"released_at":29,"has_diff":239,"diff_files_changed":502,"diff_lines":29,"trac_diff_url":503,"vulnerabilities":504,"is_current":239},"5.1.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.1.1&new_path=%2Fvarnish-http-purge%2Ftags%2F5.1.2",[],{"version":506,"download_url":507,"svn_tag_url":508,"released_at":29,"has_diff":239,"diff_files_changed":509,"diff_lines":29,"trac_diff_url":510,"vulnerabilities":511,"is_current":239},"5.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.1.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.1.1",[],{"version":513,"download_url":514,"svn_tag_url":515,"released_at":29,"has_diff":239,"diff_files_changed":516,"diff_lines":29,"trac_diff_url":517,"vulnerabilities":518,"is_current":239},"5.1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.1.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.0.3&new_path=%2Fvarnish-http-purge%2Ftags%2F5.1.0",[],{"version":520,"download_url":521,"svn_tag_url":522,"released_at":29,"has_diff":239,"diff_files_changed":523,"diff_lines":29,"trac_diff_url":524,"vulnerabilities":525,"is_current":239},"5.0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.0.2&new_path=%2Fvarnish-http-purge%2Ftags%2F5.0.3",[],{"version":527,"download_url":528,"svn_tag_url":529,"released_at":29,"has_diff":239,"diff_files_changed":530,"diff_lines":29,"trac_diff_url":531,"vulnerabilities":532,"is_current":239},"5.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.0.1&new_path=%2Fvarnish-http-purge%2Ftags%2F5.0.2",[],{"version":534,"download_url":535,"svn_tag_url":536,"released_at":29,"has_diff":239,"diff_files_changed":537,"diff_lines":29,"trac_diff_url":538,"vulnerabilities":539,"is_current":239},"5.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F5.0&new_path=%2Fvarnish-http-purge%2Ftags%2F5.0.1",[],{"version":17,"download_url":541,"svn_tag_url":542,"released_at":29,"has_diff":239,"diff_files_changed":543,"diff_lines":29,"trac_diff_url":544,"vulnerabilities":545,"is_current":239},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F4.8.1&new_path=%2Fvarnish-http-purge%2Ftags%2F5.0",[],{"version":547,"download_url":548,"svn_tag_url":549,"released_at":29,"has_diff":239,"diff_files_changed":550,"diff_lines":29,"trac_diff_url":551,"vulnerabilities":552,"is_current":239},"4.8.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.4.8.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F4.8.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F4.7.3&new_path=%2Fvarnish-http-purge%2Ftags%2F4.8.1",[],{"version":554,"download_url":555,"svn_tag_url":556,"released_at":29,"has_diff":239,"diff_files_changed":557,"diff_lines":29,"trac_diff_url":558,"vulnerabilities":559,"is_current":239},"4.7.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.4.7.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F4.7.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F4.6.6&new_path=%2Fvarnish-http-purge%2Ftags%2F4.7.3",[],{"version":561,"download_url":562,"svn_tag_url":563,"released_at":29,"has_diff":239,"diff_files_changed":564,"diff_lines":29,"trac_diff_url":565,"vulnerabilities":566,"is_current":239},"4.6.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.4.6.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F4.6.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F4.5.0&new_path=%2Fvarnish-http-purge%2Ftags%2F4.6.6",[],{"version":568,"download_url":569,"svn_tag_url":570,"released_at":29,"has_diff":239,"diff_files_changed":571,"diff_lines":29,"trac_diff_url":572,"vulnerabilities":573,"is_current":239},"4.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.4.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F4.5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fvarnish-http-purge%2Ftags%2F4.4.0&new_path=%2Fvarnish-http-purge%2Ftags%2F4.5.0",[],{"version":575,"download_url":576,"svn_tag_url":577,"released_at":29,"has_diff":239,"diff_files_changed":578,"diff_lines":29,"trac_diff_url":29,"vulnerabilities":579,"is_current":239},"4.4.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvarnish-http-purge.4.4.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fvarnish-http-purge\u002Ftags\u002F4.4.0\u002F",[],[]]