Including one small documentation change: giving credit to Sherif Koussa's original CSRF lesson
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@387 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
d2a6a2b272
commit
c3fe7cece9
@ -194,7 +194,7 @@ public class CsrfPromptByPass extends CSRF
|
|||||||
credits.addElement(new StringElement("Contributed by "));
|
credits.addElement(new StringElement("Contributed by "));
|
||||||
credits.addElement(partnet);
|
credits.addElement(partnet);
|
||||||
credits.addElement(new BR());
|
credits.addElement(new BR());
|
||||||
credits.addElement(new StringElement("Derived from CSRF Lesson by Sherif Koussa"));
|
credits.addElement(new StringElement("Derived from Sherif Koussa's CSRF Lesson"));
|
||||||
return credits;
|
return credits;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -175,7 +175,7 @@ public class CsrfTokenByPass extends CsrfPromptByPass
|
|||||||
credits.addElement(new StringElement("Contributed by "));
|
credits.addElement(new StringElement("Contributed by "));
|
||||||
credits.addElement(partnet);
|
credits.addElement(partnet);
|
||||||
credits.addElement(new BR());
|
credits.addElement(new BR());
|
||||||
credits.addElement(new StringElement("Derived from CSRF Lesson by Sherif Koussa"));
|
credits.addElement(new StringElement("Derived from Sherif Koussa's CSRF Lesson"));
|
||||||
return credits;
|
return credits;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user