[Resolved] Security issue: Microsoft Learn article uses vulnerable sqlite-net-pcl dependency #36070
Replies: 2 comments 1 reply
|
Hey @stephenquan, the docs are open source. If you want and have time you can contribute fixing it, just click in And you be redirect into the gihub repo and file for that doc |
1 reply
|
https://www.nuget.org/packages/sqlite-net-pcl/1.11.285 just got released which resolves the security vulnerabilities. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
While following the Microsoft Learn article .NET MAUI local databases developers are instructed to install the sqlite-net-pcl NuGet package. However, the current stable version (1.9.172) introduces a high‑severity security vulnerability via transitive dependencies:
During build, this results in warnings such as:
Workarounds
At the time of writing, there is no stable release in the dependency chain that fully resolves this issue. Possible mitigations include:
Recommendation
Given that the official Microsoft Learn article still references sqlite-net-pcl without any warning, it would be helpful to:
This would help developers avoid introducing a known high‑severity vulnerability into their applications.
All reactions