aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Safe/distinfo
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-12-05 19:44:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-12-05 19:44:19 +0800
commita6246d9a2309b32d0d36ce844302e6ca791d8f61 (patch)
tree666bf02bf536b0fbf5bc348b4f89db252103f99f /databases/p5-DBIx-Safe/distinfo
parent74dc69f730573d7f20b645feb202430ba336986a (diff)
downloadfreebsd-ports-gnome-a6246d9a2309b32d0d36ce844302e6ca791d8f61.tar.gz
freebsd-ports-gnome-a6246d9a2309b32d0d36ce844302e6ca791d8f61.tar.zst
freebsd-ports-gnome-a6246d9a2309b32d0d36ce844302e6ca791d8f61.zip
- Add p5-DBIx-Safe 1.2.5
The purpose of DBIx::Safe is to give controlled, limited access to an application, rather than simply passing it a raw database handle through DBI. DBIx::Safe acts as a wrapper to the database, by only allowing through the commands you tell it to. It filters all things related to the database handle - methods and attributes. The typical usage is for your application to create a database handle via a normal DBI call to new(), then pass that to DBIx::Safe->new(), which will return you a DBIx::Safe object. After specifying exactly what is and what is not allowed, you can pass the object to the untrusted application. The object will act very similar to a DBI database handle, and in most cases can be used interchangeably. By default, nothing is allowed to run at all. There are many things you can control. You can specify which SQL commands are allowed, by indicating the first word in the SQL statement (e.g. 'SELECT'). You can specify which database methods are allowed to run (e.g. 'ping'). You can specify a regular expression that allows matching SQL statements to run (e.g. 'qr{SET TIMEZONE}'). You can specify a regular expression that is NOT allowed to run (e.g. qr(UPDATE xxx}). Finally, you can indicate which database attributes are allowed to be read and changed (e.g. 'PrintError'). For all of the above, there are matching methods to remove them as well. WWW: http://search.cpan.org/dist/DBIx-Safe/ Feature safe: yes
Diffstat (limited to 'databases/p5-DBIx-Safe/distinfo')
-rw-r--r--databases/p5-DBIx-Safe/distinfo2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Safe/distinfo b/databases/p5-DBIx-Safe/distinfo
new file mode 100644
index 000000000000..bb959718910c
--- /dev/null
+++ b/databases/p5-DBIx-Safe/distinfo
@@ -0,0 +1,2 @@
+SHA256 (DBIx-Safe-1.2.5.tar.gz) = 73279fd98b20034d3735dee67e2b89ac63d55449c3c64dd1a7ba0df10fbe0acf
+SIZE (DBIx-Safe-1.2.5.tar.gz) = 16958