Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian de Alwis2017-08-30 19:47:56 +0000
committerThomas Watson2017-09-06 12:59:25 +0000
commitf94c9ac9bd27522cf55784111380d5f4aebc4bab (patch)
treef6df7429532793e4b56631a512511746172ef3e8 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
parent6ab4441a4442b39f8e06608299ad0d894276a873 (diff)
downloadrt.equinox.p2-f94c9ac9bd27522cf55784111380d5f4aebc4bab.tar.gz
rt.equinox.p2-f94c9ac9bd27522cf55784111380d5f4aebc4bab.tar.xz
rt.equinox.p2-f94c9ac9bd27522cf55784111380d5f4aebc4bab.zip
Ensure XML processors are configured to use XMLConstants.FEATURE_SECURE_PROCESSING=true to avoid accessing external DTDs and expanding external entities. (Backport to 4.7) Change-Id: Icabb6e0d55dd546a66ad506cde7e24a996484f1a Signed-off-by: Brian de Alwis <bsd@mt.ca> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
index 8a5ef79c7..3c8ae9f15 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.touchpoint.eclipse</artifactId>
- <version>2.1.500-SNAPSHOT</version>
+ <version>2.1.501-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top