{"id":46,"date":"2017-02-27T00:00:00","date_gmt":"2017-02-27T08:00:00","guid":{"rendered":"https:\/\/github.test\/2017-02-27-crypto-deprecation-notice\/"},"modified":"2021-12-19T22:48:16","modified_gmt":"2021-12-20T06:48:16","slug":"crypto-deprecation-notice","status":"publish","type":"post","link":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/","title":{"rendered":"Discontinue support for weak cryptographic standards"},"content":{"rendered":"<p>Cryptographic standards are ever evolving. It is the canonical game of security cat and mouse, with attacks rendering older standards ill-suited, and driving the community to develop newer and stronger standards to take their place. There have been a number of cryptographic attacks over the past of couple of years. These include, but are not limited to, attacks such as <a href=\"https:\/\/en.wikipedia.org\/wiki\/POODLE\">POODLE<\/a> and <a href=\"https:\/\/en.wikipedia.org\/wiki\/Logjam_(computer_security)\">Logjam<\/a> . And, while there have been workarounds for some of these attacks, they demonstrated that several cryptographic standards in wide deployment are showing their age and should be retired. As a result, GitHub is announcing the immediate deprecation, and eventual disablement, of our use of the following cryptographic standards:<\/p>\n<ul>\n<li><code>TLSv1<\/code>\/<code>TLSv1.1<\/code> &#8211; This applies to all HTTPS connections, including web, API, and git connections to <a href=\"https:\/\/github.com\">https:\/\/github.com<\/a> and <a href=\"https:\/\/api.github.com\">https:\/\/api.github.com<\/a>.<\/li>\n<li><code>diffie-hellman-group1-sha1<\/code> &#8211; This applies to all SSH connections to github.com.<\/li>\n<li><code>diffie-hellman-group14-sha1<\/code> &#8211; This applies to all SSH connections to github.com.<\/li>\n<\/ul>\n<p>All of the above will be disabled on <em>February 1, 2018<\/em>.<\/p>\n<p>In order to minimize the number of users affected by this change we intend do the following before disabling support:<\/p>\n<ul>\n<li>Post quarterly updates to the <a href=\"https:\/\/githubengineering.com\">GitHub engineering<\/a> and <a href=\"https:\/\/developer.github.com\/changes\/\">GitHub developer<\/a> blogs to remind people of the deprecation and encourage them to prepare for the change.<\/li>\n<li>Reach out to popular projects that we know to be currently incompatible with these changes.<\/li>\n<li>Update our own SSH implementation to add support for <code>diffie-hellman-group-exchange-sha256<\/code>, as this will minimize the number of SSH clients affected.<\/li>\n<\/ul>\n<h2 id=\"technical-details\"><a class=\"heading-link\" href=\"#technical-details\">Technical details<span class=\"heading-hash pl-2 text-italic text-bold\" aria-hidden=\"true\"><\/span><\/a><\/h2>\n<h3 id=\"tls-1-1-1\"><a class=\"heading-link\" href=\"#tls-1-1-1\">TLS 1\/1.1<span class=\"heading-hash pl-2 text-italic text-bold\" aria-hidden=\"true\"><\/span><\/a><\/h3>\n<p>The vast majority of HTTPS connections (approximately 95%) made to <a href=\"https:\/\/github.com\">https:\/\/github.com<\/a> and <a href=\"https:\/\/api.github.com\">https:\/\/api.github.com<\/a> use TLS 1.2 and will not be affected. This includes every currently shipping browser used by GitHub users. The vast majority of connections made to GitHub services using TLS 1\/TLS 1.1 are clients built using older SSL\/TLS libraries that do not support TLS 1.2. Mostly commonly, this includes clients built using older versions of the Java JDK as well clients built on operating systems bundled with an older version of OpenSSL.<\/p>\n<p>The Java JDK did not use TLS 1.2 by default until JDK 8 was released in 2014. While JDK 7 supported TLS 1.2, it was not enabled by default for compatibility reasons. Likewise, OpenSSL did not support TLS 1.2 <a href=\"https:\/\/www.openssl.org\/news\/changelog.html#x27\">until version 1.0.1<\/a> was released in 2012. As a result, several popular older operating systems, such as Red Hat 5, continue to rely on older versions of OpenSSL. We appreciate the difficulty associated with upgrading systems that rely on these older libraries, but feel the security gained for all GitHub users make it a worthwhile trade-off.<\/p>\n<h3 id=\"weak-ssh-key-exchange-algorithms\"><a class=\"heading-link\" href=\"#weak-ssh-key-exchange-algorithms\">Weak SSH key exchange algorithms<span class=\"heading-hash pl-2 text-italic text-bold\" aria-hidden=\"true\"><\/span><\/a><\/h3>\n<p>GitHub supports both HTTPS as well as SSH based connections when performing Git operations. When a SSH connection is made to github.com, the client and server must determine a mutually agreeable set of cryptographic algorithms to use for the connection. One such algorithm is the key exchange algorithm. The key exchange algorithm is used to securely exchange a strong cryptographic key to protect future messages in the protocol. Without a secure key exchange algorithm, all future messages exchanged between the client and server can&#8217;t be trusted.<\/p>\n<p>The <a href=\"https:\/\/en.wikipedia.org\/wiki\/Logjam_(computer_security)\">Logjam Attack<\/a> research released in 2015 noted some key exchange algorithms were subject to an attack and should be disabled. In particular, they encouraged all system administrators to <a href=\"https:\/\/weakdh.org\/sysadmin.html#openssh\">disable support<\/a> for the <code>diffie-hellman-group1-sha1<\/code> key exchange algorithm. While their analysis further clarified that <code>diffie-hellman-group14-sha1<\/code> should be secure for the foreseeable future, GitHub is choosing to pro-actively discontinue support for this algorithm as well. SSH supports a number of more contemporary algorithms that are not subject, even theoretically, to the precompuation attacks described in the Logjam research.<\/p>\n<p>The majority of SSH connections (approximately 75% ) made to GitHub.com are compatible with more contemporary SSH key exchange algorithms and will not be affected by the removal of <code>diffie-hellman-group1-sha1<\/code> and <code>diffie-hellman-group14-sha1<\/code>. However, that leaves a minority, but still substantial, set of clients that are currently only compatible with one of the legacy key exchange algorithms. Fortunately, the vast majority of these clients do support some newer algorithms, but none that currently overlap with those supported by GitHub. As a result, GitHub will add support for <code>diffie-hellman-group-exchange-sha256<\/code> before we remove support for <code>diffie-hellman-group1-sha1<\/code> and <code>diffie-hellman-group14-sha1<\/code>. By adding support for <code>diffie-hellman-group-exchange-sha256<\/code> we estimate that 5% of current clients would be affected.<\/p>\n<h2 id=\"conclusion\"><a class=\"heading-link\" href=\"#conclusion\">Conclusion<span class=\"heading-hash pl-2 text-italic text-bold\" aria-hidden=\"true\"><\/span><\/a><\/h2>\n<p>We understand that this will incur additional burden for a small set of developers and users. It is for that reason that we are announcing this deprecation now. We hope that, given approximately a year to prepare, developers and users are able to upgrade their operating systems, libraries, and client software to be compatible with these changes. If you have any questions or concerns related to this announcement, please don&#8217;t hesitate to <a href=\"https:\/\/github.com\/contact?form%5Bsubject%5D=Crypto+deprecation+notice\">contact us<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cryptographic standards are ever evolving. It is the canonical game of security cat and mouse, with attacks rendering older standards ill-suited, and driving the community to develop newer and stronger&hellip;<\/p>\n","protected":false},"author":1529,"featured_media":57452,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_gh_post_show_toc":"","_gh_post_is_no_robots":"","_gh_post_is_featured":"","_gh_post_is_excluded":"","_gh_post_is_unlisted":"","_gh_post_related_link_1":"","_gh_post_related_link_2":"","_gh_post_related_link_3":"","_gh_post_sq_img":"","_gh_post_sq_img_id":"","_gh_post_cta_title":"","_gh_post_cta_text":"","_gh_post_cta_link":"","_gh_post_cta_button":"","_gh_post_recirc_hide":"","_gh_post_recirc_col_1":"","_gh_post_recirc_col_2":"","_gh_post_recirc_col_3":"","_gh_post_recirc_col_4":"","_featured_video":"","_gh_post_additional_query_params":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"_links_to":"","_links_to_target":""},"categories":[72,3310],"tags":[],"coauthors":[2331],"class_list":["post-46","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-engineering","category-platform-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Discontinue support for weak cryptographic standards - The GitHub 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:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Discontinue support for weak cryptographic standards\" \/>\n<meta property=\"og:description\" content=\"Cryptographic standards are ever evolving. It is the canonical game of security cat and mouse, with attacks rendering older standards ill-suited, and driving the community to develop newer and stronger&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/\" \/>\n<meta property=\"og:site_name\" content=\"The GitHub Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-27T08:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-20T06:48:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Patrick Toomey\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Patrick Toomey\" \/>\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\":\"Article\",\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/\"},\"author\":{\"name\":\"Patrick Toomey\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/d56f3824236e714995f077047c4a7155\"},\"headline\":\"Discontinue support for weak cryptographic standards\",\"datePublished\":\"2017-02-27T08:00:00+00:00\",\"dateModified\":\"2021-12-20T06:48:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/\"},\"wordCount\":776,\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Blog_ENGINEERING_for-social.png?fit=1200%2C630\",\"articleSection\":[\"Engineering\",\"Platform security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/\",\"url\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/\",\"name\":\"Discontinue support for weak cryptographic standards - The GitHub Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Blog_ENGINEERING_for-social.png?fit=1200%2C630\",\"datePublished\":\"2017-02-27T08:00:00+00:00\",\"dateModified\":\"2021-12-20T06:48:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/d56f3824236e714995f077047c4a7155\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Blog_ENGINEERING_for-social.png?fit=1200%2C630\",\"contentUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/Blog_ENGINEERING_for-social.png?fit=1200%2C630\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/crypto-deprecation-notice\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/github.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Engineering\",\"item\":\"https:\\\/\\\/github.blog\\\/engineering\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Platform security\",\"item\":\"https:\\\/\\\/github.blog\\\/engineering\\\/platform-security\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Discontinue support for weak cryptographic standards\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/github.blog\\\/#website\",\"url\":\"https:\\\/\\\/github.blog\\\/\",\"name\":\"The GitHub Blog\",\"description\":\"Updates, ideas, and inspiration from GitHub to help developers build and design software.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/github.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/d56f3824236e714995f077047c4a7155\",\"name\":\"Patrick Toomey\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/45ad3abafe65ab8fc8300e33b6245ab9c1fbb00fa202a20ae6086b9487638c5f?s=96&d=mm&r=g09b03a186e73e3e97466be2c5a66576e\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/45ad3abafe65ab8fc8300e33b6245ab9c1fbb00fa202a20ae6086b9487638c5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/45ad3abafe65ab8fc8300e33b6245ab9c1fbb00fa202a20ae6086b9487638c5f?s=96&d=mm&r=g\",\"caption\":\"Patrick Toomey\"},\"sameAs\":[\"http:\\\/\\\/biasedcoin.com\"],\"url\":\"https:\\\/\\\/github.blog\\\/author\\\/ptoomey3\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Discontinue support for weak cryptographic standards - The GitHub 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:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/","og_locale":"en_US","og_type":"article","og_title":"Discontinue support for weak cryptographic standards","og_description":"Cryptographic standards are ever evolving. It is the canonical game of security cat and mouse, with attacks rendering older standards ill-suited, and driving the community to develop newer and stronger&hellip;","og_url":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/","og_site_name":"The GitHub Blog","article_published_time":"2017-02-27T08:00:00+00:00","article_modified_time":"2021-12-20T06:48:16+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630","type":"image\/png"}],"author":"Patrick Toomey","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Patrick Toomey","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#article","isPartOf":{"@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/"},"author":{"name":"Patrick Toomey","@id":"https:\/\/github.blog\/#\/schema\/person\/d56f3824236e714995f077047c4a7155"},"headline":"Discontinue support for weak cryptographic standards","datePublished":"2017-02-27T08:00:00+00:00","dateModified":"2021-12-20T06:48:16+00:00","mainEntityOfPage":{"@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/"},"wordCount":776,"image":{"@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630","articleSection":["Engineering","Platform security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/","url":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/","name":"Discontinue support for weak cryptographic standards - The GitHub Blog","isPartOf":{"@id":"https:\/\/github.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#primaryimage"},"image":{"@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630","datePublished":"2017-02-27T08:00:00+00:00","dateModified":"2021-12-20T06:48:16+00:00","author":{"@id":"https:\/\/github.blog\/#\/schema\/person\/d56f3824236e714995f077047c4a7155"},"breadcrumb":{"@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#primaryimage","url":"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630","contentUrl":"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/github.blog\/engineering\/platform-security\/crypto-deprecation-notice\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/github.blog\/"},{"@type":"ListItem","position":2,"name":"Engineering","item":"https:\/\/github.blog\/engineering\/"},{"@type":"ListItem","position":3,"name":"Platform security","item":"https:\/\/github.blog\/engineering\/platform-security\/"},{"@type":"ListItem","position":4,"name":"Discontinue support for weak cryptographic standards"}]},{"@type":"WebSite","@id":"https:\/\/github.blog\/#website","url":"https:\/\/github.blog\/","name":"The GitHub Blog","description":"Updates, ideas, and inspiration from GitHub to help developers build and design software.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/github.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/github.blog\/#\/schema\/person\/d56f3824236e714995f077047c4a7155","name":"Patrick Toomey","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/45ad3abafe65ab8fc8300e33b6245ab9c1fbb00fa202a20ae6086b9487638c5f?s=96&d=mm&r=g09b03a186e73e3e97466be2c5a66576e","url":"https:\/\/secure.gravatar.com\/avatar\/45ad3abafe65ab8fc8300e33b6245ab9c1fbb00fa202a20ae6086b9487638c5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/45ad3abafe65ab8fc8300e33b6245ab9c1fbb00fa202a20ae6086b9487638c5f?s=96&d=mm&r=g","caption":"Patrick Toomey"},"sameAs":["http:\/\/biasedcoin.com"],"url":"https:\/\/github.blog\/author\/ptoomey3\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/github.blog\/wp-content\/uploads\/2021\/04\/Blog_ENGINEERING_for-social.png?fit=1200%2C630","jetpack_shortlink":"https:\/\/wp.me\/pamS32-K","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/users\/1529"}],"replies":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":1,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/46\/revisions"}],"predecessor-version":[{"id":50331,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/46\/revisions\/50331"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media\/57452"}],"wp:attachment":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media?parent=46"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/categories?post=46"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/tags?post=46"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/coauthors?post=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}