浏览代码

AMBARI-25581. Prototype pollution issue in JQuery (dpidhaiets via dgrinenko) (#3258)

pidhaietsdp 5 年之前
父节点
当前提交
b3cdb14b00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/vendor/scripts/jquery-1.9.1.js

+ 1 - 1
ambari-web/vendor/scripts/jquery-1.9.1.js

@@ -350,7 +350,7 @@
           copy = options[ name ];
 
           // Prevent never-ending loop
-          if ( target === copy ) {
+          if ( name === "__proto__" || target === copy ) {
             continue;
           }