Skip to content

Releases: juice-shop/juice-shop-ctf

v4.0.0

15 Mar 00:36
v4.0.0
Compare
Choose a tag to compare

This release contains incompatible technical changes (⚠️) that might break canned CTF setups!

Changes

  • 2b10282: Dropped support for Node.js 6.x (⚠️)
  • Updated export format to be compatible with CTFd v1.1.0 (⚠️)
  • Adapt new max. difficulty of ⭐⭐⭐⭐⭐⭐ beginning with Juice Shop v7.0.0

Non-functional

  • Update all dependencies

Refactoring

  • Transpile codebase into ES6/7 using lebab

⚠️Files generated by this version cannot be imported into CTFd v1.0.5 or older!

v3.2.0

27 Jan 14:42
v3.2.0
Compare
Choose a tag to compare

Misecellaneous

  • Update all runtime and test dependencies
  • Add Greenkeeper for dependency control

v3.1.0

24 Dec 21:20
v3.1.0
Compare
Choose a tag to compare

Changes

Output format

  • Added field keys.type to output format for compatibility with CTFd v1.1.0

v3.0.0

02 Nov 18:07
v3.0.0
Compare
Choose a tag to compare

This release contains incompatible technical changes (⚠️) that might break canned CTF setups!

Changes

  • ⚠️ Updated export format to be compatible with CTFd v1.0.5
  • ⚠️ Files generated by this version cannot be imported into CTFd v1.0.4 or older!
  • Now officially supporting node.js 9.x environments
  • NPM releases are now performed off the CI build running node.js 8.x (which went into LTS on 31.10.17 🎃)

v2.0.1

11 Sep 12:26
v2.0.1
Compare
Choose a tag to compare

📖 Documentation

  • Updated animated demo image of the CLI usage to reflect new 2.x output format

v2.0.0

11 Sep 12:25
v2.0.0
Compare
Choose a tag to compare

⚠️ Incompatible Changes

  • Instead of SQL INSERT statements the juice-shop-ctf tool now generates CTFd's own internal data-backup .zip format allowing for a convenient import via the CTFd admin user interface

📖 Documentation

  • Updated documentation to reflect changed output format and simplified process

v1.2.1

10 Sep 07:19
v1.2.1
Compare
Choose a tag to compare

📖 Documentation

🗃 Dependency Updates

  • Updated all runtime dependencies
  • Updated all test dependencies

v1.2.0

16 Jun 20:37
v1.2.0
Compare
Choose a tag to compare

Miscellaneous

  • updated documentation
  • integrated with FOSSA.io
  • switched from HuBoard to Waffle.io as Kanban provider

v1.1.2

16 May 16:20
v1.1.2
Compare
Choose a tag to compare

Bugfixes

  • Change console output color (to avoid issues with @asciinema)

Miscellaneous

  • Updated documentation (to reflect CTFd 1.0.2 changes)
  • Updated OWASP project maturity badge from Incubator to Lab
  • Updated development dependencies
  • Added tests for hint feature
  • Fix lack of contrast of CTFd screenshots on white background (by adding a vignette effect)
  • Automatically npm publish from tag builds

v1.1.0

11 May 13:50
v1.1.0
Compare
Choose a tag to compare

Features

  • one text hint and one hint URL can now automatically be associated with challenges (#11)
  • the setup wizard asks if text hints should be free, paid (10% of the challenge's score value) or not added at all
  • the setup wizard asks if hint URLs should be free, paid (20% of the challenge's score value) or not added at all

Miscellaneous

  • documentation converted into CommonMark syntax
  • updated documentation & screenshots