Vulnerable components draft, fixed missing properties in httpbasics when user input was empty
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
define(['jquery',
|
||||
'libs/jquery-vuln',
|
||||
'jqueryui',
|
||||
'underscore',
|
||||
'backbone',
|
||||
'goatApp/controller/LessonController',
|
||||
@ -10,6 +11,7 @@ define(['jquery',
|
||||
'goatApp/view/TitleView'
|
||||
], function ($,
|
||||
$vuln,
|
||||
jqueryui,
|
||||
_,
|
||||
Backbone,
|
||||
LessonController,
|
||||
|
Reference in New Issue
Block a user