Upgrades jQuery used by Mesos WebUI to version 3.2.1.

The version of jQuery distributed with Mesos (1.7.1) was found to have
security issues which have been addressed in latter versions.

Review: https://reviews.apache.org/r/63101


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b0a660bb
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b0a660bb
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b0a660bb

Branch: refs/heads/master
Commit: b0a660bb1811c0144cba781482b1ce4573e685b3
Parents: b361801
Author: Alexander Rojas <[email protected]>
Authored: Wed Oct 18 12:11:05 2017 +0200
Committer: Alexander Rojas <[email protected]>
Committed: Wed Oct 18 16:33:19 2017 +0200

----------------------------------------------------------------------
 src/webui/master/static/index.html             |     2 +-
 src/webui/master/static/js/jquery-1.7.1.js     |  9252 ----------------
 src/webui/master/static/js/jquery-1.7.1.min.js |     4 -
 src/webui/master/static/js/jquery-3.2.1.js     | 10253 ++++++++++++++++++
 src/webui/master/static/js/jquery-3.2.1.min.js |     4 +
 src/webui/master/static/pailer.html            |     2 +-
 6 files changed, 10259 insertions(+), 9258 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b0a660bb/src/webui/master/static/index.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/index.html 
b/src/webui/master/static/index.html
index 0b977f5..6250fff 100644
--- a/src/webui/master/static/index.html
+++ b/src/webui/master/static/index.html
@@ -111,7 +111,7 @@
       </div>
     </script>
 
-    <script src="static/js/jquery-1.7.1.min.js"></script>
+    <script src="static/js/jquery-3.2.1.min.js"></script>
     <script src="static/js/underscore-1.4.3.min.js"></script>
     <script src="static/js/clipboard-1.5.16.min.js"></script>
     <script src="static/js/angular-1.2.3.min.js"></script>

Reply via email to