]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ftp.cc
Cross-site scripting fixes by Robert Collins and Henrik Nordstrom
authorhno <>
Sun, 5 Nov 2000 06:04:09 +0000 (06:04 +0000)
committerhno <>
Sun, 5 Nov 2000 06:04:09 +0000 (06:04 +0000)
commit10270faab2bc84e50cde13431a6e6d1932966e5f
tree89d7bb5e8217fc47b7a61d0f67e0de81747f55b6
parentd29b40ded79bb19b8aa9199fd108de6169ce458e
Cross-site scripting fixes by Robert Collins and Henrik Nordstrom

Everywhere where Squid inserts text received from the network into
a HTML page (error pages, FTP listings, Gopher listings, ...) care
must be taken to ensure that the text is properly encoded as HTML,
or a malicious user might be able to insert script code or other
HTML tags, and exploit the web browser of any user visiting their
page or clicking on that funny link received in a email..
include/util.h
lib/Makefile.in
src/errorpage.cc
src/ftp.cc
src/gopher.cc