Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a section to the Readme documenting the credential proxy. This provides three benefits: 1. Users are reassured that GitHub keeps their secrets safe. 2. Security researchers who manage to hack `dependabot-core` aren't surprised when we tell them that doesn't mean they hacked the entire Dependabot Service at GitHub. 3. Clarifies why adding support for private registries to `dependabot-core` isn't enough for those registries to be supported by the Dependabot service that GitHub runs. We still have to plumb those auth schemes into the proxy. Perhaps down the road we may be able to open source the proxy so others can benefit from the increased security, but that's a much larger conversation that we're not quite ready to have.
- Loading branch information