diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-20 13:28:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-21 23:44:08 +0100 |
commit | e899b2e25bd3611ab15120ba7e4a723b78a94a05 (patch) | |
tree | 82812f87d4cc4797ff84061071f4a35d4607e1c3 /meta/recipes-support/sqlite | |
parent | f84fb1032dc7ddd073305994e27a076b92ede4d8 (diff) | |
download | poky-e899b2e25bd3611ab15120ba7e4a723b78a94a05.tar.gz |
sqlite3: Exclude CVE-2021-36690 from cve checks
Issue is in an experimental extension we don't have/use. Could also
be windows only.
(From OE-Core rev: 6f5770b49f06168e3d6914bd92f0594bd05f1f8f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.36.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.36.0.bb b/meta/recipes-support/sqlite/sqlite3_3.36.0.bb index f5d75e8e4c..30c9445be1 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.36.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.36.0.bb | |||
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b6 | |||
10 | CVE_CHECK_WHITELIST += "CVE-2019-19242" | 10 | CVE_CHECK_WHITELIST += "CVE-2019-19242" |
11 | # This is believed to be iOS specific (https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA) | 11 | # This is believed to be iOS specific (https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA) |
12 | CVE_CHECK_WHITELIST += "CVE-2015-3717" | 12 | CVE_CHECK_WHITELIST += "CVE-2015-3717" |
13 | # Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f | ||
14 | CVE_CHECK_WHITELIST += "CVE-2021-36690" | ||