From: Simon Cozens <simon@simon-cozens.org>
Date: Sat, 31 Jan 2004 19:41:05 +0000 (+0000)
Subject: More missed untainting.
X-Git-Tag: 2.10~318
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=36771d413d04b15c41e9801c4ab831815378f89f;p=maypole.git

More missed untainting.


git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@44 48953598-375a-da11-a14b-00016c27c3ee
---

diff --git a/lib/BeerDB.pm b/lib/BeerDB.pm
index 6080812..ec9677a 100644
--- a/lib/BeerDB.pm
+++ b/lib/BeerDB.pm
@@ -19,7 +19,7 @@ BeerDB::Brewery->untaint_columns( printable => [qw/name notes url/] );
 BeerDB::Style->untaint_columns( printable => [qw/name notes/] );
 BeerDB::Beer->untaint_columns(
     printable => [qw/abv name price notes/],
-    integer => [qw/style brewery/],
+    integer => [qw/style brewery score/],
     date =>[ qw/date/],
 );
 BeerDB->config->{loader}->relationship($_) for (