awslabs / tough

Rust libraries and tools for using and generating TUF repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datastore: Read/write operations may not be thread safe

ecpullen opened this issue · comments

The datastore uses a RwLock to manage reads and writes; however, the RwLock___Guard is dropped when .path() is called which will unlock the file.

This is fixed in #687! Closing!