mirror of https://github.com/JohnHammond/CTFd.git
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 Modeselenium-screenshot-testing 2.0.6
parent
c0a32a836b
commit
33367422a5
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):
|
||||
|
|
Loading…
Reference in New Issue