a5b4450ad2
Fixes: CVE-2010-1677: DoS when processing html messages with deep nesting CVE-2010-4524: Improper escaping of certain HTML sequences (XSS) Specially crafted <base href> can lead to XSS exploit (bug id #32080) From Christian Rueger (MAINTAINER)
9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
$OpenBSD: patch-examples_mha-preview,v 1.3 2011/01/13 09:53:50 jasper Exp $
|
|
--- examples/mha-preview.orig Tue Jul 5 04:06:21 2005
|
|
+++ examples/mha-preview Sun Jan 9 17:21:01 2011
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/perl
|
|
+#!/usr/bin/perl
|
|
##---------------------------------------------------------------------------##
|
|
## File:
|