Update the various lessons to specify their stage count

git-svn-id: http://webgoat.googlecode.com/svn/trunk@147 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2007-07-10 11:54:35 +00:00
parent 3c2e63636c
commit 3dc1a04d62
2 changed files with 8 additions and 0 deletions

View File

@ -226,6 +226,10 @@ public class RoleBasedAccessControl extends LessonAdapter
return hints;
}
@Override
public int getStageCount() {
return 4;
}
/**
* Gets the instructions attribute of the ParameterInjection object

View File

@ -240,6 +240,10 @@ public class SQLInjection extends LessonAdapter
return hints;
}
@Override
public int getStageCount() {
return 4;
}
/**
* Gets the instructions attribute of the ParameterInjection object