Releases: juice-shop/juice-shop-ctf
Releases · juice-shop/juice-shop-ctf
v4.0.0
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
Misecellaneous
- Update all runtime and test dependencies
- Add Greenkeeper for dependency control
v3.1.0
v3.0.0
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
📖 Documentation
- Updated animated demo image of the CLI usage to reflect new 2.x output format
v2.0.0
⚠️ Incompatible Changes
- Instead of SQL
INSERT
statements thejuice-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
📖 Documentation
- Moved CTF setup documentation to singular place in Hosting a CTF event chapter of companion guide eBook Pwning the OWASP Juice Shop and its online-readable variant on GitBook
🗃 Dependency Updates
- Updated all runtime dependencies
- Updated all test dependencies
v1.2.0
Miscellaneous
- updated documentation
- integrated with FOSSA.io
- switched from HuBoard to Waffle.io as Kanban provider
v1.1.2
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
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