verify / verify (push) Successful in 3m2s
Sanitized allowlisted snapshot of private source 0acd276fb3423405daf7fff26dedc92b8281e2bd. Adds organization, team, invitation, resource hierarchy, scoped access, and audited break-glass foundations while preserving Preview 1. AI-Assistance: OpenAI Codex assisted implementation, testing, security review, and release preparation. Signed-off-by: Cole Speelman <crspeelman@gmail.com>
65 lines
1.3 KiB
Plaintext
65 lines
1.3 KiB
Plaintext
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
.gitattributes
|
|
.gitea/workflows/assurance.yml
|
|
.gitea/workflows/verify.yml
|
|
.gitignore
|
|
CHANGELOG.md
|
|
CONTRIBUTING.md
|
|
LICENSES.md
|
|
LICENSES/0BSD.txt
|
|
LICENSES/AGPL-3.0-only.txt
|
|
LICENSES/MPL-2.0.txt
|
|
README.md
|
|
SECURITY.md
|
|
abuse/abuse.go
|
|
abuse/abuse_test.go
|
|
access/access.go
|
|
access/access_test.go
|
|
analytics/analytics.go
|
|
analytics/analytics_test.go
|
|
analytics/fuzz_test.go
|
|
analytics/geo.go
|
|
auth/auth.go
|
|
auth/context.go
|
|
auth/password.go
|
|
auth/password_test.go
|
|
auth/service_test.go
|
|
authhttp/authhttp.go
|
|
authhttp/authhttp_test.go
|
|
authsqlite/store.go
|
|
authsqlite/store_test.go
|
|
authsqlite/access.go
|
|
authsqlite/organizations.go
|
|
docs/ADOPTION.md
|
|
docs/ARCHITECTURE.md
|
|
docs/DEPENDENCIES.md
|
|
docs/GETTING_STARTED.md
|
|
docs/MODULES.md
|
|
docs/ORGANIZATIONS.md
|
|
docs/PUBLIC_SNAPSHOT.md
|
|
docs/SANDWICH_HIME.md
|
|
docs/SERVICES_ROADMAP.md
|
|
docs/THREAT_MODEL.md
|
|
go.mod
|
|
go.sum
|
|
requestlog/jsonl.go
|
|
requestlog/requestlog.go
|
|
requestlog/requestlog_test.go
|
|
requestmeta/fuzz_test.go
|
|
requestmeta/requestmeta.go
|
|
requestmeta/requestmeta_test.go
|
|
organizations/organizations.go
|
|
organizations/organizations_test.go
|
|
scripts/check-licenses.sh
|
|
scripts/export-public.sh
|
|
scripts/public-snapshot.allow
|
|
scripts/test-public-snapshot.sh
|
|
scripts/verify.sh
|
|
starters/basic/.env.example
|
|
starters/basic/README.md
|
|
starters/basic/main.go
|
|
websec/ratelimit.go
|
|
websec/websec.go
|
|
websec/websec_test.go
|