]> git.decadent.org.uk Git - maypole.git/commitdiff
More missed untainting.
authorSimon Cozens <simon@simon-cozens.org>
Sat, 31 Jan 2004 19:41:05 +0000 (19:41 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Sat, 31 Jan 2004 19:41:05 +0000 (19:41 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@44 48953598-375a-da11-a14b-00016c27c3ee

lib/BeerDB.pm

index 6080812172ded213e7872ba8fd5b0d3ccc885e6c..ec9677adab670d142a7c7f9bc91fedcfc207f265 100644 (file)
@@ -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 (