question: writetmpfile and mktmpdir library funcs?
authorbremner <bremner@web>
Thu, 28 Aug 2008 10:51:01 +0000 (06:51 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 28 Aug 2008 10:51:01 +0000 (06:51 -0400)
doc/todo/unified_temporary_file__47__directory_handling.mdwn [new file with mode: 0644]

diff --git a/doc/todo/unified_temporary_file__47__directory_handling.mdwn b/doc/todo/unified_temporary_file__47__directory_handling.mdwn
new file mode 100644 (file)
index 0000000..0ee780d
--- /dev/null
@@ -0,0 +1,5 @@
+Many plugins seem to create temporary files. Although it is not much code, it is duplicated, and a 
+typical place for security bugs.  Would it be worthwhile to have library functions for creating temporary files 
+and directories?  If nothing else, it would serve as documentation of the "official way".
+
+Off to cut and paste :-)