This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Implement extension signature check in kuzu - #5945
Open
acquamarin wants to merge 6 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #5945 +/- ##
==========================================
+ Coverage 85.79% 86.22% +0.42%
==========================================
Files 1632 1449 -183
Lines 74969 65283 -9686
Branches 8936 7970 -966
==========================================
- Hits 64321 56288 -8033
+ Misses 10397 8743 -1654
- Partials 251 252 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmark ResultMaster commit hash:
Other queries
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the extension signature check mechanism in kuzu.
By default, kuzu verifies the extension signature and only loads extensions with correct signature.
extension signature verification can be disabled by setting
ALLOW_UNSIGNED_EXTENSIONto false.