mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-21 20:21:09 +00:00
Include downloads into the security considerations.
This commit is contained in:
parent
468f90ad48
commit
5e6a73dc3f
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
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
|
The most important thing when connecting to random servers is: **Quake
|
||||||
II allows the server to do anything on the client!** The server may
|
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
|
execute any console command, it may overwrite any cvar, download any
|
||||||
rather fragile state of the command parsers chances are high that there
|
file to your computer and given the rather fragile state of the command
|
||||||
are remote code execution vulnerabilities. Only connect to trustworthy
|
parsers chances are high that there are remote code execution
|
||||||
servers!
|
vulnerabilities. Only connect to trustworthy servers!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue