Commit 7e021cf
authored
fix: suppress SQLitePCLRaw.lib.e_sqlite3 audit warning (GHSA-2m69-gcr7-jv3q) (#1424)
All versions of SQLitePCLRaw.lib.e_sqlite3 (<= 2.1.11) depend on SQLite < 3.50.2
which has a memory corruption vulnerability (HIGH severity). No patched NuGet
package exists yet.
This suppresses the NU1903 audit warning that breaks CI builds due to
TreatWarningsAsErrors=true. The suppression should be removed once a
patched SQLitePCLRaw version is published.1 parent 63d4e08 commit 7e021cf
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
0 commit comments