chore: prepare repo for open source MIT release - #1
Merged
Conversation
Replace Tantivy (AGPL-3.0) with SQLite FTS5 in synapse-search to clear the license conflict, simplify to plain MIT, add LICENSE/SECURITY.md/ CODE_OF_CONDUCT.md/issue+PR templates, fix repo URL to Emadab/Synapse, and add an Anki trademark disclaimer to the README.
Emadab
force-pushed
the
oss/mit-license-prep
branch
from
July 2, 2026 08:35
72503d6 to
0b8eb49
Compare
quick-xml < 0.41.0 has a quadratic-time duplicate-attribute check, pulled in transitively through tauri-utils -> plist 1.9.0, which pins quick-xml = "^0.39.2". plist is only used by Tauri for macOS Info.plist bundling; Synapse never parses untrusted XML/plist at runtime, so the DoS isn't reachable. No fixed plist release exists yet.
rustsec/audit-check doesn't read audit.toml automatically -- it only respects advisory ids passed via its own `ignore` input. Keep audit.toml too, for local `cargo audit` runs.
Same transitive quick-xml dependency, same non-applicability as RUSTSEC-2026-0194, published to the advisory db moments after that first ignore was added.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
synapse-search, preserving theNoteIndexpublic API and existing test coverage, plus a new injection-safety test.LICENSE.Cargo.toml/package.json/CONTRIBUTING.mdrepository URLs togithub.com/Emadab/Synapse.SECURITY.md,CODE_OF_CONDUCT.md, issue/PR templates.Test plan
cargo test --workspacecargo clippy --workspace -- -D warningscargo fmt --checkpnpm lint && pnpm fmt:check && pnpm test && pnpm build