From 7ce82733765bcb1ed1e3d31390ac3616b783531b Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Fri, 18 Sep 2015 08:39:15 -0400 Subject: [PATCH 1/3] Updated contributors and sponsors --- .../src/main/webapp/WEB-INF/pages/about.jsp | 53 ++++++++++++------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/webgoat-container/src/main/webapp/WEB-INF/pages/about.jsp b/webgoat-container/src/main/webapp/WEB-INF/pages/about.jsp index cbf3a5fcf..eccfa5b24 100644 --- a/webgoat-container/src/main/webapp/WEB-INF/pages/about.jsp +++ b/webgoat-container/src/main/webapp/WEB-INF/pages/about.jsp @@ -35,40 +35,57 @@

WebGoat Authors

-

WebGoat Design Team +

Active Contributors

-

Active Contributors +

WebGoat Design Team (Active)

    -
  • Nanne Baars (Developer)
  • -
  • Dave Cowden (Everything)
  • -
  • Keith Gasser (Survey/Security)
  • -
  • Devin Mayhew (Setup/Admin)
  • -
  • Li Simon (Developer)
  • +
  • Nanne Baars (Plugin Architecture)
  • +
  • Bruce Mayhew (Goat Herder)
  • +
  • Jeff Wayman (Website and Docs)
  • +
  • Jason White (User Interface)
-

+



+

Corporate Sponsorship - Companies that have donated significant time to WebGoat development +

    +
  • Aspect Security
  • +
  • Ounce Labs
  • +
+



+

Did we miss you? Our sincere apologies, as we know there have + been many contributors over the years. If your name does not + appear in any of the lists above, please send us a note. We'll + get you added with no further sacrifices required.

Past Contributors

    +
  • Dave Cowden (Everything)
  • +
  • Richard Lawson (Service Layer)
  • +
  • Keith Gasser (Survey/Security)
  • +
  • Devin Mayhew (Setup/Admin)
  • +
  • Li Simon (Developer)
  • +
  • Ali Looney (UI Design)
  • David Anderson (Developer/Design)
  • Christopher Blum (Lessons)
  • Laurence Casey (Graphics)
  • @@ -88,10 +105,6 @@
  • Marcel Wirth (Lessons)

-

Did we miss you? Our sincere apologies, as we know there have - been many contributors over the years. If your name does not - appear in any of the lists above, please send us a note. We'll - get you added with no further sacrifices required.

From 5365f632e7d2277fa024b5a0863654c416c0b3bc Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Fri, 18 Sep 2015 13:30:32 -0400 Subject: [PATCH 2/3] Added a lesson restart call to allow lesson specific restart functionality --- .../java/org/owasp/webgoat/lessons/AbstractLesson.java | 5 +++++ .../java/org/owasp/webgoat/lessons/LessonAdapter.java | 8 ++++++++ .../main/java/org/owasp/webgoat/session/WebSession.java | 1 + 3 files changed, 14 insertions(+) diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java index 45bfea76f..dcc4f7cdb 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java @@ -201,6 +201,11 @@ public abstract class AbstractLesson extends Screen implements Comparable Date: Fri, 18 Sep 2015 15:30:17 -0400 Subject: [PATCH 3/3] Revert "Added a lesson restart call to allow lesson specific restart functionality" This reverts commit 5365f632e7d2277fa024b5a0863654c416c0b3bc. --- .../java/org/owasp/webgoat/lessons/AbstractLesson.java | 5 ----- .../java/org/owasp/webgoat/lessons/LessonAdapter.java | 8 -------- .../main/java/org/owasp/webgoat/session/WebSession.java | 1 - 3 files changed, 14 deletions(-) diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java index dcc4f7cdb..45bfea76f 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/lessons/AbstractLesson.java @@ -201,11 +201,6 @@ public abstract class AbstractLesson extends Screen implements Comparable