diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-10 14:46:44 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-10 14:46:44 +0000 |
commit | b30abf821f20bd0f6be108466b0bbe225347dd0c (patch) | |
tree | 50b88961dcf56b61f8341a9ac9c5daafb4c6e0af /phpBB | |
parent | c8cf5693b8efaa87911d82fcd1485f9a184f5a03 (diff) | |
download | forums-b30abf821f20bd0f6be108466b0bbe225347dd0c.tar forums-b30abf821f20bd0f6be108466b0bbe225347dd0c.tar.gz forums-b30abf821f20bd0f6be108466b0bbe225347dd0c.tar.bz2 forums-b30abf821f20bd0f6be108466b0bbe225347dd0c.tar.xz forums-b30abf821f20bd0f6be108466b0bbe225347dd0c.zip |
Introduce new Changelog tag to indicate security related fixes which are there to prevent something which may be security wise borderline or being used to circumvent security. So, [Sec] is for those fixes for real exploits/vulnerabilities and [Sec Precaution] for those fixes which can be counted to the *Component* Security.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8992 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a8a9913cb9..0ad14f1a51 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -164,7 +164,7 @@ <li>[Feature] Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.</li> <li>[Feature] Allow specific connection to different server for jabber functionality by providing a valid JID as username. This also allows the use of talk.google.com as jabber server with gmail.com JIDs. (Bug #14989)</li> - <li>[Sec] Stricter validation of the HTTP_HOST header (Thanks to Micheal Cottingham et al for pointing out possible issues in derived code)</li> + <li>[Sec Precaution] Stricter validation of the HTTP_HOST header (Thanks to Micheal Cottingham et al for pointing out possible issues in derived code)</li> </ul> <a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3> |