security: GHSA-4fqm-6fmh-82mq Authentication bypass in KillAction - thanks for the responsible disclosure @kule500 and making OliveTin better

This commit is contained in:
jamesread 2026-03-02 00:29:02 +00:00
parent a565e1ce4c
commit d9804182ea
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ func (cfg *Config) sanitizeAuthRequireGuestsToLogin() {
cfg.DefaultPermissions.View = false
cfg.DefaultPermissions.Exec = false
cfg.DefaultPermissions.Logs = false
cfg.DefaultPermissions.Kill = false
}
}