[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fcgWNO6Wnuqc_6sctWSTl_qHd69P0_JEKboB1Fx3PJ9s":3,"$fiUIpOSjPCF36VKlAdBHb_tn1QvHrgvyGdKFeiGFI5CQ":473,"$f0QpaD0tKYVUAMcd3QPimL2NujJZpGkSQxcwAVpYfuao":477},{"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":29,"last_vuln_date":30,"fetched_at":31,"discovery_status":32,"vulnerabilities":33,"developer":79,"crawl_stats":39,"alternatives":87,"analysis":187,"fingerprints":444},"custom-permalinks","Custom Permalinks","3.1.2","Sami Ahmed Siddiqui","https:\u002F\u002Fprofiles.wordpress.org\u002Fsasiddiqui\u002F","\u003Cp>You want to take control of your WordPress site’s URLs? The \u003Cstrong>Custom Permalinks\u003C\u002Fstrong> plugin gives you the power to set unique, custom URLs for any post, page, tag, or category. This means you can design your site’s structure exactly how you envision it, rather than being limited by WordPress’s default settings. When you set a custom permalink, the original post URL will be automatically redirected to your new, customized URL.\u003C\u002Fp>\n\u003Ch3>Key Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Individual Permalink Control\u003C\u002Fstrong>: Assign unique URLs to any post, page, tag, or category.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Site Structure Control\u003C\u002Fstrong>: Gain ultimate control over how your site’s URLs are organized.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Post Type Permalink Structures (v3.0.0+)\u003C\u002Fstrong>: Define custom permalink structures for each public Post Type using predefined tags, automatically generating URLs upon content creation. You can still manually edit any permalink. If left empty, default settings will apply.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Getting Started: Plugin Settings\u003C\u002Fh3>\n\u003Cp>You can configure Custom Permalinks by navigating to \u003Cstrong>Settings > Custom Permalinks\u003C\u002Fstrong> in your WordPress Dashboard.\u003C\u002Fp>\n\u003Ch3>Available Tags for Permalink Structures\u003C\u002Fh3>\n\u003Cp>When setting up your custom permalink structures, you can use a variety of tags that will dynamically populate the URL. Here’s a breakdown of what’s available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>%year%\u003C\u002Fstrong>: The year of the post in four digits, eg: 2025\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%monthnum%\u003C\u002Fstrong>: Month the post was published, in two digits, eg: 01\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%day%\u003C\u002Fstrong>: Day the post was published in two digits, eg: 02\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%hour%\u003C\u002Fstrong>: Hour of the day, the post was published, eg: 15\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%minute%\u003C\u002Fstrong>: Minute of the hour, the post was published, eg: 43\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%second%\u003C\u002Fstrong>: Second of the minute, the post was published, eg: 33\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%post_id%\u003C\u002Fstrong>: The unique ID of the post, eg: 123\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%category%\u003C\u002Fstrong>: A clean version of the category name (its slug). Nested sub-categories will appear as nested directories in the URL..\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%author%\u003C\u002Fstrong>: A sanitized version of the post author’s name.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%postname%\u003C\u002Fstrong>: A clean version of the post or page title (its slug). For example, “This Is A Great Post!” becomes \u003Ccode>this-is-a-great-post\u003C\u002Fcode> in the URL.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%parent_postname%\u003C\u002Fstrong>: Similar to \u003Ccode>%postname%\u003C\u002Fcode>, but uses the immediate parent page’s slug if a parent is selected.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%parents_postnames%\u003C\u002Fstrong>: Similar to \u003Ccode>%postname%\u003C\u002Fcode>, but includes all parent page slugs if parents are selected.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%title%\u003C\u002Fstrong>: The title of the post, converted to a slug. For example, “This Is A Great Post!” becomes \u003Ccode>this-is-a-great-post\u003C\u002Fcode>. Unlike \u003Ccode>%postname%\u003C\u002Fcode> which is set once, \u003Ccode>%title%\u003C\u002Fcode> automatically updates in the permalink if the post title changes (unless the post is published or the permalink is manually edited).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%ctax_TAXONOMY_NAME%\u003C\u002Fstrong>: A clean version of a custom taxonomy’s name. Replace \u003Ccode>TAXONOMY_NAME\u003C\u002Fcode> with the actual taxonomy name. You can also provide a default slug for when no category\u002Ftaxonomy is selected by using \u003Ccode>??\u003C\u002Fcode> (e.g., \u003Ccode>%ctax_type??sales%\u003C\u002Fcode> will use “sales” as a default).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%ctax_parent_TAXONOMY_NAME%\u003C\u002Fstrong>: Similar to \u003Ccode>%ctax_TAXONOMY_NAME%\u003C\u002Fcode>, but includes the immediate parent category\u002Ftag slug in the URL if a parent is selected.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%ctax_parents_TAXONOMY_NAME%\u003C\u002Fstrong>: Similar to \u003Ccode>%ctax_TAXONOMY_NAME%\u003C\u002Fcode>, but includes all parent category\u002Ftag slugs in the URL if parents are selected.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>%custom_permalinks_TAG_NAME%\u003C\u002Fstrong>: Developers have the flexibility to define their own custom tags(replace \u003Ccode>_TAG_NAME\u003C\u002Fcode> with your desired name). To ensure these tags resolve to the correct permalinks, simply apply the \u003Ccode>custom_permalinks_post_permalink_tag\u003C\u002Fcode> filter.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Important Note:\u003C\u002Fstrong> For new posts, Custom Permalinks will keep updating the permalink while the post is in draft mode, assuming a structure is defined in the plugin settings. Once the post is published or its permalink is manually updated, the plugin will stop automatic updates for that specific post.\u003C\u002Fp>\n\u003Ch3>Custom Permalinks: Fine-Tuning with Filters\u003C\u002Fh3>\n\u003Cp>Custom Permalinks offers a range of \u003Cstrong>filters\u003C\u002Fstrong> that empower developers to precisely control its behavior. You can explore all available filters, complete with example code snippets, in our \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsamiahmedsiddiqui\u002Fcustom-permalinks\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>For Assistance:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Premium Users:\u003C\u002Fstrong> If you need assistance implementing these filters, please don’t hesitate to reach out to us via our \u003Ca href=\"https:\u002F\u002Fwww.custompermalinks.com\u002Fcontact-us\u002F\" rel=\"nofollow ugc\">Premium contact support\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Other Users:\u003C\u002Fstrong> You can also directly reach out to the plugin author via \u003Ca href=\"https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fsami-ahmed-siddiqui\u002F\" rel=\"nofollow ugc\">LinkedIn\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Need Help or Found a Bug?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Support:\u003C\u002Fstrong> For one-on-one email support, consider purchasing \u003Ca href=\"https:\u002F\u002Fwww.custompermalinks.com\u002F#pricing-section\" rel=\"nofollow ugc\">Custom Permalinks Premium\u003C\u002Fa>. While some basic support may be provided on the WordPress.org forums, email support is prioritized for premium users.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Bug Reports:\u003C\u002Fstrong> If you encounter a bug, please report it on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsamiahmedsiddiqui\u002Fcustom-permalinks\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>. Make sure to provide complete information to reproduce the issue. GitHub is for bug reports, not general support questions.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If you experience any site-breaking issues after upgrading, please report them on the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcustom-permalinks\u002F\" rel=\"ugc\">WordPress Forum\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsamiahmedsiddiqui\u002Fcustom-permalinks\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa> with detailed information. You can always revert to an older version by downloading it from \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-permalinks\u002Fadvanced\u002F\" rel=\"ugc\">https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-permalinks\u002Fadvanced\u002F\u003C\u002Fa>.\u003C\u002Fp>\n","A powerful WordPress plugin for full URL control. Set custom permalinks, auto-redirects, and use dynamic tags for ideal site structure and SEO.",100000,2534383,82,116,"2025-10-08T12:56:00.000Z","6.8.5","2.6","7.0",[20,21,22,23,24],"address","link","permalink","redirect","url","https:\u002F\u002Fwww.custompermalinks.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.3.1.2.zip",97,3,0,"2024-08-23 00:00:00","2026-04-16T10:56:18.058Z","no_bundle",[34,52,67],{"id":35,"url_slug":36,"title":37,"description":38,"plugin_slug":4,"theme_slug":39,"affected_versions":40,"patched_in_version":41,"severity":42,"cvss_score":43,"cvss_vector":44,"vuln_type":45,"published_date":30,"updated_date":46,"references":47,"days_to_patch":49,"patch_diff_files":50,"patch_trac_url":39,"research_status":39,"research_verified":51,"research_rounds_completed":29,"research_plan":39,"research_summary":39,"research_vulnerable_code":39,"research_fix_diff":39,"research_exploit_outline":39,"research_model_used":39,"research_started_at":39,"research_completed_at":39,"research_error":39,"poc_status":39,"poc_video_id":39,"poc_summary":39,"poc_steps":39,"poc_tested_at":39,"poc_wp_version":39,"poc_php_version":39,"poc_playwright_script":39,"poc_exploit_code":39,"poc_has_trace":51,"poc_model_used":39,"poc_verification_depth":39},"CVE-2023-0926","custom-permalinks-authenticatededitor-stored-cross-site-scripting","Custom Permalinks \u003C= 2.6.0 - Authenticated(Editor+) Stored Cross-Site Scripting","The Custom Permalinks plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.6.0 due to insufficient input sanitization and output escaping on tag names. This allows authenticated users, with editor-level permissions or greater to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page, even when 'unfiltered_html' has been disabled.",null,"\u003C=2.6.0","2.7.0","medium",4.4,"CVSS:3.1\u002FAV:N\u002FAC:H\u002FPR:H\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2024-08-24 02:02:32",[48],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F97f8549a-292d-4a6d-8ec0-550467e5cf0f?source=api-prod",1,[],false,{"id":53,"url_slug":54,"title":55,"description":56,"plugin_slug":4,"theme_slug":39,"affected_versions":57,"patched_in_version":58,"severity":42,"cvss_score":59,"cvss_vector":60,"vuln_type":45,"published_date":61,"updated_date":62,"references":63,"days_to_patch":65,"patch_diff_files":66,"patch_trac_url":39,"research_status":39,"research_verified":51,"research_rounds_completed":29,"research_plan":39,"research_summary":39,"research_vulnerable_code":39,"research_fix_diff":39,"research_exploit_outline":39,"research_model_used":39,"research_started_at":39,"research_completed_at":39,"research_error":39,"poc_status":39,"poc_video_id":39,"poc_summary":39,"poc_steps":39,"poc_tested_at":39,"poc_wp_version":39,"poc_php_version":39,"poc_playwright_script":39,"poc_exploit_code":39,"poc_has_trace":51,"poc_model_used":39,"poc_verification_depth":39},"WF-0d1a12b9-ac2e-4c60-8dd5-484944bb0ab8-custom-permalinks","custom-permalinks-cross-site-scripting","Custom Permalinks \u003C= 1.1 -Cross-Site Scripting","The Custom Permalinks plugin for WordPress is vulnerable to Cross-Site Scripting in versions up to, and including, 1.1 due to insufficient input sanitization and output escaping. This makes it possible for attackers to inject arbitrary web scripts that execute in a victim's browser.","\u003C=1.1","1.2",6.1,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:R\u002FS:C\u002FC:L\u002FI:L\u002FA:N","2018-02-26 00:00:00","2024-01-22 19:56:02",[64],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F0d1a12b9-ac2e-4c60-8dd5-484944bb0ab8?source=api-prod",2157,[],{"id":68,"url_slug":69,"title":70,"description":71,"plugin_slug":4,"theme_slug":39,"affected_versions":57,"patched_in_version":58,"severity":72,"cvss_score":73,"cvss_vector":74,"vuln_type":75,"published_date":61,"updated_date":62,"references":76,"days_to_patch":65,"patch_diff_files":78,"patch_trac_url":39,"research_status":39,"research_verified":51,"research_rounds_completed":29,"research_plan":39,"research_summary":39,"research_vulnerable_code":39,"research_fix_diff":39,"research_exploit_outline":39,"research_model_used":39,"research_started_at":39,"research_completed_at":39,"research_error":39,"poc_status":39,"poc_video_id":39,"poc_summary":39,"poc_steps":39,"poc_tested_at":39,"poc_wp_version":39,"poc_php_version":39,"poc_playwright_script":39,"poc_exploit_code":39,"poc_has_trace":51,"poc_model_used":39,"poc_verification_depth":39},"WF-5c9a5613-770f-4294-997e-17fd5194ab70-custom-permalinks","custom-permalinks-authenticated-sql-injection","Custom Permalinks \u003C= 1.1 - Authenticated SQL Injection","The Custom Permalinks plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 1.1 due to insufficient escaping on a user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.","high",8.1,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:L\u002FUI:N\u002FS:U\u002FC:H\u002FI:H\u002FA:N","Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",[77],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F5c9a5613-770f-4294-997e-17fd5194ab70?source=api-prod",[],{"slug":80,"display_name":7,"profile_url":8,"plugin_count":81,"total_installs":82,"avg_security_score":83,"avg_patch_time_days":84,"trust_score":85,"computed_at":86},"sasiddiqui",7,114500,93,966,74,"2026-05-19T21:15:15.265Z",[88,109,128,149,168],{"slug":89,"name":90,"version":91,"author":92,"author_profile":93,"description":94,"short_description":95,"active_installs":96,"downloaded":97,"rating":98,"num_ratings":99,"last_updated":100,"tested_up_to":101,"requires_at_least":102,"requires_php":103,"tags":104,"homepage":106,"download_link":107,"security_score":108,"vuln_count":29,"unpatched_count":29,"last_vuln_date":39,"fetched_at":31},"custom-post-type-permalinks","Custom Post Type Permalinks","3.5.4","Toro_Unit (Hiroshi Urabe)","https:\u002F\u002Fprofiles.wordpress.org\u002Ftoro_unit\u002F","\u003Cp>Custom Post Type Permalinks allow you edit the permalink structure of custom post type.\u003C\u002Fp>\n\u003Cp>Change custom taxonomy archive’s permalink to “example.org\u002Fpost_type\u002Ftaxonomy_name\u002Fterm_slug”. Can disable this fix.\u003C\u002Fp>\n\u003Cp>And support \u003Ccode>wp_get_archives( 'post_type=foo' )\u003C\u002Fcode> and post type date archive (ex. \u003Ccode>example.com\u002Fpost_type_slug\u002Fdate\u002F2010\u002F01\u002F01\u003C\u002Fcode> ).\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftorounit\u002Fcustom-post-type-permalinks\" rel=\"nofollow ugc\">This Plugin published on GitHub.\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Donation: Please send \u003Ca href=\"http:\u002F\u002Fwww.amazon.co.jp\u002Fregistry\u002Fwishlist\u002FCOKSXS25MVQV\" rel=\"nofollow ugc\">My Wishlist\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fwww.paypal.me\u002Ftorounit\" rel=\"nofollow ugc\">Paypal\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Translators\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Japanese(ja) – \u003Ca href=\"http:\u002F\u002Fwww.torounit.com\u002F\" rel=\"nofollow ugc\">Toro_Unit\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>French(fr_FR) – \u003Ca href=\"http:\u002F\u002Fgeoffrey.crofte.fr\u002F\" rel=\"nofollow ugc\">Geoffrey Crofte\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Russian(ru_RU) – \u003Ca href=\"http:\u002F\u002Folart.ru\" rel=\"nofollow ugc\">Olart\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fnatali_z\" rel=\"nofollow ugc\">Natali_Z\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Also checkout\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsimple-post-type-permalinks\u002F\" rel=\"ugc\">Simple Post Type Permalinks\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Setting on Code\u003C\u002Fh3>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>register_post_type( 'foo',\n    array(\n        'public' => true,\n        'has_archive' => true,\n        'rewrite' => array(\n            \"with_front\" => true\n        ),\n        'cptp_permalink_structure' => '%post_id%'\n    )\n);\u003C\u002Fpre>\n\u003Ch4>Exclude specific post type\u003C\u002Fh4>\n\u003Cpre>add_filter(  'cptp_is_rewrite_supported_by_foo',  '__return_false' );\n\n\u002F\u002F or\n\nadd_filter(  'cptp_is_rewrite_supported', function ( $support , $post_type ) {\n    if ( 'foo' === $post_type ) {\n        return false;\n    }\n    return $support;\n}, 10, 2);\u003C\u002Fpre>\n","Edit the permalink of custom post type.",200000,1752588,96,71,"2026-03-31T17:55:00.000Z","6.9.4","6.7","8.0",[20,105,21,22,24],"custom-post-type","https:\u002F\u002Fgithub.com\u002Ftorounit\u002Fcustom-post-type-permalinks","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-post-type-permalinks.3.5.4.zip",100,{"slug":110,"name":111,"version":112,"author":113,"author_profile":114,"description":115,"short_description":116,"active_installs":117,"downloaded":118,"rating":13,"num_ratings":119,"last_updated":120,"tested_up_to":121,"requires_at_least":122,"requires_php":123,"tags":124,"homepage":126,"download_link":127,"security_score":108,"vuln_count":29,"unpatched_count":29,"last_vuln_date":39,"fetched_at":31},"enhanced-custom-permalinks","Enhanced Custom Permalinks","0.1.1","Tor N. Johnson","https:\u002F\u002Fprofiles.wordpress.org\u002Fkasigi\u002F","\u003Cp>This plugin is DEPRECATED! Do NOT use it on new installations. It has been updated for legacy support only and no longer will function for new content creation. If you need custom permalinks beyond what WP supports, consider plugins like permalink-manager.\u003C\u002Fp>\n\u003Cp>This plugin is a fork of the Custom-Permalinks plugin.  It has some expanded bug patches AND is able to interoperate with the WP-no-category-base plugin.\u003C\u002Fp>\n\u003Cp>This plugin will allow you to set permalinks in a more precise way – in short you can include sub-folders.  A page could have the permalink http:\u002F\u002Fwww.example.com\u002FaFolder\u002FanotherFolder\u002Fpage.html without having to create the intermediate pages or categories aFolder\u002FanotherFolder\u002F.\u003C\u002Fp>\n\u003Cp>Be warned: \u003Cem>This plugin is not a replacement for WordPress’s built-in permalink system\u003C\u002Fem>. Check your WordPress\u003Cbr \u002F>\nadministration’s “Permalinks” settings page first, to make sure that this doesn’t already meet your needs.\u003C\u002Fp>\n\u003Cp>This plugin is only useful for assigning custom permalinks for \u003Cem>individual\u003C\u002Fem> posts, pages, tags or categories.\u003Cbr \u002F>\nIt will not apply whole permalink structures, or automatically apply a category’s custom permalink to the posts\u003Cbr \u002F>\nwithin that category.\u003C\u002Fp>\n","Set custom permalinks on a per-post, per-tag or per-category basis.",1000,14872,14,"2025-10-20T04:48:00.000Z","6.5.8","3.0","",[20,125,21,22,24],"custom","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fenhanced-custom-permalinks","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fenhanced-custom-permalinks.zip",{"slug":129,"name":130,"version":131,"author":132,"author_profile":133,"description":134,"short_description":135,"active_installs":136,"downloaded":137,"rating":138,"num_ratings":139,"last_updated":140,"tested_up_to":141,"requires_at_least":142,"requires_php":123,"tags":143,"homepage":146,"download_link":147,"security_score":148,"vuln_count":29,"unpatched_count":29,"last_vuln_date":39,"fetched_at":31},"change-permalink-helper","Change Permalink Helper","1.1.1","Syde GmbH (formerly Inpsyde)","https:\u002F\u002Fprofiles.wordpress.org\u002Finpsyde\u002F","\u003Cp>When you change the permalink structure then this is a problem for bookmarks of users and also for search engines to link to your posts. This plugin uses the slug of the new url and search for a ID in the database of WordPress. If it finds a post according to the slug, the Plugin will redirect to the correct post and send a header message “moved permanently 301” to change the url on the index of search engines.\u003C\u002Fp>\n","It checks the Permalink and redirects to the new URL, if it doesn't exist. It sends the header message \"moved permanently 301\"",900,30881,94,33,"2020-04-24T14:28:00.000Z","5.4.19","2.7",[144,22,23,145,24],"301","seo","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fchange-permalink-helper","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fchange-permalink-helper.zip",85,{"slug":150,"name":151,"version":152,"author":153,"author_profile":154,"description":155,"short_description":156,"active_installs":157,"downloaded":158,"rating":159,"num_ratings":160,"last_updated":161,"tested_up_to":162,"requires_at_least":163,"requires_php":123,"tags":164,"homepage":166,"download_link":167,"security_score":148,"vuln_count":29,"unpatched_count":29,"last_vuln_date":39,"fetched_at":31},"advanced-permalinks","Advanced Permalinks","0.1.21","John Godley","https:\u002F\u002Fprofiles.wordpress.org\u002Fjohnny5\u002F","\u003Cp>Provides advanced permalink options that allow you to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Have multiple permalink structures.  Permalinks can be assigned to posts or ranges of posts\u003C\u002Fli>\n\u003Cli>301 redirect old permalink structures (many structures are allowed)\u003C\u002Fli>\n\u003Cli>Category-specific permalinks.  Posts in certain categories can be assigned a permalink structure\u003C\u002Fli>\n\u003Cli>No need to have a base to the category permalink!\u003C\u002Fli>\n\u003Cli>Change author permalinks\u003C\u002Fli>\n\u003Cli>Enable periods in permalinks – perfect for migrating old websites\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>All permalinks are real permalinks and do not result in 301 redirections.  \u003Cem>This means you can change your permalink structure without\u003Cbr \u002F>\naffecting any existing posts and without losing any page rank.\u003C\u002Fem>  Any attempts to access posts in the wrong permalink structure will be\u003Cbr \u002F>\nautomatically redirected to the correct URL.\u003C\u002Fp>\n\u003Cp>Advanced Permalinks is available in:\u003Cbr \u002F>\n* English\u003Cbr \u002F>\n* Bulgarian (thanks to Alexander Dichev)\u003Cbr \u002F>\n* Belorussian (thanks to Marcis Gasuns)\u003Cbr \u002F>\n* Russian (thanks to Slava Mikheev)\u003Cbr \u002F>\n* Uzbekistan (thanks to Alexandra Bolshova)\u003Cbr \u002F>\n* Lithuanian (thanks to Nata Strazda at Web Hub)\u003C\u002Fp>\n\u003Ch4>Example 1: Migrating a permalink structure\u003C\u002Fh4>\n\u003Cp>Say you have an existing site with the default WordPress permalink structure \u003Ccode>\u002F%year%\u002F%monthnum%\u002F%day%\u002F%postname%\u002F\u003C\u002Fcode> and you decide you want to change it\u003Cbr \u002F>\nto a more keyword-heavy \u003Ccode>\u002F%category%\u002F%postname%\u002F\u003C\u002Fcode>.  If you change the permalink setting then all your old posts will be moved, and you will suffer a major loss\u003Cbr \u002F>\nof page rank (not to mention a lot of 404s).  With Advanced Permalinks you can define a specific permalink structure for all your old\u003Cbr \u002F>\nposts and then create a new permalink structure for new ones.  All your old posts will carry on living at the same URL as before, but all\u003Cbr \u002F>\nnew posts will be created using your new structure.\u003C\u002Fp>\n\u003Ch4>Example 2: Category-specific permalinks\u003C\u002Fh4>\n\u003Cp>Sometimes you want posts in a certain category to appear elsewhere on your site.  For example, your usual permalink structure may result in:\u003C\u002Fp>\n\u003Cp>\u002F2007\u002F05\u002F02\u002Fmy-review\u003C\u002Fp>\n\u003Cp>However, you want posts in the ‘review’ category to appear as:\u003C\u002Fp>\n\u003Cp>\u002Freviews\u002Fmy-review\u003C\u002Fp>\n\u003Cp>Using Advanced Permalinks this is not a problem.\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>Full documentation can be found on the \u003Ca href=\"http:\u002F\u002Furbangiraffe.com\u002Fplugins\u002Fadvanced-permalinks\u002F\" rel=\"nofollow ugc\">Advanced Permalinks Page\u003C\u002Fa> page.\u003C\u002Fp>\n","Allows multiple permalink structures and category-specific permalinks without needing redirects.",400,93420,54,9,"2012-05-05T09:05:00.000Z","2.9.2","2.0",[22,165,23,145,24],"permalinks","http:\u002F\u002Furbangiraffe.com\u002Fplugins\u002Fadvanced-permalinks\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-permalinks.zip",{"slug":169,"name":170,"version":171,"author":172,"author_profile":173,"description":174,"short_description":175,"active_installs":176,"downloaded":177,"rating":108,"num_ratings":49,"last_updated":178,"tested_up_to":101,"requires_at_least":179,"requires_php":123,"tags":180,"homepage":185,"download_link":186,"security_score":108,"vuln_count":29,"unpatched_count":29,"last_vuln_date":39,"fetched_at":31},"php-to-pages","Legacy URL Suffix & SEO Preserver","2.2","Himanshu Parashar","https:\u002F\u002Fprofiles.wordpress.org\u002Funiquecodergmailcom\u002F","\u003Cp>\u003Cstrong>Don’t Let Your SEO Rank Vanish During a Migration.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Migrating a legacy website to WordPress is a massive win for your workflow, but it can be a disaster for your search engine rankings. If your old site used .php extensions (e.g., \u003Ccode>domain.com\u002Fabout-us.php\u003C\u002Fcode>), moving to standard WordPress “Clean Permalinks” will turn every one of those established links into a 404 Page Not Found error.\u003C\u002Fp>\n\u003Cp>PHP to Pages is the lightweight, “set it and forget it” solution that bridges the gap between your legacy architecture and modern WordPress flexibility.\u003C\u002Fp>\n\u003Ch3>The Value Proposition\u003C\u002Fh3>\n\u003Cblockquote>\n\u003Cp>“Seamlessly transition from legacy PHP sites to WordPress while maintaining 100% URL consistency. No complex .htaccess coding, no broken backlinks, and zero SEO drop-off.”\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>Why Choose PHP to Pages?\u003C\u002Fh3>\n\u003Cp>When you change your URL structure, you lose the “link juice” accumulated over years. This plugin ensures that your existing backlinks from social media, external blogs, and Google search results remain active and functional.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Instantly Append .php Suffix:\u003C\u002Fstrong> Automatically transforms \u003Ccode>yoursite.com\u002Fsample-page\u002F\u003C\u002Fcode> into \u003Ccode>yoursite.com\u002Fsample-page.php\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>SEO Preservation:\u003C\u002Fstrong> Keep your indexed URLs exactly as they appear in Google Search Console to avoid the dreaded “re-indexing” phase.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Zero-Configuration Setup:\u003C\u002Fstrong> No need to dive into your server’s .htaccess or Nginx config files. Just activate and your permalinks update instantly.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Developer Friendly:\u003C\u002Fstrong> Built with standard WordPress Rewrites API, ensuring compatibility with most well-coded themes and plugins.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lightweight Performance:\u003C\u002Fstrong> No bloat, no database-heavy queries. It simply tells WordPress how to read and display your URLs.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Who Is This For?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Agencies & Freelancers:\u003C\u002Fstrong> Moving a long-term client from a static PHP site to WordPress.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>SEO Specialists:\u003C\u002Fstrong> Ensuring that a site migration doesn’t result in a loss of organic traffic.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Legacy Site Owners:\u003C\u002Fstrong> Anyone who has a decade’s worth of backlinks pointing to .php files and doesn’t want to manage thousands of manual 301 redirects.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\u003Cstrong>Install & Activate:\u003C\u002Fstrong> Simply upload the plugin to your WordPress dashboard.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Permalinks Refresh:\u003C\u002Fstrong> Go to \u003Cstrong>Settings > Permalinks\u003C\u002Fstrong> and click “Save Changes” to flush your rewrite rules.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Done:\u003C\u002Fstrong> Your pages will now resolve with the .php extension.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Example\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Before:\u003C\u002Fstrong> \u003Ccode>http:\u002F\u002Fsfdcbeginner.com\u002Fchild-parent-communication-without-event\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>After:\u003C\u002Fstrong> \u003Ccode>http:\u002F\u002Fsfdcbeginner.com\u002Fchild-parent-communication-without-event.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n","Maintain SEO rankings with custom URL suffixes like .php or .html. Perfect for legacy site migrations, fixing 404s, and preserving link juice.",200,11463,"2026-04-02T18:10:00.000Z","2.5.1",[181,182,165,183,184],"301-redirect","legacy-site","seo-migration","url-suffix","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fphp-to-pages\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fphp-to-pages.2.2.zip",{"attackSurface":188,"codeSignals":344,"taintFlows":363,"riskAssessment":431,"analyzedAt":443},{"hooks":189,"ajaxHandlers":332,"restRoutes":333,"shortcodes":342,"cronEvents":343,"entryPointCount":49,"unprotectedCount":29},[190,196,199,203,207,209,211,213,217,220,223,227,231,234,237,240,243,247,250,254,258,262,266,270,276,279,282,286,289,293,297,301,305,310,312,314,316,318,320,322,324,326,328],{"type":191,"name":192,"callback":193,"file":194,"line":195},"action","admin_init","privacy_policy","admin\\class-custom-permalinks-admin.php",44,{"type":191,"name":197,"callback":197,"file":194,"line":198},"admin_menu",45,{"type":191,"name":200,"callback":201,"file":194,"line":202},"init","allow_redirection",46,{"type":204,"name":205,"callback":205,"priority":49,"file":194,"line":206},"filter","admin_footer_text",184,{"type":204,"name":205,"callback":205,"priority":49,"file":194,"line":208},198,{"type":204,"name":205,"callback":205,"priority":49,"file":194,"line":210},209,{"type":204,"name":205,"callback":205,"priority":49,"file":194,"line":212},224,{"type":191,"name":214,"callback":215,"file":216,"line":195},"add_meta_boxes","permalink_edit_box","includes\\class-custom-permalinks-form.php",{"type":191,"name":218,"callback":218,"priority":219,"file":216,"line":198},"save_post",10,{"type":191,"name":221,"callback":222,"priority":219,"file":216,"line":202},"pmxi_saved_post","pmxi_post_permalink",{"type":191,"name":224,"callback":225,"priority":219,"file":216,"line":226},"custom_permalinks_generate_post_permalink","generate_post_permalink",47,{"type":191,"name":228,"callback":229,"priority":219,"file":216,"line":230},"delete_post","delete_permalink",53,{"type":191,"name":232,"callback":233,"file":216,"line":159},"category_add_form","term_options",{"type":191,"name":235,"callback":233,"file":216,"line":236},"category_edit_form",55,{"type":191,"name":238,"callback":233,"file":216,"line":239},"post_tag_add_form",56,{"type":191,"name":241,"callback":233,"file":216,"line":242},"post_tag_edit_form",57,{"type":191,"name":244,"callback":245,"priority":219,"file":216,"line":246},"created_term","save_term",58,{"type":191,"name":248,"callback":245,"priority":219,"file":216,"line":249},"edited_term",59,{"type":191,"name":251,"callback":252,"priority":219,"file":216,"line":253},"delete_term","delete_term_permalink",60,{"type":191,"name":255,"callback":256,"file":216,"line":257},"rest_api_init","rest_edit_form",61,{"type":191,"name":259,"callback":260,"priority":219,"file":216,"line":261},"update_option_page_on_front","static_homepage",62,{"type":204,"name":263,"callback":264,"priority":219,"file":216,"line":265},"get_sample_permalink_html","sample_permalink_html",69,{"type":204,"name":267,"callback":268,"priority":219,"file":216,"line":269},"is_protected_meta","protect_meta",75,{"type":191,"name":271,"callback":272,"priority":273,"file":274,"line":275},"template_redirect","make_redirect",5,"includes\\class-custom-permalinks-frontend.php",72,{"type":204,"name":277,"callback":278,"file":274,"line":85},"request","parse_request",{"type":204,"name":280,"callback":281,"priority":219,"file":274,"line":269},"oembed_request_post_id","oembed_request",{"type":204,"name":283,"callback":284,"priority":219,"file":274,"line":285},"post_link","custom_post_link",76,{"type":204,"name":287,"callback":284,"priority":219,"file":274,"line":288},"post_type_link",77,{"type":204,"name":290,"callback":291,"priority":219,"file":274,"line":292},"page_link","custom_page_link",78,{"type":204,"name":294,"callback":295,"priority":219,"file":274,"line":296},"url_to_postid","postid_to_customized_permalink",79,{"type":204,"name":298,"callback":299,"priority":219,"file":274,"line":300},"term_link","custom_term_link",80,{"type":204,"name":302,"callback":303,"file":274,"line":304},"user_trailingslashit","custom_trailingslash",81,{"type":204,"name":306,"callback":307,"priority":308,"file":274,"line":309},"wpseo_canonical","fix_canonical_double_slash",20,84,{"type":204,"name":277,"callback":278,"file":274,"line":311},624,{"type":204,"name":294,"callback":295,"priority":219,"file":274,"line":313},768,{"type":204,"name":283,"callback":284,"priority":219,"file":274,"line":315},1101,{"type":204,"name":287,"callback":284,"priority":219,"file":274,"line":317},1102,{"type":204,"name":302,"callback":303,"file":274,"line":319},1135,{"type":204,"name":290,"callback":291,"priority":219,"file":274,"line":321},1136,{"type":204,"name":302,"callback":303,"file":274,"line":323},1162,{"type":204,"name":298,"callback":299,"priority":219,"file":274,"line":325},1163,{"type":204,"name":302,"callback":303,"file":274,"line":327},1200,{"type":191,"name":329,"callback":330,"file":331,"line":108},"plugins_loaded","check_loaded_plugins","includes\\class-custom-permalinks.php",[],[334],{"namespace":335,"route":336,"methods":337,"callback":339,"permissionCallback":340,"file":216,"line":341},"custom-permalinks\u002Fv1","\u002Fget-permalink\u002F(?P\u003Cid>\\d+)",[338],"GET","refresh_meta_form","closure",1306,[],[],{"dangerousFunctions":345,"sqlUsage":346,"outputEscaping":352,"fileOperations":29,"externalRequests":29,"nonceChecks":361,"capabilityChecks":49,"bundledLibraries":362},[],{"prepared":347,"raw":49,"locations":348},18,[349],{"file":350,"line":246,"context":351},"admin\\class-custom-permalinks-post-types.php","$wpdb->get_var() with variable interpolation",{"escaped":353,"rawEcho":354,"locations":355},98,2,[356,359],{"file":216,"line":357,"context":358},797,"raw output",{"file":216,"line":360,"context":358},1292,6,[],[364,396,408,420],{"entryPoint":365,"graph":366,"unsanitizedCount":395,"severity":42},"\u003Cclass-custom-permalinks-form> (includes\\class-custom-permalinks-form.php:0)",{"nodes":367,"edges":390},[368,373,379,383,387],{"id":369,"type":370,"label":371,"file":216,"line":372},"n0","source","$_REQUEST (x3)",597,{"id":374,"type":375,"label":376,"file":216,"line":377,"wp_function":378},"n1","sink","echo() [XSS]",834,"echo",{"id":380,"type":370,"label":381,"file":216,"line":382},"n2","$_REQUEST (x4)",717,{"id":384,"type":385,"label":386,"file":216,"line":382},"n3","transform","→ get_permalink_form()",{"id":388,"type":375,"label":376,"file":216,"line":389,"wp_function":378},"n4",991,[391,393,394],{"from":369,"to":374,"sanitized":392},true,{"from":380,"to":384,"sanitized":51},{"from":384,"to":388,"sanitized":51},4,{"entryPoint":397,"graph":398,"unsanitizedCount":49,"severity":72},"total_permalinks (admin\\class-custom-permalinks-post-types.php:24)",{"nodes":399,"edges":406},[400,403],{"id":369,"type":370,"label":401,"file":350,"line":402},"$_REQUEST",40,{"id":374,"type":375,"label":404,"file":350,"line":198,"wp_function":405},"get_var() [SQLi]","get_var",[407],{"from":369,"to":374,"sanitized":51},{"entryPoint":409,"graph":410,"unsanitizedCount":49,"severity":72},"get_permalinks (admin\\class-custom-permalinks-post-types.php:82)",{"nodes":411,"edges":418},[412,414],{"id":369,"type":370,"label":401,"file":350,"line":413},121,{"id":374,"type":375,"label":415,"file":350,"line":416,"wp_function":417},"get_results() [SQLi]",123,"get_results",[419],{"from":369,"to":374,"sanitized":51},{"entryPoint":421,"graph":422,"unsanitizedCount":354,"severity":72},"\u003Cclass-custom-permalinks-post-types> (admin\\class-custom-permalinks-post-types.php:0)",{"nodes":423,"edges":428},[424,425,426,427],{"id":369,"type":370,"label":401,"file":350,"line":402},{"id":374,"type":375,"label":404,"file":350,"line":198,"wp_function":405},{"id":380,"type":370,"label":401,"file":350,"line":413},{"id":384,"type":375,"label":415,"file":350,"line":416,"wp_function":417},[429,430],{"from":369,"to":374,"sanitized":51},{"from":380,"to":384,"sanitized":51},{"summary":432,"deductions":433},"The 'custom-permalinks' plugin v3.1.2 exhibits a generally positive security posture with strong adherence to secure coding practices. The static analysis reveals a small attack surface with no unprotected entry points, excellent SQL prepared statement usage, and a very high rate of output escaping. Nonce and capability checks are also present, indicating an awareness of common WordPress security mechanisms.  However, the taint analysis reveals a significant concern: three high-severity flows with unsanitized paths. While the static analysis found no explicit \"dangerous functions,\" these taint flows suggest potential for vulnerabilities if the data within these paths is not rigorously sanitized before use.  The vulnerability history, although currently showing no unpatched CVEs, is a notable weakness.  The plugin has a history of three CVEs, with a recent one as late as August 23, 2024, and includes common vulnerability types like Cross-site Scripting (XSS) and SQL Injection. This history, especially the recent occurrence, suggests that while the current version might be patched, there's a pattern of security flaws being introduced, requiring vigilance from users.\n\nIn conclusion, the plugin's current version demonstrates good technical implementation regarding SQL and output handling, and a limited attack surface. The primary risk lies in the three high-severity unsanitized path flows identified by the taint analysis, which could lead to vulnerabilities despite the absence of specific \"dangerous functions.\" The historical vulnerability record, though currently clear, is a significant red flag and indicates a recurring susceptibility to common web application vulnerabilities. Users should monitor for future updates and advisories.",[434,437,439,441],{"reason":435,"points":436},"High severity taint flows with unsanitized paths",15,{"reason":438,"points":436},"Recent vulnerability history (2024-08-23)",{"reason":440,"points":219},"History of high severity vulnerabilities",{"reason":442,"points":361},"History of medium severity vulnerabilities","2026-03-16T17:07:24.719Z",{"wat":445,"direct":457},{"assetPaths":446,"generatorPatterns":450,"scriptPaths":451,"versionParams":453},[447,448,449],"\u002Fwp-content\u002Fplugins\u002Fcustom-permalinks\u002Fassets\u002Fjs\u002Fpost-settings.min.js","\u002Fwp-content\u002Fplugins\u002Fcustom-permalinks\u002Fassets\u002Fcss\u002Fpost-settings.min.css","\u002Fwp-content\u002Fplugins\u002Fcustom-permalinks\u002Fassets\u002Fcss\u002Fabout-plugins.min.css",[],[452],"\u002Fwp-content\u002Fplugins\u002Fcustom-permalinks\u002Fincludes\u002Fclass-custom-permalinks.php",[454,455,456],"custom-permalinks\u002Fassets\u002Fjs\u002Fpost-settings.min.js?ver=","custom-permalinks\u002Fassets\u002Fcss\u002Fpost-settings.min.css?ver=","custom-permalinks\u002Fassets\u002Fcss\u002Fabout-plugins.min.css?ver=",{"cssClasses":458,"htmlComments":461,"htmlAttributes":462,"restEndpoints":465,"jsGlobals":468,"shortcodeOutput":471},[459,460],"cp-admin-wrap","cp-post-type-settings",[],[463,464],"data-cp-post-id","data-cp-taxonomy",[466,467],"\u002Fwp-json\u002Fcustom-permalinks\u002Fv1\u002Fupdate-post-permalink","\u002Fwp-json\u002Fcustom-permalinks\u002Fv1\u002Fupdate-taxonomy-permalink",[469,470],"customPermalinksSettings","CustomPermalinksTable",[472],"[custom_permalink_input]",{"error":392,"url":474,"statusCode":475,"statusMessage":476,"message":476},"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Fcustom-permalinks\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":478,"versions":479},102,[480,493,506,559,568,586,596,608,619,630,640,653,663,675,686,696,707,736,745,756,764,772,780,788,796,804,812,820,828,836,844,852,860,868,876,884,892,900,908,916,924,932,940,948,956,964,972,980,988,996,1003,1013,1023,1033,1043,1053,1063,1073,1083,1093,1103,1113,1123,1133,1143,1153,1163,1173,1183,1193,1203,1213,1223,1233,1243,1253,1263,1273,1283,1293,1303,1313,1323,1333,1343,1353,1363,1373,1383,1393,1403,1413,1423,1433,1443,1453,1463,1473,1483,1493,1503,1512],{"version":6,"download_url":26,"svn_tag_url":481,"released_at":39,"has_diff":392,"diff_files_changed":482,"diff_lines":402,"trac_diff_url":491,"vulnerabilities":492,"is_current":392},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F3.1.2\u002F",[483,484,485,486,487,488,489,490],"assets\u002Fcss\u002Fabout-plugins-3.1.2.min.css","assets\u002Fcss\u002Fpost-settings-3.1.2.min.css","assets\u002Fjs\u002Fpost-settings-3.1.2.min.js","assets\u002Fjs\u002Fscript-form-3.1.2.min.js","custom-permalinks.php","includes\u002Fclass-custom-permalinks-frontend.php","includes\u002Fclass-custom-permalinks.php","readme.txt","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F3.1.1&new_path=%2Fcustom-permalinks%2Ftags%2F3.1.2",[],{"version":494,"download_url":495,"svn_tag_url":496,"released_at":39,"has_diff":392,"diff_files_changed":497,"diff_lines":503,"trac_diff_url":504,"vulnerabilities":505,"is_current":51},"3.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.3.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F3.1.1\u002F",[498,499,500,501,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-3.1.1.min.css","assets\u002Fcss\u002Fpost-settings-3.1.1.min.css","assets\u002Fjs\u002Fpost-settings-3.1.1.min.js","assets\u002Fjs\u002Fscript-form-3.1.1.min.js","includes\u002Fclass-custom-permalinks-form.php",23,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F3.1.0&new_path=%2Fcustom-permalinks%2Ftags%2F3.1.1",[],{"version":507,"download_url":508,"svn_tag_url":509,"released_at":39,"has_diff":392,"diff_files_changed":510,"diff_lines":556,"trac_diff_url":557,"vulnerabilities":558,"is_current":51},"3.1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.3.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F3.1.0\u002F",[511,512,513,514,515,516,517,487,502,489,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,490],"admin\u002Fclass-custom-permalinks-post-types-settings.php","assets\u002Fcss\u002Fabout-plugins-3.1.0.min.css","assets\u002Fcss\u002Fpost-settings-3.1.0.min.css","assets\u002Fjs\u002Fpost-settings-3.0.1.min.js","assets\u002Fjs\u002Fpost-settings-3.1.0.min.js","assets\u002Fjs\u002Fscript-form-3.0.1.min.js","assets\u002Fjs\u002Fscript-form-3.1.0.min.js","languages\u002Fcustom-permalinks-en_AU.mo","languages\u002Fcustom-permalinks-en_AU.po","languages\u002Fcustom-permalinks-en_CA.mo","languages\u002Fcustom-permalinks-en_CA.po","languages\u002Fcustom-permalinks-en_GB.mo","languages\u002Fcustom-permalinks-en_GB.po","languages\u002Fcustom-permalinks-en_NZ.mo","languages\u002Fcustom-permalinks-en_NZ.po","languages\u002Fcustom-permalinks-es_CL.mo","languages\u002Fcustom-permalinks-es_CL.po","languages\u002Fcustom-permalinks-es_CO.mo","languages\u002Fcustom-permalinks-es_CO.po","languages\u002Fcustom-permalinks-es_EC.mo","languages\u002Fcustom-permalinks-es_EC.po","languages\u002Fcustom-permalinks-es_ES.mo","languages\u002Fcustom-permalinks-es_ES.po","languages\u002Fcustom-permalinks-es_VE.mo","languages\u002Fcustom-permalinks-es_VE.po","languages\u002Fcustom-permalinks-fa_IR.mo","languages\u002Fcustom-permalinks-fa_IR.po","languages\u002Fcustom-permalinks-gl_ES.mo","languages\u002Fcustom-permalinks-gl_ES.po","languages\u002Fcustom-permalinks-ja.mo","languages\u002Fcustom-permalinks-ja.po","languages\u002Fcustom-permalinks-nl_BE.mo","languages\u002Fcustom-permalinks-nl_BE.po","languages\u002Fcustom-permalinks-nl_NL.mo","languages\u002Fcustom-permalinks-nl_NL.po","languages\u002Fcustom-permalinks-nl_NL_formal.mo","languages\u002Fcustom-permalinks-nl_NL_formal.po","languages\u002Fcustom-permalinks-ru_RU.mo","languages\u002Fcustom-permalinks-ru_RU.po","languages\u002Fcustom-permalinks-uk.mo","languages\u002Fcustom-permalinks-uk.po","languages\u002Fcustom-permalinks-ur.mo","languages\u002Fcustom-permalinks-ur.po","languages\u002Fcustom-permalinks-zh_TW.mo","languages\u002Fcustom-permalinks-zh_TW.po",4735,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F3.0.1&new_path=%2Fcustom-permalinks%2Ftags%2F3.1.0",[],{"version":560,"download_url":561,"svn_tag_url":562,"released_at":39,"has_diff":392,"diff_files_changed":563,"diff_lines":119,"trac_diff_url":566,"vulnerabilities":567,"is_current":51},"3.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.3.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F3.0.1\u002F",[564,565,514,516,487,488,489,490],"assets\u002Fcss\u002Fabout-plugins-3.0.1.min.css","assets\u002Fcss\u002Fpost-settings-3.0.1.min.css","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F3.0.0&new_path=%2Fcustom-permalinks%2Ftags%2F3.0.1",[],{"version":569,"download_url":570,"svn_tag_url":571,"released_at":39,"has_diff":392,"diff_files_changed":572,"diff_lines":583,"trac_diff_url":584,"vulnerabilities":585,"is_current":51},"3.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.3.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F3.0.0\u002F",[573,511,574,575,576,577,578,579,580,487,502,488,581,489,490,582],"admin\u002Fclass-custom-permalinks-admin.php","admin\u002Fclass-custom-permalinks-post-types.php","admin\u002Fclass-custom-permalinks-taxonomies.php","assets\u002Fcss\u002Fabout-plugins-3.0.0.min.css","assets\u002Fcss\u002Fpost-settings-3.0.0.min.css","assets\u002Fjs\u002Fpost-settings-3.0.0.min.js","assets\u002Fjs\u002Fscript-form-3.0.0.min.js","changelog.txt","includes\u002Fclass-custom-permalinks-generate-post-permalinks.php","uninstall.php",1534,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.8.0&new_path=%2Fcustom-permalinks%2Ftags%2F3.0.0",[],{"version":587,"download_url":588,"svn_tag_url":589,"released_at":39,"has_diff":392,"diff_files_changed":590,"diff_lines":593,"trac_diff_url":594,"vulnerabilities":595,"is_current":51},"2.8.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.8.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.8.0\u002F",[591,592,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-2.8.0.min.css","assets\u002Fjs\u002Fscript-form-2.8.0.min.js",127,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.7.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.8.0",[],{"version":41,"download_url":597,"svn_tag_url":598,"released_at":39,"has_diff":392,"diff_files_changed":599,"diff_lines":605,"trac_diff_url":606,"vulnerabilities":607,"is_current":51},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.7.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.7.0\u002F",[600,573,601,602,603,604,487,502,488,489,490],"admin\u002Fclass-custom-permalinks-about.php","admin\u002Fclass-custom-permalinks-post-types-table.php","admin\u002Fclass-custom-permalinks-taxonomies-table.php","assets\u002Fcss\u002Fabout-plugins-2.7.0.min.css","assets\u002Fjs\u002Fscript-form-2.7.0.min.js",122,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.6.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.7.0",[],{"version":609,"download_url":610,"svn_tag_url":611,"released_at":39,"has_diff":392,"diff_files_changed":612,"diff_lines":615,"trac_diff_url":616,"vulnerabilities":617,"is_current":51},"2.6.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.6.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.6.0\u002F",[601,574,613,614,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-2.6.0.min.css","assets\u002Fjs\u002Fscript-form-2.6.0.min.js",214,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.5.2&new_path=%2Fcustom-permalinks%2Ftags%2F2.6.0",[618],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":620,"download_url":621,"svn_tag_url":622,"released_at":39,"has_diff":392,"diff_files_changed":623,"diff_lines":626,"trac_diff_url":627,"vulnerabilities":628,"is_current":51},"2.5.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.5.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.5.2\u002F",[624,625,487,502,489,490],"assets\u002Fcss\u002Fabout-plugins-2.5.2.min.css","assets\u002Fjs\u002Fscript-form-2.5.2.min.js",13,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.5.1&new_path=%2Fcustom-permalinks%2Ftags%2F2.5.2",[629],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":179,"download_url":631,"svn_tag_url":632,"released_at":39,"has_diff":392,"diff_files_changed":633,"diff_lines":636,"trac_diff_url":637,"vulnerabilities":638,"is_current":51},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.5.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.5.1\u002F",[634,635,487,502,490],"assets\u002Fcss\u002Fabout-plugins-2.5.1.min.css","assets\u002Fjs\u002Fscript-form-2.5.1.min.js",17,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.5.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.5.1",[639],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":641,"download_url":642,"svn_tag_url":643,"released_at":39,"has_diff":392,"diff_files_changed":644,"diff_lines":649,"trac_diff_url":650,"vulnerabilities":651,"is_current":51},"2.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.5.0\u002F",[600,573,601,574,602,575,645,646,647,648,580,487,502,488,489,490],"admin\u002Fclass-custom-permalinks-updates.php","assets\u002Fcss\u002Fabout-plugins-2.5.0.min.css","assets\u002Fjs\u002Fscript-form-2.4.0.min.js","assets\u002Fjs\u002Fscript-form-2.5.0.min.js",568,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.4.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.5.0",[652],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":654,"download_url":655,"svn_tag_url":656,"released_at":39,"has_diff":392,"diff_files_changed":657,"diff_lines":659,"trac_diff_url":660,"vulnerabilities":661,"is_current":51},"2.4.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.4.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.4.0\u002F",[573,601,602,575,658,647,580,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-2.4.0.min.css",281,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.3.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.4.0",[662],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":664,"download_url":665,"svn_tag_url":666,"released_at":39,"has_diff":392,"diff_files_changed":667,"diff_lines":671,"trac_diff_url":672,"vulnerabilities":673,"is_current":51},"2.3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.3.0\u002F",[668,669,670,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-2.3.0.min.css","assets\u002Fjs\u002Fscript-form-2.2.0.min.js","assets\u002Fjs\u002Fscript-form-2.3.0.min.js",67,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.2.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.3.0",[674],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":676,"download_url":677,"svn_tag_url":678,"released_at":39,"has_diff":392,"diff_files_changed":679,"diff_lines":682,"trac_diff_url":683,"vulnerabilities":684,"is_current":51},"2.2.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.2.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.2.0\u002F",[680,681,669,487,502,489,490],"assets\u002Fcss\u002Fabout-plugins-2.2.0.min.css","assets\u002Fjs\u002Fscript-form-2.1.0.min.js",21,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.1.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.2.0",[685],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":687,"download_url":688,"svn_tag_url":689,"released_at":39,"has_diff":392,"diff_files_changed":690,"diff_lines":692,"trac_diff_url":693,"vulnerabilities":694,"is_current":51},"2.1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.1.0\u002F",[691,681,580,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-2.1.0.min.css",112,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.0.1&new_path=%2Fcustom-permalinks%2Ftags%2F2.1.0",[695],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":697,"download_url":698,"svn_tag_url":699,"released_at":39,"has_diff":392,"diff_files_changed":700,"diff_lines":703,"trac_diff_url":704,"vulnerabilities":705,"is_current":51},"2.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.0.1\u002F",[701,702,487,502,488,489,490],"assets\u002Fcss\u002Fabout-plugins-2.0.1.min.css","assets\u002Fjs\u002Fscript-form-2.0.1.min.js",240,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F2.0.0&new_path=%2Fcustom-permalinks%2Ftags%2F2.0.1",[706],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":708,"download_url":709,"svn_tag_url":710,"released_at":39,"has_diff":392,"diff_files_changed":711,"diff_lines":732,"trac_diff_url":733,"vulnerabilities":734,"is_current":51},"2.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.2.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F2.0.0\u002F",[600,573,712,601,574,713,602,575,645,714,715,716,717,718,719,720,721,722,723,724,725,726,580,487,727,728,729,502,488,489,730,731,490,582],"admin\u002Fclass-custom-permalinks-pager.php","admin\u002Fclass-custom-permalinks-posttypes.php","assets\u002Fcss\u002Fabout-plugins-2.0.0.min.css","assets\u002Fimages\u002Fcustom-permalinks.svg","assets\u002Fimages\u002Fhttp-auth.svg","assets\u002Fimages\u002Fjson-structuring-markup.svg","assets\u002Fimages\u002Fmake-paths-relative.svg","assets\u002Fimages\u002Fmedia-post-permalink.png","assets\u002Fimages\u002Fmedia-post-permalink.svg","assets\u002Fimages\u002Fpermalinks-customizer.svg","assets\u002Fimages\u002Fprevent-xss-vulnerability.png","assets\u002Fimages\u002Fprevent-xss-vulnerability.svg","assets\u002Fimages\u002Fremove-links-and-scripts.svg","assets\u002Fimages\u002Fschema-for-article.svg","assets\u002Fjs\u002Fscript-form-2.0.0.min.js","frontend\u002Fclass-custom-permalinks-form.php","frontend\u002Fclass-custom-permalinks-frontend.php","frontend\u002Fjs\u002Fscript-form-1.7.1.min.js","includes\u002Findex.php","languages\u002Findex.php",7023,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.7.1&new_path=%2Fcustom-permalinks%2Ftags%2F2.0.0",[735],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":737,"download_url":738,"svn_tag_url":739,"released_at":39,"has_diff":392,"diff_files_changed":740,"diff_lines":347,"trac_diff_url":742,"vulnerabilities":743,"is_current":51},"1.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.7.1\u002F",[741,487,727,729,490],"admin\u002Fcss\u002Fabout-plugins-1.7.1.min.css","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.7.0&new_path=%2Fcustom-permalinks%2Ftags%2F1.7.1",[744],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":746,"download_url":747,"svn_tag_url":748,"released_at":39,"has_diff":392,"diff_files_changed":749,"diff_lines":752,"trac_diff_url":753,"vulnerabilities":754,"is_current":51},"1.7.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.7.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.7.0\u002F",[712,713,575,750,580,487,727,728,751,490],"admin\u002Fcss\u002Fabout-plugins-1.7.0.min.css","frontend\u002Fjs\u002Fscript-form-1.7.0.min.js",496,"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.6.2&new_path=%2Fcustom-permalinks%2Ftags%2F1.7.0",[755],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":757,"download_url":758,"svn_tag_url":759,"released_at":39,"has_diff":51,"diff_files_changed":760,"diff_lines":39,"trac_diff_url":761,"vulnerabilities":762,"is_current":51},"1.6.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.6.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.6.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.6.1&new_path=%2Fcustom-permalinks%2Ftags%2F1.6.2",[763],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":765,"download_url":766,"svn_tag_url":767,"released_at":39,"has_diff":51,"diff_files_changed":768,"diff_lines":39,"trac_diff_url":769,"vulnerabilities":770,"is_current":51},"1.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.6.0&new_path=%2Fcustom-permalinks%2Ftags%2F1.6.1",[771],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":773,"download_url":774,"svn_tag_url":775,"released_at":39,"has_diff":51,"diff_files_changed":776,"diff_lines":39,"trac_diff_url":777,"vulnerabilities":778,"is_current":51},"1.6.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.6.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.6.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.5.1&new_path=%2Fcustom-permalinks%2Ftags%2F1.6.0",[779],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":781,"download_url":782,"svn_tag_url":783,"released_at":39,"has_diff":51,"diff_files_changed":784,"diff_lines":39,"trac_diff_url":785,"vulnerabilities":786,"is_current":51},"1.5.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.5.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.5.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.5.0&new_path=%2Fcustom-permalinks%2Ftags%2F1.5.1",[787],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":789,"download_url":790,"svn_tag_url":791,"released_at":39,"has_diff":51,"diff_files_changed":792,"diff_lines":39,"trac_diff_url":793,"vulnerabilities":794,"is_current":51},"1.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.4.0&new_path=%2Fcustom-permalinks%2Ftags%2F1.5.0",[795],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":797,"download_url":798,"svn_tag_url":799,"released_at":39,"has_diff":51,"diff_files_changed":800,"diff_lines":39,"trac_diff_url":801,"vulnerabilities":802,"is_current":51},"1.4.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.4.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.4.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.3.0&new_path=%2Fcustom-permalinks%2Ftags%2F1.4.0",[803],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":805,"download_url":806,"svn_tag_url":807,"released_at":39,"has_diff":51,"diff_files_changed":808,"diff_lines":39,"trac_diff_url":809,"vulnerabilities":810,"is_current":51},"1.3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.3.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.24&new_path=%2Fcustom-permalinks%2Ftags%2F1.3.0",[811],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":813,"download_url":814,"svn_tag_url":815,"released_at":39,"has_diff":51,"diff_files_changed":816,"diff_lines":39,"trac_diff_url":817,"vulnerabilities":818,"is_current":51},"1.2.24","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.24.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.24\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.23&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.24",[819],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":821,"download_url":822,"svn_tag_url":823,"released_at":39,"has_diff":51,"diff_files_changed":824,"diff_lines":39,"trac_diff_url":825,"vulnerabilities":826,"is_current":51},"1.2.23","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.23.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.23\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.22&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.23",[827],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":829,"download_url":830,"svn_tag_url":831,"released_at":39,"has_diff":51,"diff_files_changed":832,"diff_lines":39,"trac_diff_url":833,"vulnerabilities":834,"is_current":51},"1.2.22","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.22.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.22\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.21&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.22",[835],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":837,"download_url":838,"svn_tag_url":839,"released_at":39,"has_diff":51,"diff_files_changed":840,"diff_lines":39,"trac_diff_url":841,"vulnerabilities":842,"is_current":51},"1.2.21","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.21.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.21\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.20&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.21",[843],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":845,"download_url":846,"svn_tag_url":847,"released_at":39,"has_diff":51,"diff_files_changed":848,"diff_lines":39,"trac_diff_url":849,"vulnerabilities":850,"is_current":51},"1.2.20","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.20.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.20\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.19&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.20",[851],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":853,"download_url":854,"svn_tag_url":855,"released_at":39,"has_diff":51,"diff_files_changed":856,"diff_lines":39,"trac_diff_url":857,"vulnerabilities":858,"is_current":51},"1.2.19","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.19.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.19\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.18&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.19",[859],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":861,"download_url":862,"svn_tag_url":863,"released_at":39,"has_diff":51,"diff_files_changed":864,"diff_lines":39,"trac_diff_url":865,"vulnerabilities":866,"is_current":51},"1.2.18","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.18.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.18\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.17&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.18",[867],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":869,"download_url":870,"svn_tag_url":871,"released_at":39,"has_diff":51,"diff_files_changed":872,"diff_lines":39,"trac_diff_url":873,"vulnerabilities":874,"is_current":51},"1.2.17","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.17.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.17\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.16&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.17",[875],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":877,"download_url":878,"svn_tag_url":879,"released_at":39,"has_diff":51,"diff_files_changed":880,"diff_lines":39,"trac_diff_url":881,"vulnerabilities":882,"is_current":51},"1.2.16","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.16.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.16\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.15&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.16",[883],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":885,"download_url":886,"svn_tag_url":887,"released_at":39,"has_diff":51,"diff_files_changed":888,"diff_lines":39,"trac_diff_url":889,"vulnerabilities":890,"is_current":51},"1.2.15","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.15.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.15\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.14&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.15",[891],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":893,"download_url":894,"svn_tag_url":895,"released_at":39,"has_diff":51,"diff_files_changed":896,"diff_lines":39,"trac_diff_url":897,"vulnerabilities":898,"is_current":51},"1.2.14","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.14.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.14\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.12&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.14",[899],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":901,"download_url":902,"svn_tag_url":903,"released_at":39,"has_diff":51,"diff_files_changed":904,"diff_lines":39,"trac_diff_url":905,"vulnerabilities":906,"is_current":51},"1.2.12","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.12.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.12\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.11&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.12",[907],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":909,"download_url":910,"svn_tag_url":911,"released_at":39,"has_diff":51,"diff_files_changed":912,"diff_lines":39,"trac_diff_url":913,"vulnerabilities":914,"is_current":51},"1.2.11","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.11.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.11\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.10&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.11",[915],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":917,"download_url":918,"svn_tag_url":919,"released_at":39,"has_diff":51,"diff_files_changed":920,"diff_lines":39,"trac_diff_url":921,"vulnerabilities":922,"is_current":51},"1.2.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.9&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.10",[923],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":925,"download_url":926,"svn_tag_url":927,"released_at":39,"has_diff":51,"diff_files_changed":928,"diff_lines":39,"trac_diff_url":929,"vulnerabilities":930,"is_current":51},"1.2.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.8&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.9",[931],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":933,"download_url":934,"svn_tag_url":935,"released_at":39,"has_diff":51,"diff_files_changed":936,"diff_lines":39,"trac_diff_url":937,"vulnerabilities":938,"is_current":51},"1.2.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.7&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.8",[939],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":941,"download_url":942,"svn_tag_url":943,"released_at":39,"has_diff":51,"diff_files_changed":944,"diff_lines":39,"trac_diff_url":945,"vulnerabilities":946,"is_current":51},"1.2.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.6&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.7",[947],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":949,"download_url":950,"svn_tag_url":951,"released_at":39,"has_diff":51,"diff_files_changed":952,"diff_lines":39,"trac_diff_url":953,"vulnerabilities":954,"is_current":51},"1.2.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.5&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.6",[955],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":957,"download_url":958,"svn_tag_url":959,"released_at":39,"has_diff":51,"diff_files_changed":960,"diff_lines":39,"trac_diff_url":961,"vulnerabilities":962,"is_current":51},"1.2.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.4&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.5",[963],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":965,"download_url":966,"svn_tag_url":967,"released_at":39,"has_diff":51,"diff_files_changed":968,"diff_lines":39,"trac_diff_url":969,"vulnerabilities":970,"is_current":51},"1.2.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.3&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.4",[971],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":973,"download_url":974,"svn_tag_url":975,"released_at":39,"has_diff":51,"diff_files_changed":976,"diff_lines":39,"trac_diff_url":977,"vulnerabilities":978,"is_current":51},"1.2.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.2&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.3",[979],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":981,"download_url":982,"svn_tag_url":983,"released_at":39,"has_diff":51,"diff_files_changed":984,"diff_lines":39,"trac_diff_url":985,"vulnerabilities":986,"is_current":51},"1.2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2.1&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.2",[987],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":989,"download_url":990,"svn_tag_url":991,"released_at":39,"has_diff":51,"diff_files_changed":992,"diff_lines":39,"trac_diff_url":993,"vulnerabilities":994,"is_current":51},"1.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.2&new_path=%2Fcustom-permalinks%2Ftags%2F1.2.1",[995],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":58,"download_url":997,"svn_tag_url":998,"released_at":39,"has_diff":51,"diff_files_changed":999,"diff_lines":39,"trac_diff_url":1000,"vulnerabilities":1001,"is_current":51},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.1&new_path=%2Fcustom-permalinks%2Ftags%2F1.2",[1002],{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1004,"download_url":1005,"svn_tag_url":1006,"released_at":39,"has_diff":51,"diff_files_changed":1007,"diff_lines":39,"trac_diff_url":1008,"vulnerabilities":1009,"is_current":51},"1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.0.2&new_path=%2Fcustom-permalinks%2Ftags%2F1.1",[1010,1011,1012],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1014,"download_url":1015,"svn_tag_url":1016,"released_at":39,"has_diff":51,"diff_files_changed":1017,"diff_lines":39,"trac_diff_url":1018,"vulnerabilities":1019,"is_current":51},"1.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.0.1&new_path=%2Fcustom-permalinks%2Ftags%2F1.0.2",[1020,1021,1022],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1024,"download_url":1025,"svn_tag_url":1026,"released_at":39,"has_diff":51,"diff_files_changed":1027,"diff_lines":39,"trac_diff_url":1028,"vulnerabilities":1029,"is_current":51},"1.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F1.0&new_path=%2Fcustom-permalinks%2Ftags%2F1.0.1",[1030,1031,1032],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1034,"download_url":1035,"svn_tag_url":1036,"released_at":39,"has_diff":51,"diff_files_changed":1037,"diff_lines":39,"trac_diff_url":1038,"vulnerabilities":1039,"is_current":51},"1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F1.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.9.3&new_path=%2Fcustom-permalinks%2Ftags%2F1.0",[1040,1041,1042],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1044,"download_url":1045,"svn_tag_url":1046,"released_at":39,"has_diff":51,"diff_files_changed":1047,"diff_lines":39,"trac_diff_url":1048,"vulnerabilities":1049,"is_current":51},"0.9.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.9.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.9.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.9.2&new_path=%2Fcustom-permalinks%2Ftags%2F0.9.3",[1050,1051,1052],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1054,"download_url":1055,"svn_tag_url":1056,"released_at":39,"has_diff":51,"diff_files_changed":1057,"diff_lines":39,"trac_diff_url":1058,"vulnerabilities":1059,"is_current":51},"0.9.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.9.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.9.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.9.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.9.2",[1060,1061,1062],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1064,"download_url":1065,"svn_tag_url":1066,"released_at":39,"has_diff":51,"diff_files_changed":1067,"diff_lines":39,"trac_diff_url":1068,"vulnerabilities":1069,"is_current":51},"0.9.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.9.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.9.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.9&new_path=%2Fcustom-permalinks%2Ftags%2F0.9.1",[1070,1071,1072],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1074,"download_url":1075,"svn_tag_url":1076,"released_at":39,"has_diff":51,"diff_files_changed":1077,"diff_lines":39,"trac_diff_url":1078,"vulnerabilities":1079,"is_current":51},"0.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.8&new_path=%2Fcustom-permalinks%2Ftags%2F0.9",[1080,1081,1082],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1084,"download_url":1085,"svn_tag_url":1086,"released_at":39,"has_diff":51,"diff_files_changed":1087,"diff_lines":39,"trac_diff_url":1088,"vulnerabilities":1089,"is_current":51},"0.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.28&new_path=%2Fcustom-permalinks%2Ftags%2F0.8",[1090,1091,1092],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1094,"download_url":1095,"svn_tag_url":1096,"released_at":39,"has_diff":51,"diff_files_changed":1097,"diff_lines":39,"trac_diff_url":1098,"vulnerabilities":1099,"is_current":51},"0.7.28","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.28.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.28\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.27&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.28",[1100,1101,1102],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1104,"download_url":1105,"svn_tag_url":1106,"released_at":39,"has_diff":51,"diff_files_changed":1107,"diff_lines":39,"trac_diff_url":1108,"vulnerabilities":1109,"is_current":51},"0.7.27","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.27.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.27\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.26&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.27",[1110,1111,1112],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1114,"download_url":1115,"svn_tag_url":1116,"released_at":39,"has_diff":51,"diff_files_changed":1117,"diff_lines":39,"trac_diff_url":1118,"vulnerabilities":1119,"is_current":51},"0.7.26","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.26.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.26\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.25&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.26",[1120,1121,1122],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1124,"download_url":1125,"svn_tag_url":1126,"released_at":39,"has_diff":51,"diff_files_changed":1127,"diff_lines":39,"trac_diff_url":1128,"vulnerabilities":1129,"is_current":51},"0.7.25","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.25.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.25\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.24&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.25",[1130,1131,1132],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1134,"download_url":1135,"svn_tag_url":1136,"released_at":39,"has_diff":51,"diff_files_changed":1137,"diff_lines":39,"trac_diff_url":1138,"vulnerabilities":1139,"is_current":51},"0.7.24","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.24.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.24\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.23&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.24",[1140,1141,1142],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1144,"download_url":1145,"svn_tag_url":1146,"released_at":39,"has_diff":51,"diff_files_changed":1147,"diff_lines":39,"trac_diff_url":1148,"vulnerabilities":1149,"is_current":51},"0.7.23","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.23.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.23\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.22&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.23",[1150,1151,1152],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1154,"download_url":1155,"svn_tag_url":1156,"released_at":39,"has_diff":51,"diff_files_changed":1157,"diff_lines":39,"trac_diff_url":1158,"vulnerabilities":1159,"is_current":51},"0.7.22","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.22.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.22\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.21&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.22",[1160,1161,1162],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1164,"download_url":1165,"svn_tag_url":1166,"released_at":39,"has_diff":51,"diff_files_changed":1167,"diff_lines":39,"trac_diff_url":1168,"vulnerabilities":1169,"is_current":51},"0.7.21","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.21.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.21\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.20&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.21",[1170,1171,1172],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1174,"download_url":1175,"svn_tag_url":1176,"released_at":39,"has_diff":51,"diff_files_changed":1177,"diff_lines":39,"trac_diff_url":1178,"vulnerabilities":1179,"is_current":51},"0.7.20","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.20.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.20\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.19&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.20",[1180,1181,1182],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1184,"download_url":1185,"svn_tag_url":1186,"released_at":39,"has_diff":51,"diff_files_changed":1187,"diff_lines":39,"trac_diff_url":1188,"vulnerabilities":1189,"is_current":51},"0.7.19","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.19.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.19\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.18&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.19",[1190,1191,1192],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1194,"download_url":1195,"svn_tag_url":1196,"released_at":39,"has_diff":51,"diff_files_changed":1197,"diff_lines":39,"trac_diff_url":1198,"vulnerabilities":1199,"is_current":51},"0.7.18","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.18.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.18\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.17&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.18",[1200,1201,1202],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1204,"download_url":1205,"svn_tag_url":1206,"released_at":39,"has_diff":51,"diff_files_changed":1207,"diff_lines":39,"trac_diff_url":1208,"vulnerabilities":1209,"is_current":51},"0.7.17","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.17.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.17\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.16&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.17",[1210,1211,1212],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1214,"download_url":1215,"svn_tag_url":1216,"released_at":39,"has_diff":51,"diff_files_changed":1217,"diff_lines":39,"trac_diff_url":1218,"vulnerabilities":1219,"is_current":51},"0.7.16","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.16.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.16\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.15&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.16",[1220,1221,1222],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1224,"download_url":1225,"svn_tag_url":1226,"released_at":39,"has_diff":51,"diff_files_changed":1227,"diff_lines":39,"trac_diff_url":1228,"vulnerabilities":1229,"is_current":51},"0.7.15","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.15.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.15\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.14&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.15",[1230,1231,1232],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1234,"download_url":1235,"svn_tag_url":1236,"released_at":39,"has_diff":51,"diff_files_changed":1237,"diff_lines":39,"trac_diff_url":1238,"vulnerabilities":1239,"is_current":51},"0.7.14","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.14.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.14\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.13&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.14",[1240,1241,1242],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1244,"download_url":1245,"svn_tag_url":1246,"released_at":39,"has_diff":51,"diff_files_changed":1247,"diff_lines":39,"trac_diff_url":1248,"vulnerabilities":1249,"is_current":51},"0.7.13","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.13.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.13\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.12&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.13",[1250,1251,1252],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1254,"download_url":1255,"svn_tag_url":1256,"released_at":39,"has_diff":51,"diff_files_changed":1257,"diff_lines":39,"trac_diff_url":1258,"vulnerabilities":1259,"is_current":51},"0.7.12","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.12.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.12\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.11&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.12",[1260,1261,1262],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1264,"download_url":1265,"svn_tag_url":1266,"released_at":39,"has_diff":51,"diff_files_changed":1267,"diff_lines":39,"trac_diff_url":1268,"vulnerabilities":1269,"is_current":51},"0.7.11","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.11.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.11\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.10&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.11",[1270,1271,1272],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1274,"download_url":1275,"svn_tag_url":1276,"released_at":39,"has_diff":51,"diff_files_changed":1277,"diff_lines":39,"trac_diff_url":1278,"vulnerabilities":1279,"is_current":51},"0.7.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.9&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.10",[1280,1281,1282],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1284,"download_url":1285,"svn_tag_url":1286,"released_at":39,"has_diff":51,"diff_files_changed":1287,"diff_lines":39,"trac_diff_url":1288,"vulnerabilities":1289,"is_current":51},"0.7.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.8&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.9",[1290,1291,1292],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1294,"download_url":1295,"svn_tag_url":1296,"released_at":39,"has_diff":51,"diff_files_changed":1297,"diff_lines":39,"trac_diff_url":1298,"vulnerabilities":1299,"is_current":51},"0.7.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.7&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.8",[1300,1301,1302],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1304,"download_url":1305,"svn_tag_url":1306,"released_at":39,"has_diff":51,"diff_files_changed":1307,"diff_lines":39,"trac_diff_url":1308,"vulnerabilities":1309,"is_current":51},"0.7.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.6&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.7",[1310,1311,1312],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1314,"download_url":1315,"svn_tag_url":1316,"released_at":39,"has_diff":51,"diff_files_changed":1317,"diff_lines":39,"trac_diff_url":1318,"vulnerabilities":1319,"is_current":51},"0.7.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.4&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.6",[1320,1321,1322],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1324,"download_url":1325,"svn_tag_url":1326,"released_at":39,"has_diff":51,"diff_files_changed":1327,"diff_lines":39,"trac_diff_url":1328,"vulnerabilities":1329,"is_current":51},"0.7.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.3&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.4",[1330,1331,1332],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1334,"download_url":1335,"svn_tag_url":1336,"released_at":39,"has_diff":51,"diff_files_changed":1337,"diff_lines":39,"trac_diff_url":1338,"vulnerabilities":1339,"is_current":51},"0.7.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.2&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.3",[1340,1341,1342],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1344,"download_url":1345,"svn_tag_url":1346,"released_at":39,"has_diff":51,"diff_files_changed":1347,"diff_lines":39,"trac_diff_url":1348,"vulnerabilities":1349,"is_current":51},"0.7.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.2",[1350,1351,1352],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1354,"download_url":1355,"svn_tag_url":1356,"released_at":39,"has_diff":51,"diff_files_changed":1357,"diff_lines":39,"trac_diff_url":1358,"vulnerabilities":1359,"is_current":51},"0.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.7&new_path=%2Fcustom-permalinks%2Ftags%2F0.7.1",[1360,1361,1362],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1364,"download_url":1365,"svn_tag_url":1366,"released_at":39,"has_diff":51,"diff_files_changed":1367,"diff_lines":39,"trac_diff_url":1368,"vulnerabilities":1369,"is_current":51},"0.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.6.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.7",[1370,1371,1372],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1374,"download_url":1375,"svn_tag_url":1376,"released_at":39,"has_diff":51,"diff_files_changed":1377,"diff_lines":39,"trac_diff_url":1378,"vulnerabilities":1379,"is_current":51},"0.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.6&new_path=%2Fcustom-permalinks%2Ftags%2F0.6.1",[1380,1381,1382],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1384,"download_url":1385,"svn_tag_url":1386,"released_at":39,"has_diff":51,"diff_files_changed":1387,"diff_lines":39,"trac_diff_url":1388,"vulnerabilities":1389,"is_current":51},"0.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.5.3&new_path=%2Fcustom-permalinks%2Ftags%2F0.6",[1390,1391,1392],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1394,"download_url":1395,"svn_tag_url":1396,"released_at":39,"has_diff":51,"diff_files_changed":1397,"diff_lines":39,"trac_diff_url":1398,"vulnerabilities":1399,"is_current":51},"0.5.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.5.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.5.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.5.2&new_path=%2Fcustom-permalinks%2Ftags%2F0.5.3",[1400,1401,1402],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1404,"download_url":1405,"svn_tag_url":1406,"released_at":39,"has_diff":51,"diff_files_changed":1407,"diff_lines":39,"trac_diff_url":1408,"vulnerabilities":1409,"is_current":51},"0.5.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.5.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.5.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.5.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.5.2",[1410,1411,1412],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1414,"download_url":1415,"svn_tag_url":1416,"released_at":39,"has_diff":51,"diff_files_changed":1417,"diff_lines":39,"trac_diff_url":1418,"vulnerabilities":1419,"is_current":51},"0.5.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.5.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.5.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.5&new_path=%2Fcustom-permalinks%2Ftags%2F0.5.1",[1420,1421,1422],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1424,"download_url":1425,"svn_tag_url":1426,"released_at":39,"has_diff":51,"diff_files_changed":1427,"diff_lines":39,"trac_diff_url":1428,"vulnerabilities":1429,"is_current":51},"0.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.4.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.5",[1430,1431,1432],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1434,"download_url":1435,"svn_tag_url":1436,"released_at":39,"has_diff":51,"diff_files_changed":1437,"diff_lines":39,"trac_diff_url":1438,"vulnerabilities":1439,"is_current":51},"0.4.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.4.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.4.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.4&new_path=%2Fcustom-permalinks%2Ftags%2F0.4.1",[1440,1441,1442],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1444,"download_url":1445,"svn_tag_url":1446,"released_at":39,"has_diff":51,"diff_files_changed":1447,"diff_lines":39,"trac_diff_url":1448,"vulnerabilities":1449,"is_current":51},"0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.3.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.4",[1450,1451,1452],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1454,"download_url":1455,"svn_tag_url":1456,"released_at":39,"has_diff":51,"diff_files_changed":1457,"diff_lines":39,"trac_diff_url":1458,"vulnerabilities":1459,"is_current":51},"0.3.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.3.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.3.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.3&new_path=%2Fcustom-permalinks%2Ftags%2F0.3.1",[1460,1461,1462],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1464,"download_url":1465,"svn_tag_url":1466,"released_at":39,"has_diff":51,"diff_files_changed":1467,"diff_lines":39,"trac_diff_url":1468,"vulnerabilities":1469,"is_current":51},"0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.2.2&new_path=%2Fcustom-permalinks%2Ftags%2F0.3",[1470,1471,1472],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1474,"download_url":1475,"svn_tag_url":1476,"released_at":39,"has_diff":51,"diff_files_changed":1477,"diff_lines":39,"trac_diff_url":1478,"vulnerabilities":1479,"is_current":51},"0.2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.2.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.2.2",[1480,1481,1482],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1484,"download_url":1485,"svn_tag_url":1486,"released_at":39,"has_diff":51,"diff_files_changed":1487,"diff_lines":39,"trac_diff_url":1488,"vulnerabilities":1489,"is_current":51},"0.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.2&new_path=%2Fcustom-permalinks%2Ftags%2F0.2.1",[1490,1491,1492],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1494,"download_url":1495,"svn_tag_url":1496,"released_at":39,"has_diff":51,"diff_files_changed":1497,"diff_lines":39,"trac_diff_url":1498,"vulnerabilities":1499,"is_current":51},"0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.1.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.2",[1500,1501,1502],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":112,"download_url":1504,"svn_tag_url":1505,"released_at":39,"has_diff":51,"diff_files_changed":1506,"diff_lines":39,"trac_diff_url":1507,"vulnerabilities":1508,"is_current":51},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcustom-permalinks%2Ftags%2F0.1&new_path=%2Fcustom-permalinks%2Ftags%2F0.1.1",[1509,1510,1511],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41},{"version":1513,"download_url":1514,"svn_tag_url":1515,"released_at":39,"has_diff":51,"diff_files_changed":1516,"diff_lines":39,"trac_diff_url":39,"vulnerabilities":1517,"is_current":51},"0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalinks.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcustom-permalinks\u002Ftags\u002F0.1\u002F",[],[1518,1519,1520],{"id":53,"url_slug":54,"title":55,"severity":42,"cvss_score":59,"vuln_type":45,"patched_in_version":58},{"id":68,"url_slug":69,"title":70,"severity":72,"cvss_score":73,"vuln_type":75,"patched_in_version":58},{"id":35,"url_slug":36,"title":37,"severity":42,"cvss_score":43,"vuln_type":45,"patched_in_version":41}]