Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-01-05 11:37:18 +0000
committerSarika Sinha2022-01-05 11:38:33 +0000
commit6faeffd605f250bb8c1d39ee286c6bfede98d425 (patch)
treea36fd52a4db1a5751044e72cd8a7001d5b1a5e2e
parentfd79c60347d5b980bc098ee94aaf4993dd82edb9 (diff)
downloadeclipse.platform.ui-6faeffd605f250bb8c1d39ee286c6bfede98d425.tar.gz
eclipse.platform.ui-6faeffd605f250bb8c1d39ee286c6bfede98d425.tar.xz
eclipse.platform.ui-6faeffd605f250bb8c1d39ee286c6bfede98d425.zip
Bug 577894 - Security Issue -- XXE Attack
Change-Id: I96b36154e3582d3cc340c053dba701cc682f1913 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189304 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 2b3c98cecef..aa1df4a9cf4 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.113.0.qualifier
+Bundle-Version: 3.113.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 3fd7242e5dd..3623a8609f4 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.113.0-SNAPSHOT</version>
+ <version>3.113.50-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top