Nanne Baars
8dd66fc0ff
Improve Docker start up script
...
- Make sure the last line contains the information
- Split in separate functions
- Add option to skip starting nginx (by default it is started)
2021-11-23 13:22:19 +01:00
Nanne Baars
d496c929b3
Use variables to check WebWolf host and port
...
WebWolf can start on a different port, the assignment should take this into account and not check for a hardcoded value.
Resolves : #1055
2021-11-23 13:22:08 +01:00
Nanne Baars
f8dda37027
Rename properties
...
Rename `webwolf.url.*` to `webwolf.*.url` making it easier to move to a configuration class as no nested property is necessary
2021-11-23 13:22:08 +01:00
dependabot[bot]
48fd7f310e
Bump actions/cache from 2.1.5 to 2.1.7
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.5 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.7 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 13:21:52 +01:00
Àngel Ollé Blázquez
5107e111bf
test url fix
2021-11-19 13:07:49 +01:00
Àngel Ollé Blázquez
dd2e9f074d
Hijack Session Lesson
2021-11-19 13:07:49 +01:00
Nanne Baars
ec954046db
Add Discussions badge
2021-11-16 17:53:16 +01:00
Jeroen Willemsen
6be9635f51
Update OWASP badge
2021-11-16 16:43:18 +01:00
Jeroen Willemsen
f7dd69e382
Fix to move to java17
2021-11-16 16:39:53 +01:00
Nanne Baars
fc6b0f28df
Add endpoint for the JavaScript to post to
...
The JavaScript posts to a random endpoint resulting in a HTTP/405 we now post to an existing endpoint.
Resolves : #1142
2021-11-16 16:34:14 +01:00
Nanne Baars
f13632578d
Fix layout of assignment and remove duplicate feedback
...
Resolves : #1143
2021-11-16 16:34:02 +01:00
Nanne Baars
b23b428763
Fix spelling/grammar
...
Resolves : #1143
2021-11-16 16:34:02 +01:00
Nanne Baars
32a41debad
Fix spelling/grammar and reference to ZAP 2.8.0
...
Resolves : #1141
2021-11-16 16:33:48 +01:00
Nanne Baars
fafddda82a
Update ZAP instructions
...
We reference ZAP 2.8.0 explicitly which is not necessary. Also the way ZAP works changed, we no longer need to change the port as ZAP will report there is a conflict during startup.
Resolves : #1141
2021-11-16 16:33:48 +01:00
Nanne Baars
5bf33db78f
Remove obsolete hints
2021-11-16 16:33:36 +01:00
Nanne Baars
20d7015dff
Move unit test to JUnit 5
2021-11-16 16:33:36 +01:00
Nanne Baars
2fbc52e6a2
Remove some unused code
2021-11-16 16:33:36 +01:00
Nanne Baars
ab0433bb67
Fix link and typo
...
The link pointed to the old OWASP website. Also fixed some typos here and there
Resolves : #1136
2021-11-16 16:33:10 +01:00
Nanne Baars
f2f7f36a6d
Fix typo in hints
...
The hints for JWT used `jwt` instead of `JWT` which makes it difficult to solve the lesson as the hint actually points someone in the wrong direction.
Resolves : #123
2021-11-16 16:32:57 +01:00
Nanne Baars
3ad51e6d6b
Rewrite lesson to be self-contained and not depend on the core of WebGoat for fetching users
...
Split the assignment into 2 assignments
2021-11-16 16:32:43 +01:00
Nanne Baars
9e6ed11aa7
Remove link to lesson.css as they belong to the lesson
2021-11-16 16:32:43 +01:00
Nanne Baars
2bd6b36210
Fix layout assignment 2
2021-11-16 16:32:43 +01:00
Nanne Baars
bcaf4485c2
Move css to lesson itself
2021-11-16 16:32:43 +01:00
Nanne Baars
cd2e1c1c09
Fix spelling issues
2021-11-16 16:32:43 +01:00
Nanne Baars
22af35a9a7
Add favicon to WebGoat/WebWolf
2021-11-16 16:32:29 +01:00
Nanne Baars
c7e04cef97
Add logging to pom.xml
2021-11-16 16:24:45 +01:00
Jeroen Willemsen
fa2769cb25
Updating poms
2021-11-16 16:24:45 +01:00
Jeroen Willemsen
1a64fcd8d4
Recommit logging lesson as PR got a lot of conflicts
2021-11-16 16:24:45 +01:00
Nanne Baars
36bdd9b1a0
Rename master to main
2021-10-30 22:50:47 +02:00
Nanne Baars
6a875bdaa6
Add new developer
2021-10-28 21:21:34 +02:00
Nanne Baars
6a92f651f8
Move to Java 17
2021-10-28 21:19:05 +02:00
Nanne Baars
ad97e2c9a3
Remove activation dependency
2021-10-28 21:19:05 +02:00
Nanne Baars
e709a501cb
Remove develop from branches to build
...
The PR already works on a merge commit with develop no need to build it once more afterwards
2021-10-24 13:12:48 +02:00
Nanne Baars
76af488d16
Move Github actions to same image as Docker run on
2021-10-24 13:08:52 +02:00
Nanne Baars
981fcb3ebc
Move to different base image for Java
...
This way we can also support arm/v7
2021-10-24 13:08:40 +02:00
Nanne Baars
cc0d0fa2a6
Ignore branch builds on main repository
2021-10-24 11:51:47 +02:00
Nanne Baars
a4104fdf8b
Ignore branch builds on our repository
2021-10-24 11:43:03 +02:00
Nanne Baars
720414eba6
Ignore branch builds on our repository
2021-10-24 11:40:13 +02:00
Nanne Baars
541c424eb9
Ignore branch builds on our repository
2021-10-24 11:36:35 +02:00
Nanne Baars
be2a6aa0bd
Run only on branches
2021-10-24 11:25:15 +02:00
Nanne Baars
e5ab24a1fc
Revert all GH actions work
2021-10-24 10:22:30 +02:00
Nanne Baars
b0174a6b26
Revert all GH actions work
2021-10-24 10:20:27 +02:00
Nanne Baars
cb8739ac06
Simplify Github actions
2021-10-24 10:16:52 +02:00
Nanne Baars
cb6c8af3bb
Simplify Github actions
2021-10-24 10:03:47 +02:00
Nanne Baars
672d752e0e
Simplify Github actions
2021-10-24 10:02:36 +02:00
Nanne Baars
8241d98a38
Simplify Github actions
2021-10-24 10:01:53 +02:00
Nanne Baars
86d3868d9e
Simplify Github actions
2021-10-24 10:00:30 +02:00
Nanne Baars
2f007babec
Simplify Github actions
2021-10-24 09:59:35 +02:00
Nanne Baars
7742444a99
Simplify Github actions
2021-10-24 09:58:28 +02:00
Nanne Baars
98bcef9a5e
Simplify Github actions
2021-10-24 09:44:57 +02:00