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.shChanges to public contracts should include corresponding schemas, fixtures, conformance coverage, and documentation.
Project policies
- Read the contributing guide.
- Review the code of conduct.
- Follow the security policy for vulnerability reports.
Do not disclose a suspected vulnerability through a public issue before following the private reporting process in the security policy.