FBFolderbaseDOCS
Project

Contributing and security

Build Folderbase Core locally, run its validation suite, and report vulnerabilities responsibly.

Folderbase Core is developed in public under Apache-2.0.

Development checks

cargo fmt --all -- --check
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo test --workspace --all-features --locked
bash scripts/check-public-eclipse.sh
bash scripts/test-package-install.sh

Changes to public contracts should include corresponding schemas, fixtures, conformance coverage, and documentation.

Project policies

Do not disclose a suspected vulnerability through a public issue before following the private reporting process in the security policy.

On this page