diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4aa53b089..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,44 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: "cargo" - directory: "/facilitator" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - - package-ecosystem: "docker" - directory: "/facilitator" - schedule: - interval: "weekly" - - package-ecosystem: "gomod" - directory: "/key-rotator" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - - package-ecosystem: "docker" - directory: "/key-rotator" - schedule: - interval: "weekly" - - package-ecosystem: "terraform" - directory: "/terraform" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - - package-ecosystem: "terraform" - directory: "/terraform/cluster_bootstrap" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/workflow-manager" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - - package-ecosystem: "docker" - directory: "/workflow-manager" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/README.md b/README.md index d3ecc267d..bb2d8dc2a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ This is ISRG's implementation server components for [Prio](https://crypto.stanford.edu/prio/), the privacy preserving statistics aggregation system. +# `prio-server` is no longer supported + +On May 11, 2023, the United States federal government's Public Health Emergency declaration for COVID-19 ended ([CDC](https://www.cdc.gov/coronavirus/2019-ncov/your-health/end-of-phe.html)), which means that the [Exposure Notifications Private Analytics](https://divviup.org/blog/prio-services-for-covid-en/) system that `prio-server` powers is being turned off. + +This project is no longer maintained by [ISRG](https://abetterinternet.org). No new features will be added and no bug or security fixes will be made. This repository will remain on GitHub in the spirit of transparency and in case it is of interest to researchers. + +If you are interested in Prio or privacy-preserving aggregation of telemetry, check out [Divvi Up](https://divviup.org) or other implementations of the more secure and versatile [Distributed Aggregation Protocol](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/), like [Janus](https://github.com/divviup/janus). + +--- + `avro-schema` contains [Avro](https://avro.apache.org/docs/current/index.html) schema definitions for interoperation with other actors in the Prio system. `facilitator` contains the Rust implementation of ISRG's Prio facilitation server. `terraform` contains a Terraform module for deploying data share processor servers. ## Prio share processor workflow