diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-30 13:25:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-30 13:25:47 +0100 |
commit | 6c02a8628d5a530caeb54cba188631735efdf0b1 (patch) | |
tree | 226a5382344aa56b918b919bbbb2225f925e7bed /meta/recipes-support | |
parent | ca12fac112f1a6c1d5c7ea692a2914a2f3f671e4 (diff) | |
download | poky-6c02a8628d5a530caeb54cba188631735efdf0b1.tar.gz |
Revert "sqlite3: Whitelist CVE-2022-21227"
This reverts commit cfc42fdabb3f12eb4ac5069a549ba5699385dfdc.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.41.2.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.41.2.bb b/meta/recipes-support/sqlite/sqlite3_3.41.2.bb index 11bc8bb4c0..b09e8e7f55 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.41.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.41.2.bb | |||
@@ -12,6 +12,3 @@ CVE_CHECK_IGNORE += "CVE-2019-19242" | |||
12 | CVE_CHECK_IGNORE += "CVE-2015-3717" | 12 | CVE_CHECK_IGNORE += "CVE-2015-3717" |
13 | # Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f | 13 | # Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f |
14 | CVE_CHECK_IGNORE += "CVE-2021-36690" | 14 | CVE_CHECK_IGNORE += "CVE-2021-36690" |
15 | # As per https://nvd.nist.gov/vuln/detail/CVE-2022-21227 | ||
16 | # this bug is applicable to SQLite3 Node.js | ||
17 | CVE_CHECK_IGNORE += "CVE-2022-21227" | ||