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