Changed remaining contact information to reference an email address I receive (webgoat@g2-inc.com)

git-svn-id: http://webgoat.googlecode.com/svn/trunk@61 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64
2007-01-16 18:29:06 +00:00
parent fd9b60f98e
commit 8b51818508
6 changed files with 17 additions and 48 deletions

View File

@ -11,9 +11,8 @@
This web application is designed to demonstrate web
application security flaws for the purpose of educating
developers and security professionals about web
application security problems. The initial version was
written by Aspect Security (info@aspectsecurity.com),
and was donated to the OWASP.
application security problems. Please contact Bruce Mayhew
(webgoat@g2-inc.com) if you have any questions.
</description>
@ -37,7 +36,7 @@
<context-param>
<param-name>email</param-name>
<param-value>info@aspectsecurity.com</param-value>
<param-value>WebGoat@g2-inc.com</param-value>
<description>
The EMAIL address of the administrator to whom questions
and comments about this application should be addressed.
@ -139,7 +138,7 @@
example, replace "<" with "&lt;" and ">" with "&gt;". -->
<param-name>FeedbackAddress</param-name>
<param-value>
&lt;A HREF=mailto:webgoat@aspectsecurity.com&gt;webgoat@aspectsecurity.com&lt;/A&gt;
&lt;A HREF=mailto:webgoat@g2-inc.com&gt;webgoat@g2-inc.com&lt;/A&gt;
</param-value>
</init-param>