{"id":2263,"date":"2023-06-05T05:00:00","date_gmt":"2023-06-05T03:00:00","guid":{"rendered":"https:\/\/dradisframework.com\/blog\/?p=2263"},"modified":"2023-06-05T13:35:02","modified_gmt":"2023-06-05T11:35:02","slug":"new-in-dradis-pro-v4-9","status":"publish","type":"post","link":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/","title":{"rendered":"New in Dradis Pro v4.9"},"content":{"rendered":"\n<p>We\u2019re heading to Singapore for <strong>Black Hat Asia 2025<\/strong>, and we\u2019ll be showing off the latest in streamlined reporting and collaboration at our <strong>Dradis Arsenal demo<\/strong>. We\u2019re excited to be part of the <strong>Black Hat Arsenal<\/strong>, demoing how Dradis helps security teams collaborate and report more effectively.<\/p>\n\n\n\n<p>Catch us here:<\/p>\n\n\n\n<p>\ud83e\uddea <strong>Dradis @ Black Hat Arsenal<\/strong> \u00a0<br>Business Hall &#8211; Arsenal Station 3<br>\ud83d\udcc5 April 3, 10:05am-11:20am<\/p>\n\n\n\n<p><em>Learn how our most recent updates\u2014which include in-app quality assurance workflows, easier deployment with Docker, and AI-driven enhancements\u2014allow for the creation of reports faster and with greater quality. <\/em><\/p>\n\n\n\n<p>\ud83d\udccd <a href=\"https:\/\/www.blackhat.com\/asia-25\/arsenal\/schedule\/index.html#dradis-framework-streamlined-collaboration-and-reporting-for-security-professionals-43823\">See our Arsenal session<\/a><\/p>\n\n\n\n<p>When we\u2019re not presenting, we\u2019ll be diving into the briefings, trainings, and executive summits across AI, exploit development, cloud, and physical infrastructure. Here\u2019s what we\u2019re most excited about.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"625\" height=\"352\" src=\"https:\/\/www.youtube.com\/embed\/wdrcNj_OhFI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"><\/iframe><\/span>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Liquid Dynamic Content in Word and HTML reports<\/h2>\n\n\n\n<p>We have already supported Liquid content in Dradis Gateway templates for a while &#8211; now we are bringing Liquid Dynamic Content to Word and HTML reports as well. <\/p>\n\n\n\n<p>Want to refer to document properties like dradis.client inside a ContentBlock? Want to show the count of evidence inside the text of an Issue?  Want to use conditionals like &#8220;If this property is in Spanish, export this issue in Spanish instead of English&#8221;?  Now you can! For example, the following will export into an Issue:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#&#91;Description]#\nGlobal:\n{{ project.name }} for {{ team.name }} team\n{{document_properties.available_properties}}\n \nTag Name:\n{% for tag in issue.tags %} {{ tag.name}} {%endfor%}\n \nCVSSv3 score:\n{{ issue.fields&#91;'CVSSv3.BaseScore'] }}\n \nEvidence:\n{% for evidence in issue.evidence %} {{ evidence.fields&#91;\"Label\"] }} {%endfor%}\n \nThe {{ issue.title }} issue has {{ issue.evidence.size }} instances of Evidence\n \nEvidence count per node:\n{% for node in issue.affected %}\n{{ node.label}} has {{node.evidence.size}} instances of evidence\n{% endfor %}<\/code><\/pre>\n\n\n\n<p>It would give a result like the following:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/dradisframework.com\/blog\/wp-content\/uploads\/2023\/05\/projects-134.png\"><img decoding=\"async\" loading=\"lazy\" width=\"1038\" height=\"554\" src=\"https:\/\/dradisframework.com\/blog\/wp-content\/uploads\/2023\/05\/projects-134.png\" alt=\"\" class=\"wp-image-2265\"\/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Better filters in Word templates<\/h2>\n\n\n\n<p>We now have two more filtering options available in Word: Filters with spaces, and filters on Nodes.<\/p>\n\n\n\n<p>Filtering with spaces means you can use double quotes in both field names and filter values.  For example, you can filter by <code>\"CVSS Base\"|(9.0..10.0)<\/code> or <code>Category|\"A1 Injection\"<\/code>.<\/p>\n\n\n\n<p>Nodes can be filtered by <a href=\"https:\/\/dradisframework.com\/support\/guides\/word_reports\/node_properties.html\">Node Properties<\/a>. For example, if you have a Node property for <code>type<\/code> with values of <code>internal\/external<\/code>, you can filter a Node by <code>type|internal<\/code> to only see content for internal-type Nodes. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">DuoWeb and ServiceNow support in the Integration Manager<\/h2>\n\n\n\n<p>We have changed the way our integrations work, so you can now install DuoWeb and ServiceNow right in the <a href=\"https:\/\/dradisframework.com\/support\/guides\/administration\/integration_and_tool_manager.html\">Integration Manager<\/a>. No need to use the command line to install 2FA! You can also configure Duo and ServiceNow, as well as integrations like Azure DevOps, right in the Integration Manager.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Release Notes<\/h3>\n\n\n\n<ul>\n<li>AccessTokens: allow the storage of per-user encrypted tokens<\/li>\n\n\n\n<li>QA: Show state changes in activity feed<\/li>\n\n\n\n<li>Sessions: Store :secret_key_base in encrypted configuration file<\/li>\n\n\n\n<li>Tylium: Extend support for Liquid Dynamic Content<\/li>\n\n\n\n<li>Upgraded gems:\n<ul>\n<li>bootstrap, popper_js, simple_form<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Bugs fixes:\n<ul>\n<li>Issue Library: Prevent rendering navbar over top of the fullscreen editor<\/li>\n\n\n\n<li>QA: Redirect to correct view when changing states on QA edit views<\/li>\n\n\n\n<li>Users: Force logout for users with locked accounts<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Integration enhancements:\n<ul>\n<li>Acunetix: Parse inline code, not just code blocks<\/li>\n\n\n\n<li>Burp: Adds strong and code tags parsing<\/li>\n\n\n\n<li>CSV: Fix CSV Upload for files with special characters<\/li>\n\n\n\n<li>Nessus:\n<ul>\n<li>Parse code tags as inline code<\/li>\n\n\n\n<li>Add plugin_type as an available Issue field<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Nexpose:\n<ul>\n<li>Parse inline code, not just code blocks<\/li>\n\n\n\n<li>Wrap ciphers in the <code>ssl-weak-message-authentication-code-algorithms<\/code> finding<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Qualys: Adds Request\/Response Evidence fields for Web Application Scans (WAS)<\/li>\n\n\n\n<li>Azure DevOps: Switch authentication from PAT to OAuth2<\/li>\n\n\n\n<li>Duo 2FA:\n<ul>\n<li>Migrate to UI-based configuration<\/li>\n\n\n\n<li>Add to Integrations Manager<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>ServiceNow:\n<ul>\n<li>Migrate to UI-based configuration<\/li>\n\n\n\n<li>Add to Integrations Manager<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Reporting enhancements:\n<ul>\n<li>Word\n<ul>\n<li>Add support for filtering nodes by properties<\/li>\n\n\n\n<li>Add support for the notextile tag<\/li>\n\n\n\n<li>Allow multi-word fields\/values in the content control filters with double quotes<\/li>\n\n\n\n<li>Extend support for liquid dynamic content in Word reports<\/li>\n\n\n\n<li>Warn of missing blank lines around a screenshot only when it&#8217;s not the first or last item in a field<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Not using Dradis Pro?<\/h3>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Dradis version 4.8.0 includes a QA view so that you can review\/approve Issues and Content Blocks before including them in reports and better tester management for locked users.<\/p>\n","protected":false},"author":9,"featured_media":2249,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":[]},"categories":[3,10],"tags":[],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>New in Dradis Pro v4.9 - Dradis Framework Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New in Dradis Pro v4.9 - Dradis Framework Blog\" \/>\n<meta property=\"og:description\" content=\"Dradis version 4.8.0 includes a QA view so that you can review\/approve Issues and Content Blocks before including them in reports and better tester management for locked users.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/\" \/>\n<meta property=\"og:site_name\" content=\"Dradis Framework Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-05T03:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-05T11:35:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dradis.com\/blog\/wp-content\/uploads\/2023\/04\/Screen-Shot-2023-04-17-at-1.26.51-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1246\" \/>\n\t<meta property=\"og:image:height\" content=\"578\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christoffer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dradisfw\" \/>\n<meta name=\"twitter:site\" content=\"@dradisfw\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christoffer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/\",\"url\":\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/\",\"name\":\"New in Dradis Pro v4.9 - Dradis Framework Blog\",\"isPartOf\":{\"@id\":\"https:\/\/dradis.com\/blog\/#website\"},\"datePublished\":\"2023-06-05T03:00:00+00:00\",\"dateModified\":\"2023-06-05T11:35:02+00:00\",\"author\":{\"@id\":\"https:\/\/dradis.com\/blog\/#\/schema\/person\/967c0dd4cee66d8ec17d0d1dd945e806\"},\"breadcrumb\":{\"@id\":\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dradis.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New in Dradis Pro v4.9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dradis.com\/blog\/#website\",\"url\":\"https:\/\/dradis.com\/blog\/\",\"name\":\"Dradis Framework Blog\",\"description\":\"Information management for security teams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dradis.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dradis.com\/blog\/#\/schema\/person\/967c0dd4cee66d8ec17d0d1dd945e806\",\"name\":\"Christoffer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dradis.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/11284db099ec311067710d24cc6ed00f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/11284db099ec311067710d24cc6ed00f?s=96&d=mm&r=g\",\"caption\":\"Christoffer\"},\"url\":\"https:\/\/dradis.com\/blog\/author\/christoffer\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New in Dradis Pro v4.9 - Dradis Framework Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/","og_locale":"en_US","og_type":"article","og_title":"New in Dradis Pro v4.9 - Dradis Framework Blog","og_description":"Dradis version 4.8.0 includes a QA view so that you can review\/approve Issues and Content Blocks before including them in reports and better tester management for locked users.","og_url":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/","og_site_name":"Dradis Framework Blog","article_published_time":"2023-06-05T03:00:00+00:00","article_modified_time":"2023-06-05T11:35:02+00:00","og_image":[{"width":1246,"height":578,"url":"https:\/\/dradis.com\/blog\/wp-content\/uploads\/2023\/04\/Screen-Shot-2023-04-17-at-1.26.51-PM.png","type":"image\/png"}],"author":"Christoffer","twitter_card":"summary_large_image","twitter_creator":"@dradisfw","twitter_site":"@dradisfw","twitter_misc":{"Written by":"Christoffer","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/","url":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/","name":"New in Dradis Pro v4.9 - Dradis Framework Blog","isPartOf":{"@id":"https:\/\/dradis.com\/blog\/#website"},"datePublished":"2023-06-05T03:00:00+00:00","dateModified":"2023-06-05T11:35:02+00:00","author":{"@id":"https:\/\/dradis.com\/blog\/#\/schema\/person\/967c0dd4cee66d8ec17d0d1dd945e806"},"breadcrumb":{"@id":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dradis.com\/blog\/2023\/06\/new-in-dradis-pro-v4-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dradis.com\/blog\/"},{"@type":"ListItem","position":2,"name":"New in Dradis Pro v4.9"}]},{"@type":"WebSite","@id":"https:\/\/dradis.com\/blog\/#website","url":"https:\/\/dradis.com\/blog\/","name":"Dradis Framework Blog","description":"Information management for security teams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dradis.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/dradis.com\/blog\/#\/schema\/person\/967c0dd4cee66d8ec17d0d1dd945e806","name":"Christoffer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dradis.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/11284db099ec311067710d24cc6ed00f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/11284db099ec311067710d24cc6ed00f?s=96&d=mm&r=g","caption":"Christoffer"},"url":"https:\/\/dradis.com\/blog\/author\/christoffer\/"}]}},"jetpack_featured_media_url":"https:\/\/dradis.com\/blog\/wp-content\/uploads\/2023\/04\/Screen-Shot-2023-04-17-at-1.26.51-PM.png","jetpack_shortlink":"https:\/\/wp.me\/p3ijVs-Av","jetpack_sharing_enabled":false,"jetpack-related-posts":[{"id":2335,"url":"https:\/\/dradis.com\/blog\/2024\/02\/a-year-of-updates-2023-dradis-pro\/","url_meta":{"origin":2263,"position":0},"title":"A Year of Updates [2023] &#8211; Dradis Pro","date":"February 5, 2024","format":false,"excerpt":"Dradis v4.11.0 includes bug fixes for both the Dradis app and Word exporter plus a few technical updates.","rel":"","context":"In &quot;Dradis_Pro&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dradis.com\/blog\/wp-content\/uploads\/2024\/01\/Screen-Shot-2024-01-16-at-4.41.11-PM.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1583,"url":"https:\/\/dradis.com\/blog\/2021\/08\/new-in-dradis-pro-v4-0\/","url_meta":{"origin":2263,"position":1},"title":"New in Dradis Pro v4.0","date":"August 12, 2021","format":false,"excerpt":"https:\/\/youtu.be\/WTgnkOBduSI Gateway Themes One of the biggest changes in Dradis Pro v.4.0 is the move from a single HTML Gateway template to Liquid themes. Create a dynamic, info packed, theme to deliver assessment results dynamically in Gateway using Liquid. Multiple Gateway themes means each project can use a different theme\u2026","rel":"","context":"In &quot;Dradis_Pro&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dradis.com\/blog\/wp-content\/uploads\/2021\/08\/gateway_theme_sm.gif?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2326,"url":"https:\/\/dradis.com\/blog\/2024\/01\/new-in-dradis-pro-v4-11\/","url_meta":{"origin":2263,"position":2},"title":"New in Dradis Pro v4.11","date":"January 18, 2024","format":false,"excerpt":"Dradis v4.11.0 includes bug fixes for both the Dradis app and Word exporter plus a few technical updates.","rel":"","context":"In &quot;Dradis_Pro&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dradis.com\/blog\/wp-content\/uploads\/2024\/01\/Screen-Shot-2024-01-16-at-4.41.11-PM.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2460,"url":"https:\/\/dradis.com\/blog\/2025\/01\/a-year-of-updates-2024-dradis-pro\/","url_meta":{"origin":2263,"position":3},"title":"A Year of Updates [2024] &#8211; Dradis Pro","date":"January 7, 2025","format":false,"excerpt":"Dradis v4.11.0 includes bug fixes for both the Dradis app and Word exporter plus a few technical updates.","rel":"","context":"In &quot;Dradis_Pro&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dradis.com\/blog\/wp-content\/uploads\/2024\/01\/Screen-Shot-2024-01-16-at-4.41.11-PM.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2415,"url":"https:\/\/dradis.com\/blog\/2024\/10\/new-in-dradis-pro-v4-14\/","url_meta":{"origin":2263,"position":4},"title":"New in Dradis Pro v4.14","date":"October 23, 2024","format":false,"excerpt":"Dradis v4.14.0 includes synced content between Issues and Issue Library entries, Quality Assurance for Issue Library entries, and Liquid support for Issue sort fields.","rel":"","context":"In &quot;Dradis_Pro&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dradis.com\/blog\/wp-content\/uploads\/2024\/01\/Screen-Shot-2024-01-16-at-4.41.11-PM.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2295,"url":"https:\/\/dradis.com\/blog\/2023\/09\/new-in-dradis-pro-v4-10\/","url_meta":{"origin":2263,"position":5},"title":"New in Dradis Pro v4.10","date":"September 12, 2023","format":false,"excerpt":"Dradis version 4.10.0 includes validation before export, mappings manager for Azure DevOps\/Jira, and archiving projects.","rel":"","context":"In &quot;Dradis_Pro&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dradis.com\/blog\/wp-content\/uploads\/2023\/09\/Screen-Shot-2023-09-01-at-4.44.49-PM.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/posts\/2263"}],"collection":[{"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/comments?post=2263"}],"version-history":[{"count":6,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/posts\/2263\/revisions"}],"predecessor-version":[{"id":2274,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/posts\/2263\/revisions\/2274"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/media\/2249"}],"wp:attachment":[{"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/media?parent=2263"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/categories?post=2263"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dradis.com\/blog\/wp-json\/wp\/v2\/tags?post=2263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}