cmu-delphi/delphi-epidata

geo_coverage endpoint role restriction

Open

#1,621 opened on Mar 13, 2025

 (0 comments) (0 reactions) (1 assignee)Python (67 forks)auto 404
api changeapi keysbughelp wantedpython

Repository metrics

Stars
 (104 stars)
PR merge metrics
 (PR metrics pending)

Description

The /covidcast/geo_coverage endpoint went into production recently with #1584. In our haste to release it, we neglected to add any of the role-based restrictions for protected signal sources. To prevent leakage of any privileged/restricted information, we need to add filtering of sources similar to the way other endpoints do.

Contributor guide