Releases: OWASP/wrongsecrets
1.5.0 CTF, LCM and improved scoring
What's Changed
CTF & Scoring:
- Basic CTFD support by @commjoen in #350
- Disable spoiling in CTF mode, adding first tests for CTF mode by @commjoen in #364
- Improved CTFD support, better scoring system, and added support for fbctf by @commjoen in #365
LCM:
- Bump azure/setup-helm from 3.1 to 3.3 by @dependabot in #348
- Bump lycheeverse/lychee-action from 1.5.0 to 1.5.1 by @dependabot in #349
- Bump checkstyle from 10.3.1 to 10.3.2 by @dependabot in #351
- Bump cyclonedx-maven-plugin from 2.7.0 to 2.7.1 by @dependabot in #354
- Bump cyclonedx-core-java from 7.1.5 to 7.2.0 by @dependabot in #356
- Bump spring-boot-starter-parent from 2.7.1 to 2.7.2 by @dependabot in #357
- Bump asciidoctorj.version from 2.5.4 to 2.5.5 by @dependabot in #355
- Bump exec-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #359
- Bump libraries-bom from 25.4.0 to 26.0.0 by @dependabot in #352
- Bump aws.sdk.version from 2.17.223 to 2.17.243 by @dependabot in #353
- Bump azure-security-keyvault-secrets from 4.4.3 to 4.4.4 by @dependabot in #358
- Update dependabot to include js and TF by @commjoen in #360
- Bump aws.sdk.version from 2.17.243 to 2.17.244 by @dependabot in #361
- Add OWASP ORG as GitHub sponsor option by @kingthorin in #363
- Change versions for GCP and add new auth plugin by @bendehaan in #369
New Contributors
- @kingthorin made their first contribution in #363
Full Changelog: 1.4.7...1.5.0
Special Thank
We would like to thank @bendehaan, @nbaars , and @kingthorin for their work on this release!
1.4.7: Binary Challenge 4, LCM & improved scripting
What's Changed
- Azure TF fix (3.9 fixed object_id lookup issue for keyvaults 🤦) by @commjoen in #339
- Improved dev support for M1/M2 on Mac OSX by @commjoen in #341
- Add script to create local test container by @RemakingEden in #293
- Update docker script for multiple different uses by @RemakingEden in #342
- Added quick helpers for heroku to new docker script by @commjoen in #343
- Bump azure/setup-helm from 3.0 to 3.1 by @dependabot in #346
- feat: add initial work for challenge 22: a rust binary by @bendehaan in #330
Full Changelog: 1.4.6...1.4.7
Special Thanks
We would like to thank @bendehaan, @barredijkstra, and @RemakingEden for their hard work on this release!
1.4.6 : Binary challenge 3 & LCM
What's Changed
- Bump azure/setup-helm from 2.1 to 3.0 by @dependabot in #328
- Bump cyclonedx-core-java from 7.1.4 to 7.1.5 by @dependabot in #334
- Bump azure-identity from 1.5.1 to 1.5.3 by @dependabot in #331
- Bump aws.sdk.version from 2.17.204 to 2.17.223 by @dependabot in #332
- Bump spring-boot-starter-parent from 2.7.0 to 2.7.1 by @dependabot in #333
- Bump jruby-complete from 9.3.4.0 to 9.3.6.0 by @dependabot in #335
- Bump spring.security.version from 5.7.1 to 5.7.2 by @dependabot in #336
- Bump azure-security-keyvault-secrets from 4.4.2 to 4.4.3 by @dependabot in #338
- Bump checkstyle from 10.3 to 10.3.1 by @dependabot in #337
- Challenge21: golang binary! (and some overdue bash and java cleanups) by @commjoen in #327
Full Changelog: 1.4.5...1.4.6
##Special thanks
We would like to thank @bendehaan for his hard work on this release!
1.4.5: Challenge 20 - Binary challenge 2
What's Changed
Full Changelog: 1.4.4...1.4.5
1.4.4: Challenge 19 - Binary challenge 1
What's Changed
- Update challenge19_hint.adoc by @alex-bender in #324
- Initial work for #148 for various binaries by @commjoen in #323
New Contributors
- @alex-bender made their first contribution in #324
Full Changelog: 1.4.3...1.4.4
Special thanks
We would like to thank @alex-bender for his hard work on this release!
1.4.3: LCM & openCre update
What's Changed
- Bump lycheeverse/lychee-action from 1.4.1 to 1.5.0 by @dependabot in #307
- Bump spring-boot-starter-parent from 2.6.7 to 2.7.0 by @dependabot in #308
- Bump azure-security-keyvault-secrets from 4.4.1 to 4.4.2 by @dependabot in #313
- Bump aws.sdk.version from 2.17.181 to 2.17.202 by @dependabot in #311
- Bump spring-cloud-dependencies from 2021.0.2 to 2021.0.3 by @dependabot in #309
- Bump libraries-bom from 25.2.0 to 25.3.0 by @dependabot in #310
- Bump spring.security.version from 5.6.3 to 5.7.1 and all other cloud lcm by @dependabot in #312
- Bump cyclonedx-core-java from 7.1.3 to 7.1.4 by @dependabot in #316
- Bump cyclonedx-maven-plugin from 2.6.0 to 2.7.0 by @dependabot in #318
- Bump libraries-bom from 25.3.0 to 25.4.0 by @dependabot in #320
- Bump asciidoctorj.version from 2.5.3 to 2.5.4 by @dependabot in #319
- Bump azure-identity from 1.5.0 to 1.5.1 by @dependabot in #314
- Bump aws.sdk.version from 2.17.202 to 2.17.204 by @dependabot in #315
- Bump checkstyle from 10.2 to 10.3 by @dependabot in #317
- Updated readmore blocks / improve OpenCRE by @commjoen in #322
Full Changelog: 1.4.2...1.4.3
##Special Thanks
We would like to thank @robvanderveer for coordinating the OpenCRE integration improvement!
1.4.2: Challenge 18 & link checking
What's Changed
- Add dead link checker action by @RemakingEden in #303
- Adjust link-check run & fix last broken link by @commjoen in #304
- Challenge 18: New challenge - MD5 hashing by @RemakingEden in #298
- Bump peter-evans/create-issue-from-file from 3 to 4 by @dependabot in #306
- Challenge 18-pre-alpha fixes by @commjoen in #305
Full Changelog: 1.4.1...1.4.2
Special thanks
We would like to thank @bendehaan & @RemakingEden for their hard work for this release!
1.4.1: Challenge 17 & LCM
What's Changed
- Bump libraries-bom from 25.1.0 to 25.2.0 by @dependabot in #281
- Bump aws.sdk.version from 2.17.161 to 2.17.181 by @dependabot in #277
- Bump azure-security-keyvault-secrets from 4.4.0 to 4.4.1 by @dependabot in #286
- Bump azure-identity from 1.4.6 to 1.5.0 Bump libraries-bom from 25.1.0 to 25.2.0 Bump aws.sdk.version from 2.17.161 to 2.17.181 Bump azure-security-keyvault-secrets from 4.4.0 to 4.4.1 by @dependabot in #283
- New Bash history challenge by @RemakingEden in #295
- Challenge17fixes by @commjoen in #301
Full Changelog: 1.4.0...1.4.1
Special thanks to
Special thanks to @bendehaan and @RemakingEden for their hard work on this release!
1.4.0: K8s 1.22 & Java 18
What's Changed
Full Changelog: 1.3.13...1.4.0
Special thanks to
Special thanks to @tiborhercz , @bendehaan for their hard work on this release!
1.3.13: Small bugfixes & updates
What's Changed
- #264 HTTP status 401 for https://wrongsecrets.herokuapp.com/token by @MarcinNowak-codes in #265
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #268
- Bump actions/setup-java from 2 to 3 by @dependabot in #267
- Bump azure/setup-helm from 2.0 to 2.1 by @dependabot in #269
- update gpc readme by @tiborhercz in #270
- Add gcs shared backend by @tiborhercz in #271
- Bump hashicorp/setup-terraform from 1 to 2 by @dependabot in #274
- Bump github/codeql-action from 1 to 2 by @dependabot in #275
- Bump cyclonedx-maven-plugin from 2.5.3 to 2.6.0 by @dependabot in #280
- Bump checkstyle from 10.1 to 10.2 by @dependabot in #282
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #279
- Bump spring-boot-starter-parent from 2.6.6 to 2.6.7 by @dependabot in #278
- Bump spring.security.version from 5.6.2 to 5.6.3 by @dependabot in #285
- Bump spring-cloud-dependencies from 2021.0.1 to 2021.0.2 by @dependabot in #284
- Changed Answer to Challenge 4 to allow answer with or without single … by @RemakingEden in #289
- Update instructions for Challenge 1 by @RemakingEden in #290
- Added spyros and recreatingeden by @commjoen in #291
- Update POM file with new version: albfix2 by @commjoen in #294
New Contributors
- @RemakingEden made their first contribution in #289
Full Changelog: 1.3.12...1.3.13
Special thanks to
Special thanks to @MarcinNowak-codes , @bendehaan , @tiborhercz , and @RemakingEden for their hard work on this release!