Fixes a security issue on runtime logging (#20413)

This commit is contained in:
AffectedArc07
2023-02-12 13:55:43 +00:00
committed by GitHub
parent c12b8420ec
commit 98d7440f75
2 changed files with 46 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ GLOBAL_LIST_INIT(admin_verbs_maintainer, list(
/client/proc/debugNatureMapGenerator, // This lags like hell, and is very easy to nuke half the server with
/client/proc/vv_by_ref, // This allows you to lookup **ANYTHING** in the server memory by spamming refs. Locked for security.
/client/proc/cinematic, // This will break everyone's screens in the round. Dont use this for adminbus.
/client/proc/throw_runtime, // Do I even need to explain why this is locked?
))
/client/proc/on_holder_add()