From 6019ecda115470c3ad617177443c664724763430 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Thu, 10 Nov 2016 16:04:45 +0100 Subject: [PATCH] Release version 2.3.4 --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 024147e14..857a7195d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.3.4 +This release fixes a minor security vulnerability which allowed an attacker to +remove a MotD from a session without being the creator. + +Additional changes: +* Libraries have been upgraded to fix potential bugs + ## 2.3.3 This release fixes a security vulnerability caused by the CORS implementation. Origins allowed for CORS can now be set in the configuration via diff --git a/pom.xml b/pom.xml index 6a84532ee..501ca8e66 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.thm.arsnova</groupId> <artifactId>arsnova-backend</artifactId> - <version>2.3.4-SNAPSHOT</version> + <version>2.3.4</version> <packaging>war</packaging> <properties> -- GitLab