Update database layout so that proposed solution works

This commit is contained in:
Matthias Grundmann
2018-06-12 17:36:44 +02:00
parent 268adbcf7e
commit 56fc983414
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
Lets try to exploit a join to another table. One of the tables in the WebGoat database is:
-------------------------------------------------------
CREATE TABLE user_system_data (userid varchar(5) not null primary key,
CREATE TABLE user_system_data (userid int not null primary key,
user_name varchar(12),
password varchar(10),
cookie varchar(30));