Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 706BF200BAA for ; Thu, 27 Oct 2016 19:16:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6EFB0160AF6; Thu, 27 Oct 2016 17:16:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B46D4160AE6 for ; Thu, 27 Oct 2016 19:16:42 +0200 (CEST) Received: (qmail 65637 invoked by uid 500); 27 Oct 2016 17:16:41 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 65626 invoked by uid 99); 27 Oct 2016 17:16:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 17:16:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6CB75DFDC4; Thu, 27 Oct 2016 17:16:41 +0000 (UTC) From: rhtyd To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1742: CLOUDSTACK-9544: Check access on account tryi... Content-Type: text/plain Date: Thu, 27 Oct 2016 17:16:41 +0000 (UTC) archived-at: Thu, 27 Oct 2016 17:16:43 -0000 GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1742 CLOUDSTACK-9544: Check access on account trying to generate user API keys This is to merge Marc's fix on 4.8+ branches. Tests run: $ nosetests --with-xunit --xunit-file=test-results.xml --with-marvin --marvin-config=../marvin-cfgs/adv-kvm.cfg -s -a tags=role --zone=Sandbox-simulator --hypervisor=Simulator test/integration/component/test_accounts.py ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /tmp//MarvinLogs//Oct_27_2016_22_44_32_GVC833. All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_user_cannot_renew_other_keys | Status : SUCCESS === === TestName: test_user_key_renew_same_account | Status : SUCCESS === === TestName: test_updateAdminDetails | Status : SUCCESS === === TestName: test_updateDomainAdminDetails | Status : SUCCESS === === TestName: test_updateUserDetails | Status : SUCCESS === ===final results are now copied to: /tmp//MarvinLogs/test_accounts_90CDC2=== You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue/cloudstack cve-2016-6813 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1742.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1742 ---- commit 158497d68a92ab1e1f864a77371ea1de5c4dc5bb Author: Marc-Aurèle Brothier Date: 2016-10-18T13:33:38Z CLOUDSTACK-9544: Check access on account trying to generate user API keys This fixes CVE-2016-6813 Signed-off-by: Marc-Aurèle Brothier Signed-off-by: Rohit Yadav ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---