Juice Shop Ctf Versions Save

Tool to export Juice Shop challenges and hints in data format compatible with CTFd, RootTheBox or FBCTF

v10.0.1

7 months ago

📖 Documentation

v10.0.0

8 months ago

This release contains technical breaking changes or renamings (⚠️) which might require migrating to a newer Node.js version or updating to a later version of a supported CTF framework.

🏗 Frameworks

  • #132: Replaced CTFd data export with CSV challenge export for higher compatibility and stability (⚠️)
    • For CTFd exports, paid challenge hints are currently treated as free due to hint costs missing in CTFd 3.6 CSV schema (⚠️)

👟 Runtime

  • Added support for Node.js 20.x
  • Removed support for any Node.js version lower than 16.x (⚠️)

🐳 Docker

v9.1.2

1 year ago

🐛 Bugfixes

  • Updated alembic_version in CTFd exports to that of CTFd 3.5.0 to bypass issues with database migrations

v9.1.1

1 year ago

🐛 Bugfixes

  • 8d4d9ed302eefb594ffd1af68a4bea26b3eeaa32: Fixed compatibility issue with changed backup data format in CTFd 3.5.0

v9.1.0

1 year ago

💬 Command Line

  • #119: SSL certificate warnings can now be explicitly ignored with --ignoreSslWarnings or -i (kudos to @robertmantissa)

🐛 Bugfixes

v9.0.0

2 years ago

This release contains technical breaking changes or renamings (⚠️) which might require migrating to a newer Node.js version or updating to a later version of a supported CTFd framework.

🏗 Frameworks

  • Upgraded CTFd export generator for compatibility with CTFd 3.4 or higher
  • Removed support for CTFd 2.x data format (⚠️)

👟 Runtime

  • Add support for Node.js 16.x and 17.x

🐳 Docker

Base image for https://hub.docker.com/r/bkimminich/juice-shop-ctf is now node:16-alpine instead of node:14-alpine

v8.2.3

2 years ago

📑 Documentation

v8.2.2

2 years ago

🐳 Docker

  • Replaced DockerHub auto-build with GitHub Actions based image build
  • Docker latest, snapshot and v*.*.* images are now published for platforms linux/amd64, linux/arm/v7 and linux/arm64

v8.2.1

3 years ago

🏡 Repository Transfer

  • Initial release from new home in @juice-shop with no functional changes

v8.2.0

3 years ago

This release contains experimental or prototype features (🔬) which are not guaranteed to work and are subject to breaking changes (or removal) within a subsequent minor release. Feeback on these features is particularly welcome via Gitter, Slack or by opening a GitHub issue.

👟 Runtime

  • Added support for Node.js 15.x
  • Removed support for Node.js 10.x

👨‍💻 Code Snippets (🔬)

  • Introduced Vulnerable Code Snippets (introduced with Juice Shop v12.7.0) as a third hint option