From 5e6a73dc3f58ba59268c4310274ac7605728dfda Mon Sep 17 00:00:00 2001 From: Yamagi Date: Sat, 22 Jun 2024 16:55:40 +0200 Subject: [PATCH] Include downloads into the security considerations. --- doc/060_multiplayer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/060_multiplayer.md b/doc/060_multiplayer.md index 3344111d..36ce2125 100644 --- a/doc/060_multiplayer.md +++ b/doc/060_multiplayer.md @@ -23,10 +23,10 @@ Apart from this, we'll only document changes/additions here. Quake II was released in 1997 into a world where security didn't matter. The most important thing when connecting to random servers is: **Quake II allows the server to do anything on the client!** The server may -execute any console command, it may overwrite any cvar and given the -rather fragile state of the command parsers chances are high that there -are remote code execution vulnerabilities. Only connect to trustworthy -servers! +execute any console command, it may overwrite any cvar, download any +file to your computer and given the rather fragile state of the command +parsers chances are high that there are remote code execution +vulnerabilities. Only connect to trustworthy servers!