Skip to content

Commit aa07d14

Browse files
committed
Merge branch 'next' of https://github.com/WebGoat/WebGoat into next
2 parents 39bf431 + d7ed162 commit aa07d14

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

src/main/webapp/WEB-INF/pages/about.jsp

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,17 @@
99
<h3 class="modal-title" id="myModalLabel">About WebGoat - Provided by the OWASP Foundation</h3>
1010
</div>
1111
<div class="modal-body modal-scroll">
12-
<p>Thank you for using WebGoat! This program is a demonstration of common web application flaws. The exercises
13-
are intended to provide hands on experience with application penetration testing techniques.</p>
14-
<p>Version: 6.0</p>
12+
<p>Thanks for hacking The Goat!</p>
13+
<p>WebGoat is a demonstration of common web application flaws. The
14+
associated exercises are intended to provide hands-on experience with
15+
techniques aimed at demonstrating and testing application penetration.
16+
</p>
17+
<p>From the entire WebGoat team, we appreciate your interest and efforts
18+
in making applications not just better, but safer and more secure for
19+
everyone. We, as well as our sacrificial goat, thank you.</p>
20+
<p>Version: 6.0</p>public void testName() throws Exception {
21+
22+
}
1523
<div class="row">
1624
<div class="col-md-6">
1725
<p>Contact us:
@@ -40,7 +48,7 @@
4048
<li>Bruce Mayhew</li>
4149
<li>Jason White</li>
4250
<li>Ali Looney (User Interface)</li>
43-
<li>Jeff Weyman (Website and Docs)</li>
51+
<li>Jeff Wayman (Website and Docs)</li>
4452
</ul>
4553
</p>
4654
</div>
@@ -78,7 +86,10 @@
7886
<li>Marcel Wirth (Lessons)</li>
7987
</ul>
8088
</p>
81-
<p>There have been many contributors over the years. If your name does not appear on the lists above, please send me a note.</p>
89+
<p>Did we miss you? Our sincere apologies, as we know there have
90+
been many contributors over the years. If your name does not
91+
appear in any of the lists above, please send us a note. We'll
92+
get you added with no further sacrifices required.</p>
8293
</div>
8394
</div>
8495
</div>

0 commit comments

Comments
 (0)