mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-28 23:31:57 +00:00
Add some thoughts about security to the multiplayer guide.
This commit is contained in:
parent
81647f79ec
commit
f9bf0e8861
1 changed files with 12 additions and 0 deletions
|
@ -18,6 +18,18 @@ Apart from this, we'll only document changes/additions here.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Security considerations
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## HTTP Downloads
|
## HTTP Downloads
|
||||||
|
|
||||||
Like r1q2 and some other Quake II source ports, we allow downloading
|
Like r1q2 and some other Quake II source ports, we allow downloading
|
||||||
|
|
Loading…
Reference in a new issue