summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/jquery/jquery_3.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/jquery/jquery_3.5.0.bb')
-rw-r--r--meta/recipes-devtools/jquery/jquery_3.5.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.5.0.bb b/meta/recipes-devtools/jquery/jquery_3.5.0.bb
index 5c6f9cddbe..efffe05fd2 100644
--- a/meta/recipes-devtools/jquery/jquery_3.5.0.bb
+++ b/meta/recipes-devtools/jquery/jquery_3.5.0.bb
@@ -1,5 +1,6 @@
1SUMMARY = "jQuery is a fast, small, and feature-rich JavaScript library" 1SUMMARY = "jQuery is a fast, small, and feature-rich JavaScript library"
2HOMEPAGE = "https://jquery.com/" 2HOMEPAGE = "https://jquery.com/"
3DESCRIPTION = "${SUMMARY}"
3LICENSE = "MIT" 4LICENSE = "MIT"
4SECTION = "devel" 5SECTION = "devel"
5LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}.js;startline=8;endline=10;md5=b1e67ece919e852643f1541a54492d65" 6LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}.js;startline=8;endline=10;md5=b1e67ece919e852643f1541a54492d65"
@@ -16,6 +17,11 @@ SRC_URI[map.sha256sum] = "3149351c8cbc3fb230bbf6188617c7ffda77d9e14333f4f5f0aa1a
16 17
17UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" 18UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
18 19
20# https://github.com/jquery/jquery/issues/3927
21# There are ways jquery can expose security issues but any issues are in the apps exposing them
22# and there is little we can directly do
23CVE_CHECK_WHITELIST += "CVE-2007-2379"
24
19inherit allarch 25inherit allarch
20 26
21do_install() { 27do_install() {