From 7aea1ce347bfcdee82b1c9a3385e54cddbbe9e27 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Mon, 7 Mar 2022 15:03:13 -0500 Subject: [PATCH] Mark 3.4.2 (#2062) # 3.4.2 / 2022-03-07 **Security** - Bump cmarkgfm to 0.8.0 to resolve CVE-2022-24724 **General** - Fix issue where unauthed users couldn't download challenge files after CTF end but viewing after CTF was enabled --- CHANGELOG.md | 10 ++++++++++ CTFd/__init__.py | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bdeef4..d0da1c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 3.4.2 / 2022-03-07 + +**Security** + +- Bump cmarkgfm to 0.8.0 to resolve CVE-2022-24724 + +**General** + +- Fix issue where unauthed users couldn't download challenge files after CTF end but viewing after CTF was enabled + # 3.4.1 / 2022-02-19 **General** diff --git a/CTFd/__init__.py b/CTFd/__init__.py index 3c92483f..1ac994f0 100644 --- a/CTFd/__init__.py +++ b/CTFd/__init__.py @@ -29,7 +29,7 @@ from CTFd.utils.migrations import create_database, migrations, stamp_latest_revi from CTFd.utils.sessions import CachingSessionInterface from CTFd.utils.updates import update_check -__version__ = "3.4.1" +__version__ = "3.4.2" __channel__ = "oss" diff --git a/package.json b/package.json index 6acfd885..a3faf9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctfd", - "version": "3.4.0", + "version": "3.4.2", "description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.", "main": "index.js", "directories": {