Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Paul-Christian Volkmer
ARSnova Backend
Commits
72659b09
Commit
72659b09
authored
Jul 06, 2016
by
Daniel Gerhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.4.1
parent
098902f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
CHANGELOG.md
CHANGELOG.md
+12
-0
pom.xml
pom.xml
+1
-1
No files found.
CHANGELOG.md
View file @
72659b09
# Changelog
## 2.4.1
This release fixes a security vulnerability caused by the CORS implementation.
Origins allowed for CORS can now be set in the configuration via
`security.cors.origins`
. (Reported by Rainer Rillke at Wikimedia)
Additionally, authentication via disabled services is now entirely blocked to
fix a security vulnerability allowing guest access despite the setting
`security.guest.enabled=false`
. (Reported by Rainer Rillke at Wikimedia)
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
...
...
pom.xml
View file @
72659b09
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.thm.arsnova
</groupId>
<artifactId>
arsnova-backend
</artifactId>
<version>
2.4.1
-SNAPSHOT
</version>
<version>
2.4.1
</version>
<packaging>
war
</packaging>
<properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment