mirror of https://github.com/apache/lucene.git
SOLR-14887 Upgrade JQuery to 3.5.1 (#1947)
This commit is contained in:
parent
bcd9cbec95
commit
cf6e831394
|
@ -62,19 +62,4 @@
|
|||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
|
||||
<cve>CVE-2018-10237</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes><![CDATA[
|
||||
file name: solr-webapp-9.0.0-SNAPSHOT.war: jquery-2.1.3.min.js
|
||||
This is already being fixed in SOLR-14209 so muting the warning
|
||||
]]></notes>
|
||||
<packageUrl regex="true">^pkg:javascript/jquery@.*$</packageUrl>
|
||||
<cve>CVE-2015-9251</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes><![CDATA[
|
||||
file name: solr-webapp-9.0.0-SNAPSHOT.war: jquery-2.1.3.min.js
|
||||
]]></notes>
|
||||
<packageUrl regex="true">^pkg:javascript/jquery@.*$</packageUrl>
|
||||
<cve>CVE-2019-11358</cve>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
|
|
@ -13,10 +13,7 @@
|
|||
<link rel="stylesheet" href="{{ "css/search.css" }}">
|
||||
|
||||
<!-- JQuery - we can't use slim because navgoco relies on ajax -->
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.3.1.min.js"
|
||||
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- Scrollbar Custom CSS -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous">
|
||||
|
|
|
@ -51,7 +51,7 @@ limitations under the License.
|
|||
<link rel="stylesheet" type="text/css" href="css/angular/jstree.style.min.css?_=${version}">
|
||||
|
||||
<meta http-equiv="x-ua-compatible" content="IE=9">
|
||||
<script src="libs/jquery-3.4.1.min.js"></script>
|
||||
<script src="libs/jquery-3.5.1.min.js"></script>
|
||||
<script src="libs/chosen.jquery.min.js"></script>
|
||||
<script src="libs/jstree.min.js"></script>
|
||||
<script src="libs/angular.min.js"></script>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue