Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-01-05 04:44:00 +0000
committerSarika Sinha2022-01-05 04:45:27 +0000
commit7ab07856324032c7c4bf0f20e0711f969258994a (patch)
tree7cc812122a7744c76466ac070c21570e608d3078
parentaa6cb0bb4e5c7b4d18671f7e39631f92b2a4c340 (diff)
downloadeclipse.platform.ui-7ab07856324032c7c4bf0f20e0711f969258994a.tar.gz
eclipse.platform.ui-7ab07856324032c7c4bf0f20e0711f969258994a.tar.xz
eclipse.platform.ui-7ab07856324032c7c4bf0f20e0711f969258994a.zip
Bug 577894 - Security Issue -- XXE Attack
Change-Id: I5d40207c1c0f90152a1f3c9804190d39be2d25e9 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189293 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 0839dc991ea..54af0a1c3e3 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.117.0.qualifier
+Bundle-Version: 3.117.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 ccf355957e6..adcbe437aeb 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.117.0-SNAPSHOT</version>
+ <version>3.117.50-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top