From owner-svn-ports-head@freebsd.org Thu Jul 27 09:55:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6785DC69A6; Thu, 27 Jul 2017 09:55:30 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73C636F3FC; Thu, 27 Jul 2017 09:55:30 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6R9tTfE002979; Thu, 27 Jul 2017 09:55:29 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6R9tTYV002977; Thu, 27 Jul 2017 09:55:29 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201707270955.v6R9tTYV002977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Thu, 27 Jul 2017 09:55:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446730 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mm X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 446730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 09:55:30 -0000 Author: mm Date: Thu Jul 27 09:55:29 2017 New Revision: 446730 URL: https://svnweb.freebsd.org/changeset/ports/446730 Log: security/vuxml: fix indent in last entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 27 09:53:52 2017 (r446729) +++ head/security/vuxml/vuln.xml Thu Jul 27 09:55:29 2017 (r446730) @@ -71,11 +71,11 @@ Notes:

NVD reports:

ProFTPD ... controls whether the home directory of a user could - contain a symbolic link through the AllowChrootSymlinks - configuration option, but checks only the last path component when - enforcing AllowChrootSymlinks. Attackers with local access could - bypass the AllowChrootSymlinks control by replacing a path - component (other than the last one) with a symbolic link.

+ contain a symbolic link through the AllowChrootSymlinks + configuration option, but checks only the last path component when + enforcing AllowChrootSymlinks. Attackers with local access could + bypass the AllowChrootSymlinks control by replacing a path + component (other than the last one) with a symbolic link.