b23a0f179f
"Cross-site scripting (XSS) vulnerability in ht://dig allows remote attackers to execute arbitrary web script or HTML via the config parameter, which is not properly sanitized before it is displayed in an error message." Patch from Debian. Bump PKGREVISION.
14 lines
432 B
Text
14 lines
432 B
Text
$NetBSD: patch-ah,v 1.1 2005/03/20 20:34:27 salo Exp $
|
|
|
|
--- htmerge/htmerge.cc.orig 2002-02-01 00:47:18.000000000 +0100
|
|
+++ htmerge/htmerge.cc 2005-03-20 21:24:02.000000000 +0100
|
|
@@ -116,8 +116,7 @@
|
|
|
|
if (access(configfile, R_OK) < 0)
|
|
{
|
|
- reportError(form("Unable to find configuration file '%s'",
|
|
- configfile.get()));
|
|
+ reportError(form("Unable to find configuration file."));
|
|
}
|
|
|
|
config.Read(configfile);
|