Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-01-05 18:07:33 +0000
committerSarika Sinha2022-01-05 18:08:42 +0000
commit5160c9228111fe288b6cf24d5be61294ec10bc3b (patch)
treed309eae6c5bb134ee9ae6831742b49d2315643ef
parent519c9db75e8bb5891da545152fd310748d824449 (diff)
downloadeclipse.platform.ui-5160c9228111fe288b6cf24d5be61294ec10bc3b.tar.gz
eclipse.platform.ui-5160c9228111fe288b6cf24d5be61294ec10bc3b.tar.xz
eclipse.platform.ui-5160c9228111fe288b6cf24d5be61294ec10bc3b.zip
Bug 577894 - Security Issue -- XXE Attack
Change-Id: I516b6659faceb73918cfe4b0721fe32897e64e89 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189318 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 945b2851671..f4502ef20e5 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.112.0.qualifier
+Bundle-Version: 3.112.50.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 fa41ed47d44..8a4bc2909ff 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.112.0-SNAPSHOT</version>
+ <version>3.112.50-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top