Skip to content

Commit

Permalink
Vulnerable components draft, fixed missing properties in httpbasics w…
Browse files Browse the repository at this point in the history
…hen user input was empty
  • Loading branch information
mayhew64 committed Feb 7, 2017
1 parent 85ef7ee commit b415938
Show file tree
Hide file tree
Showing 29 changed files with 15,354 additions and 168 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
define(['jquery',
'libs/jquery-vuln',
'jqueryui',
'underscore',
'backbone',
'goatApp/controller/LessonController',
Expand All @@ -10,6 +11,7 @@ define(['jquery',
'goatApp/view/TitleView'
], function ($,
$vuln,
jqueryui,
_,
Backbone,
LessonController,
Expand Down
Loading

0 comments on commit b415938

Please sign in to comment.