aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-05-03 16:41:58 +0200
committerAndreas Fischer <bantu@phpbb.com>2015-05-03 16:41:58 +0200
commit52aafb4deafe00a81c7642f12e0c1701fc87ab67 (patch)
tree3aeb155b42eb3fecdf057efb8c5ff48a27045880 /phpBB
parent9c320ccdcec9ef3d7c1650f1bc734225321780ff (diff)
parent11242dd07d6359a725f22f3674028adfdddb49d6 (diff)
downloadforums-52aafb4deafe00a81c7642f12e0c1701fc87ab67.tar
forums-52aafb4deafe00a81c7642f12e0c1701fc87ab67.tar.gz
forums-52aafb4deafe00a81c7642f12e0c1701fc87ab67.tar.bz2
forums-52aafb4deafe00a81c7642f12e0c1701fc87ab67.tar.xz
forums-52aafb4deafe00a81c7642f12e0c1701fc87ab67.zip
Merge branch 'prep-release-3.0.14' into 3.0.x
* prep-release-3.0.14: [prep-release-3.0.14] Add security relevant changes to CHANGELOG.html. [prep-release-3.0.14] Bump version numbers for 3.0.14 release. Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/CHANGELOG.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index dccf383bc2..2c400ce212 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -98,6 +98,10 @@
<a name="v3013-PL1"></a><h3>Changes since 3.0.13-PL1</h3>
+<h4>Security</h4>
+<ul>
+<li>[SECURITY-180] - An insufficient check allowed users of the Google Chrome browser to be redirected to external domains (e.g. on login)</li>
+</ul>
<h4>Bug</h4>
<ul>
<li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13348">PHPBB3-13348</a>] - sql_freeresult() should be called in feed base class</li>