6e946f21a2 
					 
					
						
						
							
							chore: bump io.github.bonigarcia:webdrivermanager from 5.9.1 to 5.9.2 ( #1866 )  
						
						... 
						
						
						
						Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager ) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases )
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-5.9.1...webdrivermanager-5.9.2 )
---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-04 15:57:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d38ba2a626 
					 
					
						
						
							
							chore: bump docker/build-push-action from 6.4.1 to 6.5.0 ( #1867 )  
						
						... 
						
						
						
						Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-04 15:56:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c7e6ae4f4 
					 
					
						
						
							
							chore: bump org.wiremock:wiremock from 3.9.0 to 3.9.1 ( #1865 )  
						
						... 
						
						
						
						Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.9.0...3.9.1 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-04 15:56:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58b762eade 
					 
					
						
						
							
							fix: copying file using transferTo sometimes fails. ( #1862 )  
						
						... 
						
						
						
						Turns out that using this method sometimes fails with an exception about unable to delete a directory.
The stacktrace points to:
```
java.nio.file.FileSystemException: /tmp/webwolf-fileserver/dumbanddummer/xxe_a11.dtd: Not a directory
        at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) ~[na:na]
        at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[na:na]
        at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[na:na]
        at java.base/sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:248) ~[na:na]
        at java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110) ~[na:na]
        at java.base/java.nio.file.Files.deleteIfExists(Files.java:1191) ~[na:na]
        at java.base/java.nio.file.Files.copy(Files.java:3147) ~[na:na]
        at io.undertow.server.handlers.form.FormData$FileItem.write(FormData.java:274) ~[undertow-core-2.3.10.Final.jar!/:2.3.10.Final]
        at io.undertow.servlet.spec.PartImpl.write(PartImpl.java:119) ~[undertow-servlet-2.3.10.Final.jar!/:2.3.10.Final]
        at org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile.transferTo(StandardMultipartHttpServletRequest.java:254) ~[spring-web-6.0.13.jar!/:6.0.13]
        at org.owasp.webgoat.webwolf.FileServer.importFile(FileServer.java:89)
```
It has to do with the underlying implmentation in Undertow. An explaination can be found here: https://stackoverflow.com/questions/60336929/java-nio-file-nosuchfileexception-when-file-transferto-is-called 
The solution is to take the input stream and use a simple `Files.copy()` to copy the file.
Closes : #1737  
						
						
					 
					
						2024-07-28 17:47:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b0c22ac68 
					 
					
						
						
							
							Small improvements ( #1848 )  
						
						... 
						
						
						
						* refactor: remove CORS
* improvement: add healthcheck to Docker file 
						
						
					 
					
						2024-07-23 17:42:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85103bbcad 
					 
					
						
						
							
							chore: bump docker/login-action from 3.2.0 to 3.3.0 ( #1855 )  
						
						... 
						
						
						
						Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-23 17:36:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b98e1a98e1 
					 
					
						
						
							
							chore: bump docker/build-push-action from 6.2.0 to 6.4.1 ( #1854 )  
						
						... 
						
						
						
						Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.2.0 to 6.4.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.4.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 20:33:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73de259809 
					 
					
						
						
							
							chore: bump org.wiremock:wiremock from 3.8.0 to 3.9.0 ( #1852 )  
						
						... 
						
						
						
						Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.8.0...3.9.0 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 20:32:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a804fabb6 
					 
					
						
						
							
							chore: bump org.jsoup:jsoup from 1.17.2 to 1.18.1 ( #1851 )  
						
						... 
						
						
						
						Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup ) from 1.17.2 to 1.18.1.
- [Release notes](https://github.com/jhy/jsoup/releases )
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md )
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.17.2...jsoup-1.18.1 )
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 20:32:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f652dadec 
					 
					
						
						
							
							chore: bump org.apache.maven.plugins:maven-surefire-plugin ( #1850 )  
						
						... 
						
						
						
						Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 20:32:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f66dff1aeb 
					 
					
						
						
							
							chore: bump org.eclipse.jetty.ee10:jetty-ee10-bom ( #1840 )  
						
						... 
						
						
						
						Bumps [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project ) from 12.0.10 to 12.0.11.
- [Release notes](https://github.com/jetty/jetty.project/releases )
- [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.10...jetty-12.0.11 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-10 12:14:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						777cec5a57 
					 
					
						
						
							
							chore: bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 5.9.1 ( #1838 )  
						
						... 
						
						
						
						Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager ) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases )
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-5.8.0...webdrivermanager-5.9.1 )
---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-09 20:53:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						98fd280459 
					 
					
						
						
							
							chore: bump org.wiremock:wiremock from 3.7.0 to 3.8.0 ( #1837 )  
						
						... 
						
						
						
						Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.7.0...3.8.0 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-09 20:52:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e0addff0b 
					 
					
						
						
							
							chore: bump org.jruby:jruby from 9.4.7.0 to 9.4.8.0 ( #1841 )  
						
						... 
						
						
						
						Bumps org.jruby:jruby from 9.4.7.0 to 9.4.8.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-09 20:52:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a30fbc223a 
					 
					
						
						
							
							chore: bump docker/setup-qemu-action from 2.2.0 to 3.1.0 ( #1842 )  
						
						... 
						
						
						
						Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-09 20:52:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0b6decf34 
					 
					
						
						
							
							Fix report card ( #1845 )  
						
						... 
						
						
						
						* fix: report card
Fix and simplify calculation of the number of assignments a user solved.
Rename `UserTracker` to `UserProgress`
Rename `LessonTracker` to `LessonProgress`
Rename tables in database 
						
						
					 
					
						2024-07-09 20:07:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1531987da5 
					 
					
						
						
							
							chore: bump docker/build-push-action from 6.1.0 to 6.2.0 ( #1839 )  
						
						... 
						
						
						
						Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-07 12:24:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bec6580c84 
					 
					
						
						
							
							chore: bump docker/build-push-action from 5.4.0 to 6.1.0 ( #1832 )  
						
						... 
						
						
						
						Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.4.0 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-29 10:16:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						900702481b 
					 
					
						
						
							
							chore: bump org.wiremock:wiremock from 3.6.0 to 3.7.0 ( #1834 )  
						
						... 
						
						
						
						Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.6.0...3.7.0 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-26 09:14:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f35b23970e 
					 
					
						
						
							
							chore: bump org.apache.maven.plugins:maven-surefire-plugin ( #1828 )  
						
						... 
						
						
						
						Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-18 11:44:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						074fd8f5ff 
					 
					
						
						
							
							chore: bump org.webjars:webjars-locator-core from 0.58 to 0.59 ( #1827 )  
						
						... 
						
						
						
						Bumps [org.webjars:webjars-locator-core](https://github.com/webjars/webjars-locator-core ) from 0.58 to 0.59.
- [Commits](https://github.com/webjars/webjars-locator-core/compare/webjars-locator-core-0.58...webjars-locator-core-0.59 )
---
updated-dependencies:
- dependency-name: org.webjars:webjars-locator-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-18 11:32:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c890b090c 
					 
					
						
						
							
							chore: bump io.github.bonigarcia:webdrivermanager from 5.6.3 to 5.8.0 ( #1826 )  
						
						... 
						
						
						
						Bumps [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager ) from 5.6.3 to 5.8.0.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases )
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-5.6.3...webdrivermanager-5.8.0 )
---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-18 10:38:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						630c1e1afd 
					 
					
						
						
							
							chore: bump org.ow2.asm:asm from 9.5 to 9.7 ( #1829 )  
						
						... 
						
						
						
						Bumps org.ow2.asm:asm from 9.5 to 9.7.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-18 09:11:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						061c75a05f 
					 
					
						
						
							
							chore: bump org.apache.commons:commons-compress from 1.26.0 to 1.26.2 ( #1825 )  
						
						... 
						
						
						
						Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.2.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-18 08:28:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5e5a1363b0 
					 
					
						
						
							
							chore: bump docker/build-push-action from 5.3.0 to 5.4.0 ( #1824 )  
						
						... 
						
						
						
						Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-18 08:20:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47df923c8c 
					 
					
						
						
							
							chore: bump org.apache.maven.plugins:maven-enforcer-plugin ( #1823 )  
						
						... 
						
						
						
						Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.5.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-16 08:20:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5dbc642264 
					 
					
						
						
							
							chore: bump com.nulab-inc:zxcvbn from 1.8.0 to 1.9.0 ( #1822 )  
						
						... 
						
						
						
						Bumps [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/nulab/zxcvbn4j/releases )
- [Changelog](https://github.com/nulab/zxcvbn4j/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nulab/zxcvbn4j/compare/1.8.0...1.9.0 )
---
updated-dependencies:
- dependency-name: com.nulab-inc:zxcvbn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-16 08:14:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96bc6fa608 
					 
					
						
						
							
							chore: bump org.apache.maven.plugins:maven-checkstyle-plugin ( #1821 )  
						
						... 
						
						
						
						Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.3.1 to 3.4.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-16 08:09:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d5a2bb6a2 
					 
					
						
						
							
							chore: bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.3 to 12.0.10 ( #1820 )  
						
						... 
						
						
						
						Bumps [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project ) from 12.0.3 to 12.0.10.
- [Release notes](https://github.com/jetty/jetty.project/releases )
- [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.3...jetty-12.0.10 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-16 07:55:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b37bd58d7 
					 
					
						
						
							
							chore: bump commons-io:commons-io from 2.15.1 to 2.16.1 ( #1819 )  
						
						... 
						
						
						
						Bumps commons-io:commons-io from 2.15.1 to 2.16.1.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-14 17:41:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6545e2a066 
					 
					
						
						
							
							chore: bump com.github.tomakehurst:wiremock ( #1810 )  
						
						... 
						
						
						
						Bumps [com.github.tomakehurst:wiremock](https://github.com/wiremock/wiremock ) from 3.0.0-beta-2 to 3.0.0-beta-10.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.0.0-beta-2...3.0.0-beta-10 )
---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-08 21:15:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9573b30667 
					 
					
						
						
							
							chore: bump org.asciidoctor:asciidoctorj from 2.5.10 to 2.5.13 ( #1811 )  
						
						... 
						
						
						
						Bumps [org.asciidoctor:asciidoctorj](https://github.com/asciidoctor/asciidoctorj ) from 2.5.10 to 2.5.13.
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases )
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/v2.5.13/CHANGELOG.adoc )
- [Commits](https://github.com/asciidoctor/asciidoctorj/compare/v2.5.10...v2.5.13 )
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-08 21:09:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30e40f2e59 
					 
					
						
						
							
							chore: bump org.jruby:jruby from 9.4.3.0 to 9.4.7.0 ( #1813 )  
						
						... 
						
						
						
						Bumps org.jruby:jruby from 9.4.3.0 to 9.4.7.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-08 08:23:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f11fb6729 
					 
					
						
						
							
							chore: bump docker/login-action from 3.0.0 to 3.2.0 ( #1815 )  
						
						... 
						
						
						
						Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-08 08:17:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						10e36c203f 
					 
					
						
						
							
							chore: bump com.google.guava:guava from 32.1.3-jre to 33.2.1-jre ( #1814 )  
						
						... 
						
						
						
						Bumps [com.google.guava:guava](https://github.com/google/guava ) from 32.1.3-jre to 33.2.1-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-08 08:13:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edcce09b5f 
					 
					
						
						
							
							chore: bump docker/build-push-action from 5.1.0 to 5.3.0 ( #1816 )  
						
						... 
						
						
						
						Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-08 08:08:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3134f18066 
					 
					
						
						
							
							fix: Success if only Smith earn most salary ( #1744 )  
						
						... 
						
						
						
						* Update labels
* Update Java
* Update Test
---------
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-01 10:50:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e219887f14 
					 
					
						
						
							
							docs: Update HttpBasics_plan.adoc - fix broken link to  https://www.zaproxy.org/  ( #1803 )  
						
						... 
						
						
						
						fix broken link OWASP ZAP -  https://www.zaproxy.org/ 
Co-authored-by: René Zubcevic <rene@zubcevic.com > 
						
						
					 
					
						2024-06-01 10:45:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						508703ffce 
					 
					
						
						
							
							update dependencies and version ( #1807 )  
						
						... 
						
						
						
						* update dependencies and version
* debug macos build issue
* update and fix Dockerfile(s) 
						
						
					 
					
						2024-05-31 19:39:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e308d7cde7 
					 
					
						
						
							
							chore: upgrade checkout out to v4 ( #1781 )  
						
						
						
						
					 
					
						2024-03-25 22:27:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ab820e1d1 
					 
					
						
						
							
							feat: move CSRF to A3 ( #1776 )  
						
						... 
						
						
						
						CSRF is part of security misconfiguration in the OWASP Top 10. 
						
						
					 
					
						2024-03-21 20:50:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a6a7e0be1 
					 
					
						
						
							
							reverting my goofs after launching from wrong browser tab ( #1774 )  
						
						
						
						
					 
					
						2024-03-19 18:01:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2e9140ab64 
					 
					
						
						
							
							Merge pull request  #1773  from misfir3/test-semgrep-on-merge  
						
						... 
						
						
						
						Test semgrep on merge 
						
						
					 
					
						2024-03-18 13:21:21 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b79c83a52e 
					 
					
						
						
							
							linty  
						
						
						
						
					 
					
						2024-03-18 19:19:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						297c6f49b5 
					 
					
						
						
							
							Merge branch 'main' into test-semgrep-on-merge  
						
						
						
						
					 
					
						2024-03-18 13:14:39 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2049a8fcc 
					 
					
						
						
							
							updating for testing  
						
						
						
						
					 
					
						2024-03-18 19:13:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24db39eae2 
					 
					
						
						
							
							test semgrep  
						
						
						
						
					 
					
						2024-03-18 19:12:13 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						98443184e9 
					 
					
						
						
							
							Merge pull request  #1  from WebGoat/develop  
						
						... 
						
						
						
						updating from main branch to test semgrep 
						
						
					 
					
						2024-03-18 13:05:23 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						62931a1836 
					 
					
						
						
							
							feature: enable CORS configuration ( #1771 )  
						
						
						
						
					 
					
						2024-03-17 10:55:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c18430752a 
					 
					
						
						
							
							build(Dockerfile): replace deprecated MAINTAINER tag with label of the same  
						
						... 
						
						
						
						Current syntax now used to denote the "WebGoat team" as maintainer
Link: https://docs.docker.com/reference/dockerfile/#label 
Signed-off-by: cap-dev0x <158111888+cap-dev0x@users.noreply.github.com > 
						
						
					 
					
						2024-02-25 23:20:23 +01:00