v10.0.0
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 asfree
due to hint costs missing in CTFd 3.6 CSV schema (⚠️ )
- For CTFd exports,
👟 Runtime
- Added support for Node.js 20.x
- Removed support for any Node.js version lower than 16.x (
⚠️ )
🐳 Docker
- Base image for https://hub.docker.com/r/bkimminich/juice-shop-ctf is now
node:18-alpine