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:57 UTC

[mesos] branch master updated (9bba87b -> e65ab60)

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

tillt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 9bba87b  Fixed thread safety issue in jwt signature validation.
     new 6ec14b1  Added MESOS-9411 to 1.7.1 CHANGELOG.
     new ca7e3cb  Added MESOS-9411 to 1.6.2 CHANGELOG.
     new e65ab60  Added MESOS-9411 to 1.5.3 CHANGELOG.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)


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

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index ffd25a4..7f86067 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -427,6 +427,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [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-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
+  * [MESOS-9411] - Validation of JWT tokens using HS256 hashing algorithm is not thread safe.
   * [MESOS-9418] - Add support for the `Discard` blkio operation type.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.
 


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

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e65ab60bff4b1b7d4dc9fd892dd632f0d5d57083
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 7f86067..a38d365 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -827,6 +827,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.
 
 


[mesos] 01/03: Added MESOS-9411 to 1.7.1 CHANGELOG.

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index b37f910..ffd25a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9325] - Optimize `Resources::filter` operation.
   * [MESOS-9332] - Nested container should run as the same user of its parent container by default.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
+  * [MESOS-9411] - Validation of JWT tokens using HS256 hashing algorithm is not thread safe.
   * [MESOS-9418] - Add support for the `Discard` blkio operation type.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.