Bump Microsoft.Data.Sqlite dependency when new version becomes available
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
Research direction
Start by checking the Microsoft.Data.Sqlite release and its referenced SQLitePCLRaw version. Review MEVD/src/SqliteVec/SqliteVec.csproj and Directory.Packages.props at the linked entries. Done means bumping Microsoft.Data.Sqlite and removing the temporary direct SQLitePCLRaw dependency entries once the newer transitive versions resolve the vulnerabilities.
Written by the indexing model from the issue text.
Description
In https://github.com/CommunityToolkit/AI/pull/17, we have added a direct dependency to SQLitePCLRaw.bundle_e_sqlite3 package in order to avoid getting NU1902/NU1903 errors due to known vulnerabilities:
SQLitePCLRaw.bundle_e_sqlite33.0.3 (fixes GHSA-2m69-gcr7-jv3q)
Once a new version of Microsoft.Data.Sqlite gets released and it references newer versions, we need to remove:
And bump Microsoft.Data.Sqlite here:
- Dominant language
- C#
- Stars
- 7
- Forks
- 4
- Avg merge
- 5h 54m
- Merged PRs (30d)
- 8
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from CommunityToolkit/AI
-
CommunityToolkit/AI#23 · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
CommunityToolkit/AI#20 ·
-
Difficulty 5/5 Over a week Newbie friendliness 38/100
CommunityToolkit/AI#13 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
CommunityToolkit/AI#9 ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
CommunityToolkit/AI#8 ·
All issues in CommunityToolkit/AI
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·