From fc750f3a33311bb87b32650609d9a67d231fb981 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 25 Mar 2007 05:47:51 +0000 Subject: Fixing date format issues with report timeframes git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1008 4979c152-3d1c-0410-bac9-87ea11338e46 --- doc/coding-standard.tex | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/coding-standard.tex b/doc/coding-standard.tex index 23cf445e..d66af33c 100644 --- a/doc/coding-standard.tex +++ b/doc/coding-standard.tex @@ -65,4 +65,10 @@ In general, when more than one line of code is being copied and pasted, it should instead be moved into its own function where it can be called by all entry points. +\section{Security Practices} +\subsection{Open} +Perl's Open command should be called using its 3-argument form. The 2-argument +form is considered dangerous because input could be used to override the file +mode. + \end{document} -- cgit v1.2.3