diff options
author | remko <remko@FreeBSD.org> | 2007-03-22 01:07:34 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2007-03-22 01:07:34 +0800 |
commit | 88ce5d63b8497af9faa4659d1925efa53c254873 (patch) | |
tree | ef1aa810de4c0ecca7e0dd8ef94b4644dcace1cc /security/vuxml | |
parent | b1531800a39d37a7a2ddb405ce35e4d5fdb679df (diff) | |
download | freebsd-ports-gnome-88ce5d63b8497af9faa4659d1925efa53c254873.tar.gz freebsd-ports-gnome-88ce5d63b8497af9faa4659d1925efa53c254873.tar.zst freebsd-ports-gnome-88ce5d63b8497af9faa4659d1925efa53c254873.zip |
Standarise the latest Squid entry.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5ec8d8aea24d..81c705aaff4a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -39,7 +39,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>squid</name> - <range><ge>2.6.1</ge></range> + <range><ge>2.6.1</ge></range> <range><lt>2.6.12</lt></range> </package> </affects> @@ -48,13 +48,13 @@ Note: Please add new entries to the beginning of this file. <p>Squid advisory 2007:1 notes:</p> <blockquote cite="http://www.squid-cache.org/Advisories/SQUID-2007_1.txt"> <p>Due to an internal error Squid-2.6 is vulnerable to a denial of - service attack when processing the TRACE request method.</p> - <p>Workarounds:</p> - <p>To work around the problem deny access to using the TRACE method by - inserting the following two lines before your first http_access - rule.</p> - <p>acl TRACE method TRACE</p> - <p>http_access deny TRACE</p> + service attack when processing the TRACE request method.</p> + <p>Workarounds:</p> + <p>To work around the problem deny access to using the TRACE method by + inserting the following two lines before your first http_access + rule.</p> + <p>acl TRACE method TRACE</p> + <p>http_access deny TRACE</p> </blockquote> </body> </description> |