From 5e0156f16b0c8c0f0d44704c8732db1a581af460 Mon Sep 17 00:00:00 2001 From: marinamoore Date: Fri, 3 Jan 2020 17:01:23 -0800 Subject: [PATCH 1/2] Add note to readme explaining that thread safety is not provided Signed-off-by: marinamoore --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa8e37a1d7..8ae97b510c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ The issue tracker is intended for bug reports and to make feature requests. Major feature requests, such as design changes to the specification, should be proposed via a [TUF Augmentation Proposal](docs/TAP.rst) (TAP). +Limitations +----------- + +The reference implementation may behave unexpectedly when concurrently +downloading from the same location to the same location. + License ------- @@ -91,12 +97,12 @@ Acknowledgements ---------------- This project is hosted by the Linux Foundation under the Cloud Native Computing -Foundation. TUF's early development was managed by +Foundation. TUF's early development was managed by members of the [Secure Systems Lab](https://ssl.engineering.nyu.edu/) at [New York University](https://engineering.nyu.edu/). We appreciate the efforts of Konstantin Andrianov, Geremy Condra, Vladimir Diaz, Yuyu Zheng, Sebastien Awwad, Santiago Torres-Arias, Trishank Kuppusamy, Zane Fisher, Pankhuri Goyal, Tian Tian, -Konstantin Andrianov, and Justin Samuel who are among those who helped significantly +Konstantin Andrianov, and Justin Samuel who are among those who helped significantly with TUF's reference implementation. [Contributors](https://github.com/theupdateframework/tuf/blob/develop/docs/AUTHORS.txt) and [maintainers](https://github.com/theupdateframework/tuf/blob/develop/docs/MAINTAINERS.txt) From 9e5a7c6905e862f769e949043f28e3f0c87335d8 Mon Sep 17 00:00:00 2001 From: marinamoore Date: Tue, 7 Jan 2020 10:40:46 -0800 Subject: [PATCH 2/2] Clarified location Signed-off-by: marinamoore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae97b510c..b915b6ec4b 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Limitations ----------- The reference implementation may behave unexpectedly when concurrently -downloading from the same location to the same location. +downloading the same target files with the same TUF client. License -------