diff options
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.38.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.38.5.bb b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb index 86d9b4b33b..280342204a 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.38.5.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb | |||
@@ -21,3 +21,5 @@ CVE_CHECK_IGNORE += "CVE-2019-19242" | |||
21 | CVE_CHECK_IGNORE += "CVE-2015-3717" | 21 | CVE_CHECK_IGNORE += "CVE-2015-3717" |
22 | # Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f | 22 | # Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f |
23 | CVE_CHECK_IGNORE += "CVE-2021-36690" | 23 | CVE_CHECK_IGNORE += "CVE-2021-36690" |
24 | # Issue was introduced in 3.44.0 | ||
25 | CVE_CHECK_IGNORE += "CVE-2025-3277" | ||