Skip to content

Releases: juice-shop/juice-shop-ctf

v1.0.1

21 Apr 10:14
v1.0.1
Compare
Choose a tag to compare

Fixes

  • also delete keys table (if DELETE option is chosen)
  • join challenges with keys table (if SELECT option is chosen)

Miscellaneous

  • mention compatible CTFd version in CLI welcome text

v1.0.0

20 Apr 23:21
v1.0.0
Compare
Choose a tag to compare

Functional Changes

  • Migrated INSERT statements to schema of CTFd 1.0.1 (now uses seperate challenges and keys tables)
  • Removed original HTML-page based generator with d8e86f3

Miscellaneous

  • Updated compatible Javascript dependencies
  • Extended documentation

v0.4.0

28 Feb 10:38
Compare
Choose a tag to compare

Functional Changes

  • improved overall documentation
  • removed unnecessary progress bar and its code dependencies

Miscellaneous

  • split unit and end-to-end tests properly
  • 100% unit test coverage of functional modules (at 98% mutation coverage)
  • 97% end-to-end coverage of entire code base

v0.3.1

22 Feb 09:58
Compare
Choose a tag to compare

Changes

  • Change documentation link
  • Update README documentation
  • Complete unit and e2e test suite

v0.2.0

16 Feb 00:05
v0.2.0
Compare
Choose a tag to compare

Features

  • Introduced juice-shop-ctf-cli command line client to create INSERT statements (equal in behavior to @tghosth's original HTML-page based generator)
    • Install (npm i -g juice-shop-ctf-cli) and run (juice-shop-ctf) the tool
    • Hit Enter four times if you are happy with the defaults (same as in HTML page)
    • Populate your CTFd database with the SQL statements from the generated insert-ctfd-challenges.sql
    • Done! 💯 Enjoy your CTF event! 🏴

v0.1.0

14 Feb 08:54
Compare
Choose a tag to compare

Features