130 lines
3.4 KiB
Plaintext
130 lines
3.4 KiB
Plaintext
# SPDX-License-Identifier: AGPL-3.0-only
|
|
# Exact reviewed file allowlist for a host-neutral public source snapshot.
|
|
# Directories, globs, and implicit descendants are intentionally unsupported.
|
|
|
|
.editorconfig
|
|
.gitattributes
|
|
.gitignore
|
|
AI_CONTRIBUTIONS.md
|
|
CHANGELOG.md
|
|
CLA.md
|
|
CONTRIBUTING.md
|
|
COPYRIGHT
|
|
DCO.txt
|
|
GENERATED_CODE.md
|
|
GOVERNANCE.md
|
|
LICENSE
|
|
LICENSES.md
|
|
MAINTAINERS.md
|
|
OUTPUT_EXCEPTION.md
|
|
README.md
|
|
RELEASE.md
|
|
ROADMAP.md
|
|
SECURITY.md
|
|
SPEC.md
|
|
TRADEMARKS.md
|
|
cmd/himesan/contract_test.go
|
|
cmd/himesan/main.go
|
|
cmd/himesan/main_test.go
|
|
cmd/himesan-release/main.go
|
|
contracts/diagnostic-codes-v1.txt
|
|
contracts/generated-provenance-v1.txt
|
|
contracts/himesan-cli-help-v1.txt
|
|
contracts/himesan-config-v1.schema.json
|
|
contracts/himesan-operation-output-v1.schema.json
|
|
contracts/himesan-version-output-v1.schema.json
|
|
docs/ARCHITECTURE.md
|
|
docs/BENCHMARKS.md
|
|
docs/BRAND.md
|
|
docs/COMPATIBILITY.md
|
|
docs/DEVELOPMENT_SERVER.md
|
|
docs/DIAGNOSTICS.md
|
|
docs/LANGUAGE_SERVER.md
|
|
docs/SECURITY_EVIDENCE.md
|
|
docs/THREAT_MODEL.md
|
|
docs/V1_RELEASE_PLAN.md
|
|
go.mod
|
|
internal/compiler/abi_test.go
|
|
internal/compiler/analysis.go
|
|
internal/compiler/analysis_test.go
|
|
internal/compiler/backend.go
|
|
internal/compiler/compiler_test.go
|
|
internal/compiler/contract_test.go
|
|
internal/compiler/context.go
|
|
internal/compiler/diagnostic.go
|
|
internal/compiler/discover.go
|
|
internal/compiler/e2e_test.go
|
|
internal/compiler/fuzz_test.go
|
|
internal/compiler/model.go
|
|
internal/compiler/operation.go
|
|
internal/compiler/parse.go
|
|
internal/compiler/replace_unix.go
|
|
internal/compiler/replace_windows.go
|
|
internal/compiler/testdata/golden/basic.sando
|
|
internal/compiler/testdata/golden/basic.sando.go
|
|
internal/devserver/browser_evidence_test.go
|
|
internal/devserver/config.go
|
|
internal/devserver/config_test.go
|
|
internal/devserver/contract_test.go
|
|
internal/devserver/events.go
|
|
internal/devserver/process.go
|
|
internal/devserver/process_test.go
|
|
internal/devserver/process_unix.go
|
|
internal/devserver/process_windows.go
|
|
internal/devserver/process_windows_32.go
|
|
internal/devserver/process_windows_64.go
|
|
internal/devserver/proxy.go
|
|
internal/devserver/proxy_test.go
|
|
internal/devserver/supervisor.go
|
|
internal/devserver/supervisor_test.go
|
|
internal/devserver/watch.go
|
|
internal/devserver/watch_test.go
|
|
internal/lsp/features.go
|
|
internal/lsp/protocol.go
|
|
internal/lsp/protocol_test.go
|
|
internal/lsp/security_test.go
|
|
internal/lsp/server.go
|
|
internal/lsp/server_test.go
|
|
internal/lsp/workspace.go
|
|
internal/releaseartifact/artifact.go
|
|
internal/releaseartifact/artifact_test.go
|
|
internal/releaseartifact/evidence.go
|
|
internal/releaseartifact/evidence_test.go
|
|
internal/releaseartifact/macos.go
|
|
internal/releaseartifact/macos_test.go
|
|
internal/releaseartifact/native.go
|
|
internal/releaseartifact/native_test.go
|
|
internal/testpath/tempdir.go
|
|
internal/testpath/tempdir_test.go
|
|
internal/version/version.go
|
|
internal/version/version_test.go
|
|
sando/COPYRIGHT
|
|
sando/LICENSE
|
|
sando/README.md
|
|
sando/api_contract_test.go
|
|
sando/benchmark_test.go
|
|
sando/component.go
|
|
sando/component_test.go
|
|
sando/differential_test.go
|
|
sando/go.mod
|
|
sando/trust.go
|
|
sando/write.go
|
|
sando/write_test.go
|
|
sando/testdata/public-api-v1.txt
|
|
scripts/README.md
|
|
scripts/PUBLIC_SNAPSHOT.md
|
|
scripts/check-licenses.sh
|
|
scripts/export-public-snapshot.sh
|
|
scripts/native-gate.sh
|
|
scripts/package-macos.sh
|
|
scripts/package-native.sh
|
|
scripts/public-snapshot-lib.sh
|
|
scripts/public-snapshot.allow
|
|
scripts/release-check.sh
|
|
scripts/sign-notarize-macos.sh
|
|
scripts/test-public-snapshot.sh
|
|
scripts/verify-consumer.sh
|
|
scripts/verify-public-install.sh
|
|
scripts/verify-real-browser.sh
|
|
scripts/verify.sh
|