Skip to content

Commit 50602e3

Browse files
authored
CVE-2019-11358 CVE-2020-11023 Update jQuery to 3.7.1 (#119)
1 parent 4ef6636 commit 50602e3

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

openig-ui/src/main/js/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* information: "Portions copyright [year] [name of copyright owner]".
1313
*
1414
* Copyright 2016 ForgeRock AS.
15+
* Portions copyright 2025 3A Systems LLC.
1516
*/
1617

1718
require.config({
@@ -46,7 +47,7 @@ require.config({
4647
js2form: "libs/js2form-2.0-769718a",
4748
form2js: "libs/form2js-2.0-769718a",
4849
spin: "libs/spin-2.0.1-min",
49-
jquery: "libs/jquery-2.1.1-min",
50+
jquery: "libs/jquery-3.7.1-min",
5051
xdate: "libs/xdate-0.8-min",
5152
doTimeout: "libs/jquery.ba-dotimeout-1.0-min",
5253
handlebars: "libs/handlebars-4.7.7",

openig-ui/src/main/resources/templates/openig/admin/WelcomePage.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{! Copyright 2016 ForgeRock AS.
2+
Portions copyright 2025 3A Systems LLC.
23
License terms: https://forgerock.org/cddlv1-0/ }}
34
<div class="container">
45
<div class="page-header">
@@ -55,7 +56,7 @@ <h4 class="media-heading">{{t "templates.welcomePage.benefit_4"}}</h4>
5556
<a class="media" href="{{ routeTo 'addRouteView' }}">
5657
<div class="media-left">
5758
<div class="circle-icon circle-icon-sm">
58-
<i class="fa fa-plus" aria-hidden="true"/>
59+
<i class="fa fa-plus" aria-hidden="true"></i>
5960
</div>
6061
</div>
6162
<div class="media-body media-middle">
@@ -69,7 +70,7 @@ <h3 class="media-heading media-middle">{{t "templates.welcomePage.addRoute"}}</h
6970
<a class="media" href="{{ routeTo 'listRoutesView' }}">
7071
<div class="media-left">
7172
<div class="circle-icon circle-icon-sm">
72-
<i class="fa fa-sitemap" aria-hidden="true"/>
73+
<i class="fa fa-sitemap" aria-hidden="true"></i>
7374
</div>
7475
</div>
7576
<div class="media-body media-middle">
@@ -83,7 +84,7 @@ <h3 class="media-heading media-middle">{{t "templates.welcomePage.routesList"}}<
8384
<a class="media" href="{{documentationUrl}}" target="_blank">
8485
<div class="media-left">
8586
<div class="circle-icon circle-icon-sm">
86-
<i class="fa fa-file-text-o" aria-hidden="true"/>
87+
<i class="fa fa-file-text-o" aria-hidden="true"></i>
8788
</div>
8889
</div>
8990
<div class="media-body media-middle">

openig-ui/src/main/resources/templates/openig/admin/routes/components/ThrottlingControl.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{! Copyright 2016 ForgeRock AS.
2+
Portions copyright 2025 3A Systems LLC.
23
License terms: https://forgerock.org/cddlv1-0/ }}
34
<div class="form-horizontal">
45
<label class="control-label col-xs-2 col-sm-3">{{t "templates.routes.parts.throttling.lblAllow"}}</label>
@@ -15,7 +16,7 @@
1516
<span class="error form-control-feedback"><i class="fa validation-icon"></i></span>
1617
</div>
1718
<div class="col-xs-5 col-sm-5 col-md-4 col-lg-3">
18-
<select class="form-control generic-selectize selectized" name="durationRange"/>
19+
<select class="form-control generic-selectize selectized" name="durationRange"></select>
1920
</div>
2021
</div>
2122
</div>

openig-ui/src/test/js/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* information: "Portions copyright [year] [name of copyright owner]".
1313
*
1414
* Copyright 2016 ForgeRock AS.
15+
* Portions copyright 2025 3A Systems LLC.
1516
*/
1617

1718
require.config({
@@ -23,7 +24,7 @@ require.config({
2324
},
2425
baseUrl: "../www",
2526
paths: {
26-
jquery: "libs/jquery-2.1.1-min",
27+
jquery: "libs/jquery-3.7.1-min",
2728
doTimeout: "libs/jquery.ba-dotimeout-1.0-min",
2829
lodash: "libs/lodash-3.10.1-min",
2930
sinon: "libs/sinon-1.15.4"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
<artifactItem>
621621
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
622622
<artifactId>jquery</artifactId>
623-
<version>2.1.1</version>
623+
<version>3.7.1</version>
624624
<packaging>js</packaging>
625625
<classifier>min</classifier>
626626
<downloadUrl>https://cdnjs.cloudflare.com/ajax/libs/jquery/{version}/{artifactId}.{classifier}.{packaging}</downloadUrl>
@@ -1082,7 +1082,7 @@
10821082
<dependency>
10831083
<groupId>org.openidentityplatform.openam</groupId>
10841084
<artifactId>openam</artifactId>
1085-
<version>15.1.6</version>
1085+
<version>15.1.7-SNAPSHOT</version>
10861086
<type>pom</type>
10871087
<scope>import</scope>
10881088
</dependency>

0 commit comments

Comments
 (0)