Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-01-04 15:51:04 +0000
committerSarika Sinha2022-01-04 15:51:53 +0000
commitc4e3b457aca0fdd0770383fca20486ac61df6e17 (patch)
treea64a33769e1c029f9633fb1c9fae47b9ce409ae2
parent7510f07540a1fd657dbcdb1a6563da54f8e0f465 (diff)
downloadeclipse.platform.ui-c4e3b457aca0fdd0770383fca20486ac61df6e17.tar.gz
eclipse.platform.ui-c4e3b457aca0fdd0770383fca20486ac61df6e17.tar.xz
eclipse.platform.ui-c4e3b457aca0fdd0770383fca20486ac61df6e17.zip
Bug 577894 - Security Issue -- XXE Attack
Change-Id: Ia41b345bcfddf25bb01eedc90745d492311498e7 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189256 Tested-by: Sarika Sinha <sarika.sinha@in.ibm.com> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.ui.workbench/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF b/bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF
index 489f47280c8..78e013b73b7 100644
--- a/bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.workbench; singleton:=true
-Bundle-Version: 3.122.200.qualifier
+Bundle-Version: 3.122.250.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.ui.internal.WorkbenchPlugin
Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.eclipse.ui.workbench/pom.xml b/bundles/org.eclipse.ui.workbench/pom.xml
index b3bbad35c66..ef6fc6f175a 100644
--- a/bundles/org.eclipse.ui.workbench/pom.xml
+++ b/bundles/org.eclipse.ui.workbench/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2021 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench</artifactId>
- <version>3.122.200-SNAPSHOT</version>
+ <version>3.122.250-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top