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:
parent
3c2e63636c
commit
3dc1a04d62
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user