From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: bug#17416: bug#17416: insecure temp files in ob-screen.el Date: Thu, 08 May 2014 03:04:01 -0400 Message-ID: References: <61ljbl1v.fsf@fencepost.gnu.org> <87vbthm5pe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiIO8-0003qL-Na for emacs-orgmode@gnu.org; Thu, 08 May 2014 03:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiIO7-0004iW-Nn for emacs-orgmode@gnu.org; Thu, 08 May 2014 03:05:04 -0400 In-Reply-To: <61ljbl1v.fsf@fencepost.gnu.org> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: 17416@debbugs.gnu.org Eric Schulte wrote: >> org-babel-screen-session-write-temp-file and org-babel-screen-test seem >> to use predictable temp-file names, which is a security issue. Using >> `make-temp-file', or if the file names really need to be predictable, >> something equivalent to `doc-view-make-safe-dir' (there should really be >> a general utility function for this IMO) to first create a /tmp >> subdirectory would avoid this. > > I just pushed up a fix for this issue. Thanks, If you mean http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=fea672d30ef4701721c0d4aa70462760a6b21be7 then's there still org-babel-screen-test. (These are definitely fixes that need merging into the emacs-24 branch. IIUC this means they need to be in your maint branch?)