Skip to content

Commit

Permalink
docs: Fix blockchain question in FAQ (#295)
Browse files Browse the repository at this point in the history
* docs: Fix blockchain question in FAQ

Signed-off-by: Facundo Tuesca <[email protected]>

* docs: Remove blockchain question in FAQ

Signed-off-by: Facundo Tuesca <[email protected]>

---------

Signed-off-by: Facundo Tuesca <[email protected]>
  • Loading branch information
facutuesca authored Mar 11, 2024
1 parent f70968d commit b84a942
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/en/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ We would love that. The more people monitoring the logs and providing useful ser

There's no need for a distributed source of transparency as there can be multiple points of transparency which only adds more sources of security guarantee, not fewer. An entity can post to as many Rekor logs as they want and inform users of where they post. We do encourage folks to use common public instances, but we don't seek to enforce this. We do plan to look to produce a gossip protocol, for those that desire a more decentralised model (if there's demand).

### How do I verify downloaded code?

Public blockchains often end up using a centralized entry point for canonicalization and authentication. Consensus algorithms can be susceptible to majority attacks, and transparency logs are more mature and capable for what we aim to build with sigstore.

### Why use a Merkle Tree/Transparency log?

- Rekor's back end is [Trillian](https://github.com/google/trillian)

Check failure on line 151 in content/en/about/faq.md

View workflow job for this annotation

GitHub Actions / markdownlint

Unordered list style

content/en/about/faq.md:151:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md004.md
Expand Down

0 comments on commit b84a942

Please sign in to comment.