Skip to content

Releases: juice-shop/juice-shop-ctf

v6.1.1

07 Oct 23:21
v6.1.1
Compare
Choose a tag to compare

🐛 Bugfixes

  • #79: Added warning in case user selected text hints or hint URLs for export but API call did not return these (e.g. when running the Juice Shop with ctf.yml configuration)

v6.1.0

06 May 09:56
v6.1.0
Compare
Choose a tag to compare

Node.js Support

  • Add Node.js 12.x to officially supported versions

Miscellaneous

  • Update all runtime and development dependencies

v6.0.1

17 Apr 13:30
v6.0.1
Compare
Choose a tag to compare

🐛 Bugfixes

  • #55: Fixed broken HTML in challenge descriptions and hints for CTFd

Miscellaneous

  • Updated verious runtime and development dependencies

v6.0.0

29 Jan 18:53
v6.0.0
Compare
Choose a tag to compare

This release contains breaking changes (:zap:) which will make existing config files for the Juice Shop CTF Extension invalid!

CTF Frameworks

  • #57: Added support for CTFd 2.x in interactive mode and configuration file
  • Renamed "CTFd" framework selection into "CTFd 1.x" (:zap:)
  • Set "CTFd 2.x" as the default framework selection (:zap:)

Bugfixes

  • Added missing category Difficulty 6 to FBCTF data exports
  • insertHintUrls is now truly optional in config files with FBCTF as ctfFramework

v5.0.2

24 Jan 15:06
v5.0.2
Compare
Choose a tag to compare

Miscellaneous

  • Updated ava and joi runtime dependencies

v5.0.1

24 Jan 14:48
v5.0.1
Compare
Choose a tag to compare

Miscellaneous

  • CLI tool now clearly states that only CTFd 1.1.x and 1.2.x are supported by this version

⚡ The juice-shop-ctf-cli tool is currently not compatible with the updated CTFd 2.x data format!

v5.0.0

15 Jun 10:27
v5.0.0
Compare
Choose a tag to compare

Multi-CTF Framework Support

  • FBCTF data exports can now be generated (:1st_place_medal: goes to @J12934)

Miscellaneous

  • Updated software dependencies

v4.2.0

15 May 00:58
v4.2.0
Compare
Choose a tag to compare

This version contains experimental features (🔬) which are not guaranteed to work with production-grade stability! Please use at your own risk!

Runtime

  • #33: Enabled support for node.js 10.x runtime environments (🔬)

Miscellaneous

  • Updated several compatible runtime and test dependencies

v4.1.0

08 Apr 13:22
v4.1.0
Compare
Choose a tag to compare

Functionality

  • #25: Added non-interactive mode to generate CTFd challenge data from a configuration file (kudos to @simbas)
  • Added command line option to choose name of generated output file

Miscellaneous

  • Repaired stryker-mutator mutation test config

v4.0.1

22 Mar 10:02
v4.0.1
Compare
Choose a tag to compare

Fixes 🐛

  • Removed manual encoding of " in challenge descriptions and text hints which would lead to \"\" in JSON and unwanted "" on CTFd UI

Miscellaneous

  • Updated all runtime dependencies