You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/10 19:33:08 UTC

[whimsy] branch master updated: trust temp directory

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  3ac0eba   trust temp directory
3ac0eba is described below

commit 3ac0ebae2c9c92a9151fc0f72aab683d475217cb
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Aug 10 15:32:51 2016 -0400

    trust temp directory
---
 www/officers/acreq.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 228f248..a0e0650 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -307,6 +307,8 @@ _html do
 
         unless tobe
           Dir.mktmpdir do |tmpdir|
+            tmpdir.untaint
+
             # Checkout the ACREQ directory
             `#{SVN} co #{ACREQ} #{tmpdir}`
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].