awslabs / tough

Rust libraries and tools for using and generating TUF repositories
191 stars 43 forks source link

tuftool: use tempfile in a thread #702

Closed webern closed 8 months ago

webern commented 8 months ago

Issue #, if available:

Closes #697

Description of changes:

Use NamedTempFile in a thread to make sure we don't run into an issue with the scheduler being blocked.

Testing

This function is exercised by 10 unit tests (I checked by adding a panic to this function).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.