Skip to content

Commit 23319ad

Browse files
hotcodemachaHarshitGupta11
authored andcommitted
YARN-11303. Upgrade jquery ui to 1.13.2 to mitigate CVE-2022-31160 (apache#4895)
1 parent f9b3f7d commit 23319ad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
<exclude>src/main/resources/webapps/static/dt-1.10.18/images/Sorting icons.psd</exclude>
255255
<exclude>src/main/resources/webapps/static/dt-1.10.18/js/jquery.dataTables.min.js</exclude>
256256
<exclude>src/main/resources/webapps/static/jt/jquery.jstree.js</exclude>
257-
<exclude>src/main/resources/webapps/static/jquery/jquery-ui-1.13.1.custom.min.js</exclude>
257+
<exclude>src/main/resources/webapps/static/jquery/jquery-ui-1.13.2.custom.min.js</exclude>
258258
<exclude>src/main/resources/webapps/static/jquery/jquery-3.6.0.min.js</exclude>
259259
<exclude>src/main/resources/webapps/static/jquery/themes-1.9.1/base/jquery-ui.css</exclude>
260260
<exclude>src/test/resources/application_1440536969523_0001.har/_index</exclude>

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected void render(Block html) {
6969
.link(root_url("static/dt-1.10.18/css/jui-dt.css"))
7070
.link(root_url("static/dt-1.10.18/css/custom_datatable.css"))
7171
.script(root_url("static/jquery/jquery-3.6.0.min.js"))
72-
.script(root_url("static/jquery/jquery-ui-1.13.1.custom.min.js"))
72+
.script(root_url("static/jquery/jquery-ui-1.13.2.custom.min.js"))
7373
.script(root_url("static/dt-1.10.18/js/jquery.dataTables.min.js"))
7474
.script(root_url("static/yarn.dt.plugins.js"))
7575
.script(root_url("static/dt-sorting/natural.js"))

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery/jquery-ui-1.13.1.custom.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery/jquery-ui-1.13.2.custom.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)