Skip to content

Commit

Permalink
Merge pull request #29 from mithro/patch-1
Browse files Browse the repository at this point in the history
Minor formatting fix for README.md
  • Loading branch information
lukehinds committed Mar 11, 2021
2 parents 76e2f6e + a699d5d commit 5ea3753
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ The fulcio root CA is currently running on GCP Private CA with the EC_P384_SHA38
## Security Model

* Fulcio assumes that a valid OIDC token is a sufficient "proof of ownership" of an email address.
* To mitigate against this: Fulcio uses a Transparency log to help protect against OIDC
compromise. This means:
* Fulcio MUST publish all certificates to the log.
* Clients MUST NOT trust certificates that are not in the log.
* This means users can detect any mis-issued certificates.

* To mitigate against this, Fulcio uses a Transparency log to help protect against OIDC compromise. This means:
* Fulcio MUST publish all certificates to the log.
* Clients MUST NOT trust certificates that are not in the log.

As a result users can detect any mis-issued certificates.

* Combined with `rekor's` signature transparency, artifacts signed with compromised accounts can
be identified.

Expand Down

0 comments on commit 5ea3753

Please sign in to comment.