Skip to content

Releases: juice-shop/juice-shop

v1.5.4

28 Nov 18:30
Compare
Choose a tag to compare
  • Solving "Vulnerable Dependeny" challenge does not rely on checking GitHub repo of juice-shop any more
  • GitHub ribbon moved to upper right (was in the way in some e2e test situations for certain resolutions)

v1.5.3

26 Nov 10:02
Compare
Choose a tag to compare
  • Information gathering for coupon forgery challenge is now slightly more difficult

v1.5.2

25 Nov 20:50
Compare
Choose a tag to compare
  • Payment options added
  • Using redirect API more frequently
  • Illegal redirects now cause 406 error
  • rephrased project summary

v1.5.0

22 Nov 15:02
Compare
Choose a tag to compare
  • Coupon codes for getting a discount during checkout process

v1.4.1

19 Nov 17:02
Compare
Choose a tag to compare
  • Added completion score badge to score board
  • Test result is now reported back to Saucelabs via REST API
  • Repo integrated with Gitter.im via GitHub, Travis-CI and HuBoard webhooks

v1.4.0

18 Nov 09:22
Compare
Choose a tag to compare
  • updated to Angular.js 1.3
  • updated several other dependencies

v1.3.4

14 Nov 18:42
Compare
Choose a tag to compare
  • logged-in user's email or 'anonymous' is displayed in contact form
  • updated to morgan 1.5.x

v1.3.3

07 Nov 17:23
Compare
Choose a tag to compare
  • minimized logging
  • generating junit TEST-*.xml reports
  • improved robustness against crashed on "undefined" input
  • colorized logs

v1.3.2

01 Nov 16:10
Compare
Choose a tag to compare
  • no functional changes since v1.3.1
  • added e2e tests (using Protractor and Jasmine) covering the solution of all current challenges
  • fixed Docker image (now using dockerfile/nodejs as a base image instead of Centos6)

v1.3.1

27 Oct 23:04
Compare
Choose a tag to compare
  • split middleware.js into different route files
  • set-up protractor and added some simple initial tests
  • covered app.js with unit tests
  • fixed remaining jshint issues
  • added end-to-end tests for some of the challenges