mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Mark 2.0.6 (#946)
2.0.6 / 2019-04-08
==================
**Security**
* Fixes an issue where user email addresses could be disclosed to non-admins
**General**
* Users/Teams set to hidden or banned are no longer visible by other users
* This affects the API and the main user interface. This does not affect admins.
* Users without Teams can no longer view challenges when the CTF is in Team Mode
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
||||
2.0.6 / 2019-04-08
|
||||
==================
|
||||
|
||||
**Security**
|
||||
* Fixes an issue where user email addresses could be disclosed to non-admins
|
||||
|
||||
**General**
|
||||
* Users/Teams set to hidden or banned are no longer visible by other users
|
||||
* This affects the API and the main user interface. This does not affect admins
|
||||
* Users without a Team can no longer view challenges when the CTF is in Team Mode
|
||||
|
||||
2.0.5 / 2019-03-23
|
||||
==================
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ if sys.version_info[0] < 3:
|
||||
reload(sys)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
|
||||
__version__ = '2.0.5'
|
||||
__version__ = '2.0.6'
|
||||
|
||||
|
||||
class CTFdRequest(Request):
|
||||
|
||||
Reference in New Issue
Block a user