theupdateframework / go-tuf

Go implementation of The Update Framework (TUF)
https://theupdateframework.com
Apache License 2.0
625 stars 105 forks source link

Make go-tuf concurrency-safe #592

Open rdimitrov opened 8 months ago

rdimitrov commented 8 months ago

The issue is about ensuring go-tuf-metadata handles concurrency safely and can be used in such environments.

Motivated by https://github.com/sigstore/sigstore-go/pull/41#discussion_r1425937114

Moved from https://github.com/rdimitrov/go-tuf-metadata/issues/91