From 3475c0f2c290ae4da178837c4ea80e571505f2d3 Mon Sep 17 00:00:00 2001 From: TensorFlow Release Automation <jenkins@tensorflow.org> Date: Wed, 16 Dec 2020 16:31:31 -0800 Subject: [PATCH 1/2] Insert release notes place-fill --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index b74684074db..4a5d8544b41 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +# Release 2.0.4 + +<REPLACE THIS TEXT WITH THE RELEASE NOTES> + # Release 2.0.3 ## Bug Fixes and Other Changes From 7041a615ec07aa9c803ca6e9ad62e01c76bc4979 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac <mihai.maruseac@gmail.com> Date: Mon, 4 Jan 2021 11:57:46 -0800 Subject: [PATCH 2/2] Update RELEASE.md --- RELEASE.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 4a5d8544b41..cf4f40e984c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,30 @@ # Release 2.0.4 -<REPLACE THIS TEXT WITH THE RELEASE NOTES> +Note that this is the last patch release for the TensorFlow 2.0.x series. + +## Bug Fixes and Other Changes +* Fixes an access to unitialized memory in Eigen code + ([CVE-2020-26266](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26266)) +* Fixes a security vulnerability caused by lack of validation in + `tf.raw_ops.DataFormatVecPermute` and `tf.raw_ops.DataFormatDimMap` + ([CVE-2020-26267](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26267)) +* Fixes a vulnerability caused by attempting to write to immutable memory region in + `tf.raw_ops.ImmutableConst` + ([CVE-2020-26268](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26268) +* Fixes a `CHECK`-fail in LSTM with zero-length input + ([CVE-2020-26270](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26270)) +* Fixes a security vulnerability caused by accessing heap data outside of bounds + when loading a specially crafted `SavedModel` + ([CVE-2020-26271](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26271)) +* Updates `libjpeg-turbo` to `2.0.5` to handle + [CVE-2020-13790](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790). +* Updates `junit` to `4.13.1` to handle + [CVE-2020-15250](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250). +* Updates `PCRE` to `8.44` to handle + [CVE-2019-20838](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838) + and + [CVE-2020-14155](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155). +* Updates `sqlite3` to `3.44.0` to keep in sync with master branch. # Release 2.0.3