Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-01-04 15:30:05 +0000
committerSarika Sinha2022-01-04 15:31:32 +0000
commit4785157f4abd536ade9e2188c9c7ccc6353c5bb6 (patch)
tree283d6957beca7f8e3a6eb0b33f55f63998577b58
parent79bb672c2c7a86a3a3fe044352b86b3f58cf8d58 (diff)
downloadeclipse.platform.ui-4785157f4abd536ade9e2188c9c7ccc6353c5bb6.tar.gz
eclipse.platform.ui-4785157f4abd536ade9e2188c9c7ccc6353c5bb6.tar.xz
eclipse.platform.ui-4785157f4abd536ade9e2188c9c7ccc6353c5bb6.zip
Bug 577894 - Security Issue -- XXE Attack
Change-Id: I612067ff99034338f8e6a31d49f5786348cf3ac2 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189255 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 388e611950c..9ec49ef5d06 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.123.0.qualifier
+Bundle-Version: 3.123.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 4357d8995ea..5c5bf8c1d72 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.123.0-SNAPSHOT</version>
+ <version>3.123.50-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top