From a57df738de6982d069501ee8b4d3042a378bda29 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Sat, 18 Jul 2020 13:11:58 -0400 Subject: [PATCH 1/3] Update README.md Update list of adoptions Signed-off-by: Trishank Karthik Kuppusamy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b50475bf..1e9aae7f 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ re-implement to fit their needs. TUF is hosted by the [Linux Foundation](https://www.linuxfoundation.org/) as part of the [Cloud Native Computing Foundation](https://www.cncf.io/) (CNCF) and its design is [used in production](docs/ADOPTERS.md) by companies such as Cloudflare, -Datadog, DigitalOcean, Docker, Flynn, IBM, Kolide, LEAP, Microsoft, RedHat, -and VMware. A variant of TUF called [Uptane](https://uptane.github.io/) is -widely used to secure over-the-air updates in automobiles. +Datadog, Docker, Flynn, IBM, Kolide, LEAP, Microsoft, and RedHat. A variant of TUF +called [Uptane](https://uptane.github.io/) is widely used to secure over-the-air +updates in automobiles. Please see the [TUF Introduction](docs/OVERVIEW.rst) and [TUF's website](https://theupdateframework.com/) for more information about TUF! From 6a7c60485cef67d1776455d84ff30b7c98abf364 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Sat, 18 Jul 2020 13:13:14 -0400 Subject: [PATCH 2/3] Delete ADOPTERS.md Use a single source of truth on the .io website Signed-off-by: Trishank Karthik Kuppusamy --- docs/ADOPTERS.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/ADOPTERS.md diff --git a/docs/ADOPTERS.md b/docs/ADOPTERS.md deleted file mode 100644 index 62626fca..00000000 --- a/docs/ADOPTERS.md +++ /dev/null @@ -1,21 +0,0 @@ -## Adopters -* [Advanced Telematics Systems](https://advancedtelematic.com/en/press-releases/ats-is-integrating-the-uptane-security-framework-for-over-the-air-software-updates-to-connected-vehicles.html) -* [Airbiquity](https://www.airbiquity.com/news/press-releases/airbiquity-unveils-new-otamatictm-release-further-strengthening-over-air-ota-software-and-data-management-offering-automotive) -* [Automotive Grade Linux](https://docs.automotivelinux.org/master/docs/architecture/en/dev/reference/security/README.html) -* [Cloudflare](https://blog.cloudflare.com/pal-a-container-identity-bootstrapping-tool/) -* [DigitalOcean](https://github.com/digitalocean/do-agent) -* [Docker](https://blog.docker.com/2015/08/content-trust-docker-1-8/) -* [Flynn](https://flynn.io/docs/development#the-update-framework-%28tuf%29) -* [Kolide](https://github.com/kolide/updater) -* [LEAP](https://leap.se/en/2014/darkest-night) -* [Microsoft Azure](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-content-trust) -* [Notary](https://github.com/theupdateframework/notary) -* [Quay by CoreOS](https://www.youtube.com/watch?v=ofXHmfOTLyA) -* [VMWare](https://www.youtube.com/watch?v=2ZIu9XTvsC0) - -## Ongoing integrations -* [Crates.io/Rust](https://github.com/heartsucker/rust-tuf) -* [Hackage](https://www.well-typed.com/blog/2015/04/improving-hackage-security/) -* [OPAM](https://opam.ocaml.org/blog/Signing-the-opam-repository/) -* [PyPI](https://github.com/pypa/interoperability-peps/blob/master/pep-0458-tuf-online-keys.rst) -* [RubyGems](https://corner.squareup.com/2013/12/securing-rubygems-with-tuf-part-1.html) From 0f0bce5f21cbb56ad91c0a46ff97f56758dc6929 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Sat, 18 Jul 2020 13:14:56 -0400 Subject: [PATCH 3/3] Update README.md Point to .io website for adoptions instead of duplicating information Signed-off-by: Trishank Karthik Kuppusamy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e9aae7f..2186491b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ re-implement to fit their needs. TUF is hosted by the [Linux Foundation](https://www.linuxfoundation.org/) as part of the [Cloud Native Computing Foundation](https://www.cncf.io/) (CNCF) -and its design is [used in production](docs/ADOPTERS.md) by companies such as Cloudflare, -Datadog, Docker, Flynn, IBM, Kolide, LEAP, Microsoft, and RedHat. A variant of TUF -called [Uptane](https://uptane.github.io/) is widely used to secure over-the-air +and its design is [used in production](https://theupdateframework.io/adoptions/) +by various tech companies and open source organizations. A variant of TUF +called [Uptane](https://uptane.github.io/) is used to secure over-the-air updates in automobiles. Please see the [TUF Introduction](docs/OVERVIEW.rst) and