summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-10 16:30:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-20 12:36:41 +0100
commitc2332f72a259812dce32ded3c02035a692efc67e (patch)
treeb7d9d47b5dea38c04b52004ddf96097231154973
parent6ac9ed94d2a3b47e3b6910a8c4ef984f2a8f0253 (diff)
downloadpoky-c2332f72a259812dce32ded3c02035a692efc67e.tar.gz
jquery: Exclude CVE-2007-2379 from cve-check
The CVE is non-specific and depends on the users of jquery, doesn't make sense to have this flagged against jquery as there is nothing we can do about it. (From OE-Core rev: d18ba3735ff3438ebd60b680e6bae5227c85bccb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 1f82843584f6d2843c5bbd2fe5dcbc654a0fbcfb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/jquery/jquery_3.5.0.bb5
1 files changed, 5 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 35ce14e152..efffe05fd2 100644
--- a/meta/recipes-devtools/jquery/jquery_3.5.0.bb
+++ b/meta/recipes-devtools/jquery/jquery_3.5.0.bb
@@ -17,6 +17,11 @@ SRC_URI[map.sha256sum] = "3149351c8cbc3fb230bbf6188617c7ffda77d9e14333f4f5f0aa1a
17 17
18UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" 18UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
19 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
20inherit allarch 25inherit allarch
21 26
22do_install() { 27do_install() {