WebGoat / WebGoat

WebGoat is a deliberately insecure application
https://owasp.org/www-project-webgoat/
Other
7.02k stars 5.51k forks source link

Reset lesson doesn't reset SQL Injection lesson's database #714

Closed FrancoisCapon closed 4 years ago

FrancoisCapon commented 4 years ago

Version M25

For example : http://localhost:8080/WebGoat/start.mvc#lesson/SqlInjection.lesson/11 SQL Injection (introduction) > Compromising Integrity with Query chaining

The Smith's salary is still of $100000

nbaars commented 4 years ago

@FrancoisCapon correct, we implemented cleaning the database in version M26, can you try this version?

FrancoisCapon commented 4 years ago

Yes, in M26 the database is reset!