{"id":5700,"date":"2026-04-16T07:19:56","date_gmt":"2026-04-16T07:19:56","guid":{"rendered":"https:\/\/signmycode.com\/blog\/?p=5700"},"modified":"2026-04-16T07:19:58","modified_gmt":"2026-04-16T07:19:58","slug":"openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required","status":"publish","type":"post","link":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required","title":{"rendered":"OpenAI Revokes macOS Code Signing Cert After Axios Supply Chain Hit [Actions Required]"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Something big just happened in the cybersecurity world. And if you&#8217;re using OpenAI\u2019s macOS apps\u2026 this affects you directly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">OpenAI has rotated its macOS code-signing certificates after a supply chain attack quietly slipped into its workflow. No, your data wasn\u2019t stolen. But yes, this is serious enough that every macOS user must update before May 8, 2026. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/openai.com\/index\/axios-developer-tool-compromise\/\">OpenAI responds<\/a> to North Korea-linked Axios npm compromise by rotating code signing certificates. macOS users must update ChatGPT and Codex apps by May 8.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-actually-happened\">What Actually Happened<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A <a href=\"https:\/\/signmycode.com\/blog\/securing-your-ci-cd-pipelines-with-github-actions-devsecops-in-action\">GitHub Actions workflow<\/a> in the code-signing of the OpenAI macOS app-signing on March 31, 2026, automatically downloaded and ran an attack version of the Axios JavaScript HTTP library (with approximately 100 million downloads per week) on their system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That was a malicious version, <strong>Axios 1.14.1.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size wp-block-paragraph\">Attackers who had compromised the account of the maintainers of the Axios lead, Jason Saayman, via a social engineering campaign, bogus collaboration arrangements, deceptive Slack workspaces, Microsoft Teams video calls, and so on, pushed it to npm. Google Threat Intelligence Group reported that the attack was carried out by North Korean threat actors, who worked under the name <strong>UNC1069.<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The malicious file installed a remote access trojan (RAT) on both MacOS, Windows, and Linux platforms. It lasted about three and a half hours. That was enough.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-openai-found-and-what-they-did-about-it\">What OpenAI Found and What They Did About It<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The third-party forensics and incident response firm was introduced in OpenAI. <strong>They did not find any evidence that:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The certificate was successfully stolen<\/li>\n\n\n\n<li>There was access to user data.<\/li>\n\n\n\n<li>Any OpenAI software was altered<\/li>\n\n\n\n<li>Intellectual property was compromised<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">They also verified with Apple that all notarization activities that were associated with the old certificate were authentic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-however-here-is-the-point-openai-decided-to-rotate-the-certificate-as-well\">However, here is the point: OpenAI decided to rotate the certificate as well<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is the correct decision. Once, even in theory, there is a window in which an attacker might have snatched your signing material, you do not roll dice on the probability that it is probably all fine. You turn around, withdraw, and start anew.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The root cause? A poorly configured GitHub Actions workflow that used a floating tag rather than a pinned commit hash, and did not require any minimum age to release new packages. Small configuration gaps. Massive downstream consequences.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-action-by-openai-changes-on-may-8-2026\">Action by OpenAI: Changes on May 8, 2026<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Mark this date. The old certificate was completely revoked on May 8, 2026, by OpenAI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Any macOS application signed using the old certificate will be blocked by macOS security after that date. You can not take off with it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The lowest versions that you must be running, signed using the new certificate:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>GPT Desktop: 1.2026.051<\/strong><\/li>\n\n\n\n<li><strong>Codex App: 26.406.40811<\/strong><\/li>\n\n\n\n<li><strong>Codex CLI: 0.119.0<\/strong><\/li>\n\n\n\n<li><strong>Atlas: 1.2026.84.2<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Keep up-to-date using the app itself or via the official download pages of OpenAI. Do not have to click update links in emails, adverts, or third-party websites. It is through this that these attacks are further propagated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-bigger-picture-you-cannot-ignore\">The Bigger Picture You Cannot Ignore<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first large-scale company to publicly disclose the effects of the <strong>Axios supply chain attack<\/strong> is OpenAI. But it will certainly not be the last.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-small-font-size wp-block-paragraph\">Wiz estimates that about 80% of cloud and code environments include Axios. In 3% of the affected environments, the malicious version was observed to be executed.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Consider that scale a bit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/signmycode.com\/blog\/software-supply-chain-attacks-notable-examples-and-prevention-strategies\">Supply chain attacks<\/a> are effective as programmers have confidence in the tools they use daily. A vulnerability in a popular library need not directly compromise your system. It only requires being carried over on something you already have trust in.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is why dependency pinning, minimum release age policies and regular workflow audits are now not optional practices. These are security hygiene at the baseline.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-other-previous-supply-chain-attacks\">Other Previous Supply Chain Attacks<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/signmycode.com\/blog\/github-supply-chain-attack-expose-secrets-across-218-repositories\">GitHub Supply Chain Attack: CVE-2025-30066 and CVE-2025-30154 Expose Secrets Across 218 Repositories<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/signmycode.com\/blog\/salesloft-drift-supply-chain-attack-hits-palo-alto-networks-and-zscaler\">Salesloft Drift Supply Chain Attack Hits Palo Alto Networks and Zscaler<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/signmycode.com\/blog\/npm-supply-chain-attack-what-happened-and-how-to-protect-your-software\">npm Supply Chain Attack: What Happened and How to Protect Your Software<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/signmycode.com\/blog\/cyberlink-breached-through-supply-chain-attack-by-north-korean-hackers\">CyberLink Breached Through Supply Chain Attack By North Korean Hackers<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-defend-your-organization-against-supply-chain-attacks\">Defend your Organization against Supply Chain Attacks<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This accident did not result in any harm, but it could easily have.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Contemporary supply chain attacks do not knock down the door. They sneak and creep through the processes of trust. And before you see it, it is so late.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is why prevention is more important than response.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote has-green-background-color has-background has-small-font-size is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/signmycode.com\/\">Code signing<\/a> remains important, developing confidence in your software. That trust, however, should be safeguarded by increased controls. To avoid this, organisations are advised to use <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong><a href=\"https:\/\/signmycode.com\/blog\/what-is-a-software-bill-of-material-sbom-and-supply-chain-security\">SBOMs<\/a><\/strong>\u00a0to track dependencies and implement solutions, such as\u00a0<strong><a href=\"https:\/\/signmycode.com\/digicert-software-trust-manager\">DigiCert Software Trust Manager<\/a><\/strong>, to protect signing processes and prevent<\/span> abuse.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Get in touch, and <strong>our team will assist you<\/strong> in securing your pipelines, enhancing the code-signing process, and mitigating risk before it turns into a breach.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Something big just happened in the cybersecurity world. And if you&#8217;re using OpenAI\u2019s macOS apps\u2026 this affects you directly. OpenAI has rotated its macOS code-signing certificates after a supply chain attack quietly slipped into its workflow. No, your data wasn\u2019t stolen. But yes, this is serious enough that every macOS user must update before May&hellip; <a class=\"more-link\" href=\"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required\">Read More <span class=\"screen-reader-text\">OpenAI Revokes macOS Code Signing Cert After Axios Supply Chain Hit [Actions Required]<\/span><\/a> <\/p>\n","protected":false},"author":1,"featured_media":5703,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[458,457],"tags":[919,920,921],"class_list":["post-5700","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyber-security","category-developers-guide","tag-axios-supply-chain-attack","tag-openai-rotates-macos-code-signing-certificates","tag-openais-macos-apps","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Axios Supply Chain Attack: OpenAI Revokes macOS Signing Certs<\/title>\n<meta name=\"description\" content=\"Starting May 8, 2026, macOS will stop honoring the revoked certificate. Any OpenAI desktop app installed from a build signed with the old key will stop receiving updates.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Axios Supply Chain Attack: OpenAI Revokes macOS Signing Certs\" \/>\n<meta property=\"og:description\" content=\"Starting May 8, 2026, macOS will stop honoring the revoked certificate. Any OpenAI desktop app installed from a build signed with the old key will stop receiving updates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required\" \/>\n<meta property=\"og:site_name\" content=\"SignMyCode - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-16T07:19:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T07:19:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2026\/04\/axios-supply-chain-attack-openai.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"912\" \/>\n\t<meta property=\"og:image:height\" content=\"453\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Janki Mehta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Janki Mehta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required\",\"name\":\"Axios Supply Chain Attack: OpenAI Revokes macOS Signing Certs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/axios-supply-chain-attack-openai.webp\",\"datePublished\":\"2026-04-16T07:19:56+00:00\",\"dateModified\":\"2026-04-16T07:19:58+00:00\",\"description\":\"Starting May 8, 2026, macOS will stop honoring the revoked certificate. Any OpenAI desktop app installed from a build signed with the old key will stop receiving updates.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#primaryimage\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/axios-supply-chain-attack-openai.webp\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/axios-supply-chain-attack-openai.webp\",\"width\":912,\"height\":453,\"caption\":\"Axios Dependency Incident 2026\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenAI Revokes macOS Code Signing Cert After Axios Supply Chain Hit [Actions Required]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/\",\"name\":\"SignMyCode - Blog\",\"description\":\"Code Signing News, Updates\",\"publisher\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#organization\",\"name\":\"SignMyCode.com\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/logo1.png\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/logo1.png\",\"width\":135,\"height\":86,\"caption\":\"SignMyCode.com\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Axios Supply Chain Attack: OpenAI Revokes macOS Signing Certs","description":"Starting May 8, 2026, macOS will stop honoring the revoked certificate. Any OpenAI desktop app installed from a build signed with the old key will stop receiving updates.","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:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required","og_locale":"en_US","og_type":"article","og_title":"Axios Supply Chain Attack: OpenAI Revokes macOS Signing Certs","og_description":"Starting May 8, 2026, macOS will stop honoring the revoked certificate. Any OpenAI desktop app installed from a build signed with the old key will stop receiving updates.","og_url":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required","og_site_name":"SignMyCode - Blog","article_published_time":"2026-04-16T07:19:56+00:00","article_modified_time":"2026-04-16T07:19:58+00:00","og_image":[{"width":912,"height":453,"url":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2026\/04\/axios-supply-chain-attack-openai.webp","type":"image\/jpeg"}],"author":"Janki Mehta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Janki Mehta","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required","url":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required","name":"Axios Supply Chain Attack: OpenAI Revokes macOS Signing Certs","isPartOf":{"@id":"https:\/\/signmycode.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#primaryimage"},"image":{"@id":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#primaryimage"},"thumbnailUrl":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2026\/04\/axios-supply-chain-attack-openai.webp","datePublished":"2026-04-16T07:19:56+00:00","dateModified":"2026-04-16T07:19:58+00:00","description":"Starting May 8, 2026, macOS will stop honoring the revoked certificate. Any OpenAI desktop app installed from a build signed with the old key will stop receiving updates.","breadcrumb":{"@id":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#primaryimage","url":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2026\/04\/axios-supply-chain-attack-openai.webp","contentUrl":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2026\/04\/axios-supply-chain-attack-openai.webp","width":912,"height":453,"caption":"Axios Dependency Incident 2026"},{"@type":"BreadcrumbList","@id":"https:\/\/signmycode.com\/blog\/openai-revokes-macos-code-signing-cert-after-axios-supply-chain-hit-actions-required#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/signmycode.com\/blog\/"},{"@type":"ListItem","position":2,"name":"OpenAI Revokes macOS Code Signing Cert After Axios Supply Chain Hit [Actions Required]"}]},{"@type":"WebSite","@id":"https:\/\/signmycode.com\/blog\/#website","url":"https:\/\/signmycode.com\/blog\/","name":"SignMyCode - Blog","description":"Code Signing News, Updates","publisher":{"@id":"https:\/\/signmycode.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/signmycode.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/signmycode.com\/blog\/#organization","name":"SignMyCode.com","url":"https:\/\/signmycode.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2021\/10\/logo1.png","contentUrl":"https:\/\/signmycode.com\/blog\/wp-content\/uploads\/2021\/10\/logo1.png","width":135,"height":86,"caption":"SignMyCode.com"},"image":{"@id":"https:\/\/signmycode.com\/blog\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts\/5700","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/comments?post=5700"}],"version-history":[{"count":5,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts\/5700\/revisions"}],"predecessor-version":[{"id":5708,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/posts\/5700\/revisions\/5708"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/media\/5703"}],"wp:attachment":[{"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/media?parent=5700"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/categories?post=5700"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/signmycode.com\/blog\/wp-json\/wp\/v2\/tags?post=5700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}