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

Appcanary upgrade when the version isn't available #138

Open
mveytsman opened this issue Jan 12, 2017 · 0 comments
Open

Appcanary upgrade when the version isn't available #138

mveytsman opened this issue Jan 12, 2017 · 0 comments

Comments

@mveytsman
Copy link
Contributor

By design, appcanary upgrade tries to install the minimum version we can that fixes all vulnerabilities we know about.

It's possible that the mirror you're using only stores the latest versions.How do we deal with this?

  1. Currently we silently fail -- we only fix the vulnerabilities we can upgrade to the versions we list. The user must manually upgrade packages otherwise.
  2. We can do the above, but be louder about it.
  3. We can have a relaxed and a strict mode. Relaxed upgrades to the latest version available, strict upgrades to the minimum known good version, and if we can't pull it down, it's up to the user to deal with it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant