-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add an experimental self update feature #55
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #55 +/- ##
=========================================
Coverage 98.03% 98.03%
Complexity 29 29
=========================================
Files 6 6
Lines 102 102
=========================================
Hits 100 100
Misses 2 2 ☔ View full report in Codecov by Sentry. |
Uses laravel-zero/framework#481 to test if it can work for production
973521c
to
4e2817a
Compare
This depends on laravel-zero/framework#481 which seems to be quite stale. Gonna try to create a custom implementation. |
In the future we'll want to add RSA code signing (where we can embed the public key into the Phar) to guard against MITM attacks, but I think this is fair for an initial experimental proof of concept. |
No description provided.