-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSECURITY
20 lines (19 loc) · 1.12 KB
/
SECURITY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# List of security fixes that have been committed to the "master" branch.
# This list is used to programmatically determine if a checkout of plat/al has
# known vulnerabilities (which is useful for automatically disabling an unused
# and unsafe checkout).
#
# In order to guarantee that only patched checkouts do have an updated SECURITY
# file, updates of this file should be done within the same sommit that actually
# fixes the security issue. Since the commit id is not known yet, it can be
# replaced by '00000000', and updated later.
#
# Format: <date> <commit id> <commit description>
# The commit id should refer to the id in the "master" branch, if the initial
# commit in a version branch had another name.
2012-01-04 a471e374 Fixes access to list administration.
2010-10-28 4c5a5921 Registration allowed reactivation and resetting password of disabled accounts.
2010-06-23 aa8a2914 Fix visibility of emails, groups, death info on profile.
2010-04-02 3e2442cd Fix freetext visibility.
2009-10-19 e10bc2ef Prevents auth-groupex from leaking data to third-party attackers.
2008-12-21 a25cdc91 Fixes a SQL injection in geoloc.inc.php.