Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-01-04 18:00:54 +0000
committerSarika Sinha2022-01-04 18:01:56 +0000
commit4191b8c5862ba0e102c0069bfdb37cf7e826d5d9 (patch)
tree60c66dcc9227aa643a9af90de5f985501fe872ce
parent44192018fe7ef1cbbd3bf91c0ba88b52367f52cb (diff)
downloadeclipse.platform.ui-4191b8c5862ba0e102c0069bfdb37cf7e826d5d9.tar.gz
eclipse.platform.ui-4191b8c5862ba0e102c0069bfdb37cf7e826d5d9.tar.xz
eclipse.platform.ui-4191b8c5862ba0e102c0069bfdb37cf7e826d5d9.zip
Bug 577894 - Security Issue -- XXE Attack
Change-Id: I094a55f6220ccf225be9d6cb14a85647ed703fc8 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189260 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 e7608477849..c1de3364bd5 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.120.0.qualifier
+Bundle-Version: 3.120.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 aa0f58105d2..ecacdc9ccfa 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.120.0-SNAPSHOT</version>
+ <version>3.120.50-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top