Added Aspect logo.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@96 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
f9caf9b7c0
commit
08a56ce78c
@ -7,7 +7,9 @@ import java.util.Hashtable;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
import org.apache.ecs.Element;
|
||||||
import org.apache.ecs.ElementContainer;
|
import org.apache.ecs.ElementContainer;
|
||||||
|
import org.apache.ecs.html.IMG;
|
||||||
import org.owasp.webgoat.lessons.AbstractLesson;
|
import org.owasp.webgoat.lessons.AbstractLesson;
|
||||||
import org.owasp.webgoat.lessons.Category;
|
import org.owasp.webgoat.lessons.Category;
|
||||||
import org.owasp.webgoat.lessons.LessonAdapter;
|
import org.owasp.webgoat.lessons.LessonAdapter;
|
||||||
@ -57,6 +59,7 @@ import org.owasp.webgoat.session.WebSession;
|
|||||||
*/
|
*/
|
||||||
public class CrossSiteScripting extends LessonAdapter
|
public class CrossSiteScripting extends LessonAdapter
|
||||||
{
|
{
|
||||||
|
public final static IMG ASPECT_LOGO = new IMG("images/logos/aspect.jpg").setAlt("Aspect Security").setBorder(0).setHspace(0).setVspace(0);
|
||||||
|
|
||||||
public final static String DESCRIPTION = "description";
|
public final static String DESCRIPTION = "description";
|
||||||
|
|
||||||
@ -453,4 +456,8 @@ public class CrossSiteScripting extends LessonAdapter
|
|||||||
return super.getSourceFileName();
|
return super.getSourceFileName();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Element getCredits()
|
||||||
|
{
|
||||||
|
return super.getCustomCredits("", ASPECT_LOGO);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user