Commit Graph

  • ac542ad8b8
    Also build on release branches Nanne Baars 2021-05-23 21:28:49 +02:00
  • a2677cee58
    Update to latest Maven version Nanne Baars 2021-05-23 21:17:54 +02:00
  • a641a19615
    Add zip slip to path traversal lesson Nanne Baars 2021-05-17 19:38:03 +02:00
  • a91d45dea5
    Fix other macros as well Nanne Baars 2021-04-25 17:36:14 +02:00
  • 81c551552b
    Fix layout issue image Nanne Baars 2021-04-25 13:17:46 +02:00
  • 69a370f438
    New release, updating pom.xml Nanne Baars 2021-04-23 16:22:14 +02:00
  • 3aa791bc1b
    dependabot suggested updates (#1005) René Zubcevic 2021-05-19 18:20:59 +02:00
  • a53ba0af5c
    Fix for accidentally disabled integration tests (#997) René Zubcevic 2021-05-19 18:20:31 +02:00
  • a1071e9c00
    Fix return type of asciidoctor macro implementation. Nanne Baars 2021-04-23 15:11:56 +02:00
  • 70cda80176
    Revert to older version of bootstrap, requires more work to get the layout working again Especially the mailbox is not working in Bootstrap version 4 Nanne Baars 2021-04-23 10:21:19 +02:00
  • ac0cb3560c Fix merge conflicts for README Nanne Baars 2021-04-22 20:50:55 +02:00
  • d9712e7589 Add distribution tag for Java action v2 Nanne Baars 2021-04-22 20:19:18 +02:00
  • cfe763f98d Bump actions/setup-java from v1 to v2 dependabot[bot] 2021-04-06 07:53:28 +00:00
  • 4869616176 Simplify Docker image with regards to creating the webgoat user Nanne Baars 2021-04-22 16:44:12 +02:00
  • 30abcc0a1a Bump actions/cache from v2.1.4 to v2.1.5 dependabot[bot] 2021-04-13 07:54:04 +00:00
  • 38f1d52bf3 Corrected typos and poor grammar found in the SQL Injection lessons. unknown 2021-04-10 11:42:38 -04:00
  • e49f5d610f #961: Give each user its own schema for the lessons This way we can reset a lesson using the database for each user and not for all users at once. Also solves the issue that when someone solves the lesson it is solved for all users on the same WebGoat instance Nanne Baars 2021-04-10 09:47:07 +02:00
  • 04d065fd87 Update Dockerfile Nanne Baars 2021-04-03 16:25:06 +02:00
  • d345a9a716 Remove obsolete Docker configuration Nanne Baars 2021-04-03 16:17:34 +02:00
  • 2d8d898fb7 Remove documentation about Docker compose and stack from README Spring cleanup to make it a bit easier for users to only offer two options: Docker and stand alone version Nanne Baars 2021-04-03 16:14:03 +02:00
  • ad9ee094b4 Remove all scripts Part of the Travis build we use to have no longer needed as we moved to Github actions Nanne Baars 2021-04-03 13:55:23 +02:00
  • cb2277628c Remove docker-compose files They are old might work but we now have the all in one image which we actively maintain and release Nanne Baars 2021-04-03 13:51:36 +02:00
  • 5869b64ee0 Remove Vagrant image It is old any never used we only update versions in this file Nanne Baars 2021-04-03 13:50:37 +02:00
  • 6ae9e44e84 Remove platform dependent deployments They are part of the repository since 2017 they have never been updated and probably don't work anymore Nanne Baars 2021-04-03 13:49:55 +02:00
  • d0f36f5227
    Fix failing XXE test Nanne Baars 2021-04-03 22:31:27 +02:00
  • 5d45fd6260 Update Checkstyle version Nanne Baars 2021-04-01 16:43:40 +02:00
  • b3f7a5338e Update to latest versions Nanne Baars 2021-03-31 23:05:27 +02:00
  • b858484b97 Copy jar files to target so they are not stored in the current project directory Nanne Baars 2021-03-31 21:34:05 +02:00
  • b76330f20f Add minimal Maven version Nanne Baars 2021-03-31 21:31:27 +02:00
  • ee1d4b0ac1 Update documentation for Java 15 Nanne Baars 2021-04-02 21:43:46 +02:00
  • abf431fffb Remove unnecessary plugins in subprojects Nanne Baars 2021-04-02 21:43:09 +02:00
  • 3e8dbc9bc9 Run build on pull requests as well Nanne Baars 2021-04-02 21:25:04 +02:00
  • 721edc9985 Move WebGoat to Java 15 Nanne Baars 2021-04-02 11:03:59 +02:00
  • 82198424df Corrected typos and poor grammar found in the SQL Injection lessons. unknown 2021-04-01 16:50:32 -04:00
  • ba2cb7d14f #974: Update the lesson text Nanne Baars 2021-04-01 18:13:21 +02:00
  • de453fad84 Fix issue with labels in SQL lessons Nanne Baars 2021-04-01 17:40:35 +02:00
  • 59c96f9890 Fix lesson it no marks it as solved if the user uses a different username Nanne Baars 2021-03-29 11:02:50 +02:00
  • f7d3fd586e Remove the span added to the feedback Nanne Baars 2021-03-29 11:01:16 +02:00
  • 798afc756b Remove as it matches the normal success message Nanne Baars 2021-03-29 11:00:48 +02:00
  • 59aaab52a9 Disable testcase as it fails on Windows, needs investigation. Nanne Baars 2021-03-31 10:53:21 +02:00
  • 14621003d7 Remove banner.txt as you can set it with a property in application.properties Nanne Baars 2021-03-30 17:52:36 +02:00
  • 23f67b3d25 Remove unknown field which is set by reflection Nanne Baars 2021-03-30 17:51:42 +02:00
  • 1c6de07a54 Move integration test to JUnit 5 Nanne Baars 2021-03-30 17:51:22 +02:00
  • cda852f4e8 Run unit tests again for all lessons and rewrite all to JUnit 5 Due to the migration to Spring Boot 2.4 the Vintage dependency was no longer included by default, resulting in skipping all unit tests. Nanne Baars 2021-03-30 17:50:55 +02:00
  • 1d6a5ca01b Run unit tests again and rewrite all to JUnit 5 Due to the migration to Spring Boot 2.4 the Vintage dependency was no longer included by default, resulting in skipping all unit tests. Nanne Baars 2021-03-30 17:06:14 +02:00
  • c574a6610b Make sure the release is behind approval Nanne Baars 2021-03-30 16:21:22 +02:00
  • ae6d448aa0 Replace ${revision} with real version as Maven The CI pipeline should take care of this. Nanne Baars 2021-03-30 08:04:14 +02:00
  • b8bdb8f432 Updating to the new development version webgoat-github 2021-03-30 14:05:26 +00:00
  • 3300c47c03 WIP vtest10 Nanne Baars 2021-03-30 16:03:57 +02:00
  • d077a76063 WIP vtest9 Nanne Baars 2021-03-30 16:02:06 +02:00
  • 43d13dd1f9 WIP vtest8 Nanne Baars 2021-03-30 16:01:05 +02:00
  • 072d99040f WIP vtest7 vtest6 Nanne Baars 2021-03-30 15:55:18 +02:00
  • 4d5968da1a WIP vtest5 Nanne Baars 2021-03-30 15:54:04 +02:00
  • 5a3843cf1f WIP vtest4 Nanne Baars 2021-03-30 12:36:48 +02:00
  • 5fd0f03fd4 WIP vtest3 Nanne Baars 2021-03-30 11:12:41 +02:00
  • e47f994395 WIP vtest2 Nanne Baars 2021-03-30 10:42:46 +02:00
  • c24771cf67 WIP vtest1 Nanne Baars 2021-03-30 10:27:58 +02:00
  • e4a8820b6b WIP vtest Nanne Baars 2021-03-30 10:22:55 +02:00
  • e4d69d257a WIP test-v19 Nanne Baars 2021-03-30 08:05:45 +02:00
  • efe4a87556 Replace ${revision} with real version as Maven The CI pipeline should take care of this. Nanne Baars 2021-03-30 08:04:14 +02:00
  • 1cd115ace5 Bump actions/cache from v2 to v2.1.4 dependabot[bot] 2021-03-29 09:11:39 +00:00
  • a9f8ff1090 Use 8.2.0 instead of v8.2.0 Nanne Baars 2021-03-29 09:30:51 +02:00
  • e114360a5f Fix SQL Injection Àngel Ollé Blázquez 2021-03-27 19:49:53 +01:00
  • b16e60f691 Move OWASP dependency check to a Maven profile This takes way too long to perform each time on a Github action as we cannot cache the image Nanne Baars 2021-03-29 08:17:40 +02:00
  • f959e0387e Update Guava dep Nanne Baars 2021-03-15 17:10:06 +01:00
  • 425eb03a6e Remove docs dir and only keep the redirect to the OWASP website Nanne Baars 2021-03-15 16:59:25 +01:00
  • 8e312204ee Update to latest version and move the plugins out of the profile section. Move the configuration files from parent dir to config dir Nanne Baars 2021-03-15 16:59:02 +01:00
  • 2e733f8594 Fix failing test on Windows This was found because we migrated to Github actions which causes this test to fail because it uses "\n" Nanne Baars 2021-03-29 07:43:07 +02:00
  • 4e308d7880 Fix automatic rebase command Nanne Baars 2021-03-29 07:22:30 +02:00
  • 935871c39a Add some debugging information to know which test cases might have failed Nanne Baars 2021-03-28 17:41:19 +02:00
  • ce6e4d2090 Fix issue with looking for all directories one present should be enough Nanne Baars 2021-03-28 18:36:15 +02:00
  • 68a53bc5dc Fix failing test Windows it fails with a much lower number Nanne Baars 2021-03-28 17:04:56 +02:00
  • 459d9ad74c Move away from Travis to Github actions René Zubcevic 2021-03-07 12:25:49 +01:00
  • a2e275ef1e WIP test-v18 Nanne Baars 2021-03-28 13:09:07 +02:00
  • a04653199b WIP test-v17 Nanne Baars 2021-03-28 13:02:41 +02:00
  • 5ccd798393 WIP test-v16 Nanne Baars 2021-03-28 12:53:46 +02:00
  • bc5e94957e WIP test-v15 Nanne Baars 2021-03-28 12:39:44 +02:00
  • 51f28ae31b WIP test-v14 Nanne Baars 2021-03-27 18:02:39 +01:00
  • aa69afbe77 WIP test-v13 Nanne Baars 2021-03-27 17:57:57 +01:00
  • 552ed58c55 WIP test-v12 Nanne Baars 2021-03-27 17:56:43 +01:00
  • f895051277 WIP test-v11 Nanne Baars 2021-03-27 17:55:58 +01:00
  • e347887e00 WIP test-v10 Nanne Baars 2021-03-27 17:30:40 +01:00
  • e65fd4d346 WIP Nanne Baars 2021-03-27 17:21:50 +01:00
  • 76bd2acca5 WIP test-v9 Nanne Baars 2021-03-27 17:18:16 +01:00
  • 6ab73d5042 WIP test-v8 Nanne Baars 2021-03-27 15:58:56 +01:00
  • 1e59e8c5ea WIP test-v7 Nanne Baars 2021-03-27 15:56:32 +01:00
  • e049fd8467 WIP test-v6 Nanne Baars 2021-03-27 15:42:03 +01:00
  • a1693033aa WIP test-v5 Nanne Baars 2021-03-27 15:02:20 +01:00
  • a1246aec9e WIP test-v4 Nanne Baars 2021-03-27 14:58:46 +01:00
  • ae6f9aebcb WIP test-v3 Nanne Baars 2021-03-27 14:57:31 +01:00
  • bc39e5bdba WIP test-v2 Nanne Baars 2021-03-27 14:08:41 +01:00
  • f57412a4f5 WIP test-v1.0 Nanne Baars 2021-03-27 14:07:24 +01:00
  • 889372f2d9 WIP Nanne Baars 2021-03-27 12:53:48 +01:00
  • 5173ef7923 WIP Nanne Baars 2021-03-27 12:51:40 +01:00
  • 302f58609b WIP Nanne Baars 2021-03-16 15:52:42 +01:00
  • e40a26f193 Improve token handling Nanne Baars 2021-03-14 16:45:17 +01:00
  • 59e04dee6e Fix typo Nanne Baars 2021-03-14 15:57:55 +01:00
  • 5a16ea514a Fix quiz Nanne Baars 2021-03-14 15:56:38 +01:00
  • 8d2d82764f Assignment 8 loads JWT key again Nanne Baars 2021-03-14 15:37:16 +01:00
  • dedb2f9fef Open new tab when clicking on JWT link for WebWolf Nanne Baars 2021-03-14 11:39:46 +01:00