summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-25 05:47:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-25 05:47:51 +0000
commitfc750f3a33311bb87b32650609d9a67d231fb981 (patch)
tree8b19bdb3271c0d47efd26256883ca7b8d16f29d8 /doc
parent0e0da8e4ec635bb6559447cdd1cfd2f64671357c (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/coding-standard.tex6
1 files changed, 6 insertions, 0 deletions
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}