mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
Closes #163. The literal only existed in DEFAULT_SETTINGS and was passed to the inbound https.createServer, which never sets requestCert — so Node ignored it. certificate-manager already defaults the effective value to true via `!== false`, so removing the default is behavior-preserving and removes the exact token Obsidian's scorecard pattern-matches as 'disables SSL verification'. Adds tests/security/tls-cert-verification.test.ts as a regression guard: fails if the flagged literal returns or the secure default flips. |
||
|---|---|---|
| .. | ||
| path-validator.test.ts | ||
| tls-cert-verification.test.ts | ||
| vault-security-manager.test.ts | ||