You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2018/12/01 14:33:20 UTC

[mesos] 02/02: Added MESOS-9411 to 1.5.3 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

tillt pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 6fd91063da7230c2a65bea11ca4c69f241ba0877
Author: Till Toenshoff <to...@me.com>
AuthorDate: Sat Dec 1 14:38:40 2018 +0100

    Added MESOS-9411 to 1.5.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 43a6782..346b35c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Release Notes - Mesos - Version 1.5.3 (WIP)
   * [MESOS-7474] - Mesos fetcher cache doesn't retry when missed.
   * [MESOS-9317] - Some master endpoints do not handle failed authorization properly.
   * [MESOS-9332] - Nested container should run as the same user of its parent container by default.
+  * [MESOS-9411] - Validation of JWT tokens using HS256 hashing algorithm is not thread safe.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.