summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-29 05:57:29 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-29 05:57:29 +0000
commitfe9b8218fcb8035748782c3e033f103c4d039646 (patch)
tree60e9a7ac2ec1188494fd3dfae7d1d0d418cc78da /Changelog
parent7115837a50a690c8740af2365120d8c32f9c1adc (diff)
Done removing SQL injection issues from User.pm
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@377 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index aec572c4..9406b5eb 100644
--- a/Changelog
+++ b/Changelog
@@ -12,7 +12,7 @@ Security:
* Audited Form.pm for SQL-injection problems and move to new API (Chris T)
* Audited BP.pm, CA.pm, CT.pm for SQL injection and moved to new API. (Chris T)
* Audited IS.pm for SQL injection and moved to new API. (Chris T)
-
+* Audited User.pm for SQL injection. (Chris T)
Localization:
* Moved localization files to standard codes (Seneca)