From 084d39ce1962ffe5816117da85c1903443503a57 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Mon, 24 Jun 2013 08:36:45 +0000 Subject: [PATCH] LUCENE-5072: Automatically patch javadocs generated by JDK versions before 7u25 to work around the frame injection vulnerability (CVE-2013-1571, VU#225657) git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495954 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 4 +++ lucene/common-build.xml | 64 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 4f50864ab2f..67e4a6be5d5 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -263,6 +263,10 @@ Build forbidden-api signatures, and parts of resources folders. (Ryan Ernst, Uwe Schindler) +* LUCENE-5072: Automatically patch javadocs generated by JDK versions + before 7u25 to work around the frame injection vulnerability (CVE-2013-1571, + VU#225657). (Uwe Schindler) + Tests * LUCENE-4901: TestIndexWriterOnJRECrash should work on any diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 0aeba453a87..c8ee38f65fc 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -1816,10 +1816,72 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites - + + + + + + + + + + + + + + + + + +