There was an error while loading. Please reload this page.
1 parent ec799c4 commit f568625Copy full SHA for f568625
1 file changed
lib/docker_manager/upgrader.rb
@@ -27,6 +27,13 @@ def upgrade
27
28
clear_logs
29
30
+ if @repos.any? { |repo| repo.url.include?("github.com/discoursehosting/") }
31
+ log "ERROR: Detected a reference to a compromised github organization: github.com/discoursehosting/"
32
+ log "Please remove any references to this organization from your configuration file."
33
+ log "For more information, see https://meta.discourse.org/t/374703/6"
34
+ raise "Compromised organization detected"
35
+ end
36
+
37
log("********************************************************")
38
log("*** Please be patient, next steps might take a while ***")
39
0 commit comments