Skip to main content

Type Alias: CatalogSignatureStatus

CatalogSignatureStatus = "verified" | "unsigned" | "invalid" | "untrusted_key" | "error"

Defined in: Data/Core/CatalogTypes.ts:114

Outcome of verifying a catalog's detached signature.

  • verified — signature valid and the key is trusted for this catalog.
  • unsigned — no .sig was served.
  • invalid — a signature was served but did not validate.
  • untrusted_key — signature is cryptographically valid, but signed by a key that is not pinned/known for this catalog source.
  • error — the signature could not be evaluated (malformed, etc).