This website requires JavaScript.
Explore
Help
Sign In
dubey
/
WebGoat
Watch
1
Star
0
Fork
0
You've already forked WebGoat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
WebGoat
/
webgoat-lessons
/
jwt
History
Nanne Baars
39740e069e
New release
2020-05-22 14:10:31 +02:00
..
src
Fix Java 11 issue where the order of methods returned in AssignmentEndpoint subclasses returned wrong method for determining the mapping of an assignment. Now we walk over all methods until we find one which has for example a @GetMapping with
AttackResult
or
ResponseEntity<AttackResult
as return type. If no such method is found an exception is thrown
2020-04-19 15:42:50 +02:00
pom.xml
New release
2020-05-22 14:10:31 +02:00