mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:41:41 +03:00
VULN-DISCLOSURE-POLICY: escape sequences are not a security flaw
Closes #12278
This commit is contained in:
parent
7925ba431b
commit
2b16b86bb6
1 changed files with 9 additions and 0 deletions
|
|
@ -283,3 +283,12 @@ and if an attacker can trick the user to run a specifically crafted curl
|
|||
command line, all bets are off. Such an attacker can just as well have the
|
||||
user run a much worse command that can do something fatal (like
|
||||
`sudo rm -rf /`).
|
||||
|
||||
## Terminal output and escape sequences
|
||||
|
||||
Content that is transferred from a server and gets displayed in a terminal by
|
||||
curl may contain escape sequences or use other tricks to fool the user. This
|
||||
is curl working as designed and is not a curl security problem. Escape
|
||||
sequences, moving cursor, changing color etc, is also frequently used for
|
||||
good. To reduce the risk of getting fooled, save files and browse them after
|
||||
download using a display method that minimizes risks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue