Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prestwich/double update sig check #227

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

prestwich
Copy link
Member

Motivation

Prevent false positive double-updates
Prevent watcher from using an old configuration after an updater rotation

Solution

Prevent false positives on double updates by checking that the 2 updates match eachothers' signatures.
Check on each inbound update that the signer matches the configured updater

PR Checklist

  • Added Tests
  • Updated Documentation
  • Updated CHANGELOG.md for the appropriate package
  • Ran PR in local/dev/staging

@prestwich prestwich added bug Something isn't working touches-critical-code Touches safety-critical code (updater, watcher) labels Jul 29, 2022
@prestwich prestwich self-assigned this Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working touches-critical-code Touches safety-critical code (updater, watcher)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant