Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 162 additions & 162 deletions README.md

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# Security Policy
## Supported state
# Security Policy

## Supported state

The maintained compatibility release is the pure numeric `1.6.114` line used
by the current PastureStack Server release. Earlier branded coordinates are
historical records and are not current release or deployment targets.
Authentication-provider combinations must still be validated by an
administrator before activation.
## Security boundaries
- The console handles API credentials, cookies, authentication redirects, secrets, shell and console sessions, logs, and user-supplied content.
- OpenID Connect state, nonce, PKCE verifier, authorization code, and provider
configuration are sensitive. The browser must verify state before accepting
a callback, must not reuse authorization codes, and must not retain flow
material after completion or failure.
- Testing a proposed OpenID Connect provider must not change the active
authentication method or write an upstream access token into a browser
cookie. A fresh authorization flow is required for activation.
- External identities are assigned by their exact provider, issuer, and
subject. A username, display name, or email address is never an automatic
account-matching key.
- Provider switching keeps access control enabled and uses short-lived,
single-use proofs bound to the intended account and identity. Local recovery
is restricted to an active system administrator and remains subject to MFA.
- MFA login must complete before a browser session is stored. TOTP and email
challenges are rate-limited, single-use, and short-lived; email is an
account-recovery channel, not an authentication factor.
- MFA enrollment, recovery-code generation, and recovery-address verification
require the account holder's own authenticated session. Administrators may
inspect and revoke another account's factors, but cannot create or retrieve
authentication material for that account.
- Authenticator-enrollment QR codes are generated locally in the browser; a
provisioning secret must never be sent to an external rendering service.
- WebAuthn requires user verification, the exact origin, a matching
relying-party ID, and a non-public-suffix relying-party domain. HTTP is
accepted only for a loopback test origin.
- Remote API, catalog, log, terminal, and error content must be treated as untrusted.
- Bundled browser dependencies, generated assets, and source maps require review before publication.
- Do not commit credentials, private endpoints, captured production responses, certificates, or session data.
## Reporting
Report suspected vulnerabilities through this repository's private security advisory channel. Do not include credentials or production data in a public issue.
by the current PastureStack Server release. Earlier branded coordinates are
historical records and are not current release or deployment targets.
Authentication-provider combinations must still be validated by an
administrator before activation.

## Security boundaries

- The console handles API credentials, cookies, authentication redirects, secrets, shell and console sessions, logs, and user-supplied content.
- OpenID Connect state, nonce, PKCE verifier, authorization code, and provider
configuration are sensitive. The browser must verify state before accepting
a callback, must not reuse authorization codes, and must not retain flow
material after completion or failure.
- Testing a proposed OpenID Connect provider must not change the active
authentication method or write an upstream access token into a browser
cookie. A fresh authorization flow is required for activation.
- External identities are assigned by their exact provider, issuer, and
subject. A username, display name, or email address is never an automatic
account-matching key.
- Provider switching keeps access control enabled and uses short-lived,
single-use proofs bound to the intended account and identity. Local recovery
is restricted to an active system administrator and remains subject to MFA.
- MFA login must complete before a browser session is stored. TOTP and email
challenges are rate-limited, single-use, and short-lived; email is an
account-recovery channel, not an authentication factor.
- MFA enrollment, recovery-code generation, and recovery-address verification
require the account holder's own authenticated session. Administrators may
inspect and revoke another account's factors, but cannot create or retrieve
authentication material for that account.
- Authenticator-enrollment QR codes are generated locally in the browser; a
provisioning secret must never be sent to an external rendering service.
- WebAuthn requires user verification, the exact origin, a matching
relying-party ID, and a non-public-suffix relying-party domain. HTTP is
accepted only for a loopback test origin.
- Remote API, catalog, log, terminal, and error content must be treated as untrusted.
- Bundled browser dependencies, generated assets, and source maps require review before publication.
- Do not commit credentials, private endpoints, captured production responses, certificates, or session data.

## Reporting

Report suspected vulnerabilities through this repository's private security advisory channel. Do not include credentials or production data in a public issue.
Loading