Skip to content

docs: consolidate security policy into single property#307

Merged
mtoy-googly-moogly merged 1 commit intomainfrom
docs/security-policy-consolidation
Apr 17, 2026
Merged

docs: consolidate security policy into single property#307
mtoy-googly-moogly merged 1 commit intomainfrom
docs/security-policy-consolidation

Conversation

@mtoy-googly-moogly
Copy link
Copy Markdown
Contributor

@mtoy-googly-moogly mtoy-googly-moogly commented Apr 17, 2026

Summary

  • Replace separate filesystemPolicy and networkPolicy connection settings with a single securityPolicy property
  • Document three levels: "none" (default), "local" (no network), and "sandboxed" (no network + directory confinement)
  • Explain why a single axis is correct: DuckDB's enable_external_access gates both filesystem and network access together

…Policy

Replace the two separate policy knobs (filesystemPolicy, networkPolicy) with a
single securityPolicy property offering three levels: "none", "local", and
"sandboxed". This reflects the underlying DuckDB mechanism where
enable_external_access gates both filesystem and network access together.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mtoy-googly-moogly mtoy-googly-moogly merged commit 245f78f into main Apr 17, 2026
5 checks passed
@mtoy-googly-moogly mtoy-googly-moogly deleted the docs/security-policy-consolidation branch April 17, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant