<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: default-deny in webapps?</title>
	<atom:link href="http://www.complich8.net/archives/198/feed" rel="self" type="application/rss+xml" />
	<link>http://www.complich8.net/archives/198</link>
	<description>complacence is the enemy</description>
	<lastBuildDate>Wed, 18 Feb 2009 02:57:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Josh</title>
		<link>http://www.complich8.net/archives/198/comment-page-1#comment-323</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 06 Mar 2006 00:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.complich8.net/archives/198#comment-323</guid>
		<description>The app we use at work that runs from a DB only has select access, directly. If it wants to run an update, it has to use a stored procedure. The SP will then have tons of checks to make sure that the app isn&#039;t trying to do something stupid. There&#039;s also a SP for inserting and deleting. Nothing in the app has drop / table mod privs, or even close.

It&#039;s kind of a bitch to maintain, in that we have a hundred+ tables, so any insert/update on any of them has to have an SP, and any time we modify a column or something, the SPs have to be updated to match. However, it&#039;s also very safe. It&#039;s impossible to use the app to mess up the database.

Even if I go screw with the database myself outside of the app, I don&#039;t have access to drop / create / modify tables. It seems a bit cumbersome to ask your DBA for something as simple as changing the length on a column, but our DBs sure won&#039;t be breaking anytime soon.</description>
		<content:encoded><![CDATA[<p>The app we use at work that runs from a DB only has select access, directly. If it wants to run an update, it has to use a stored procedure. The SP will then have tons of checks to make sure that the app isn&#8217;t trying to do something stupid. There&#8217;s also a SP for inserting and deleting. Nothing in the app has drop / table mod privs, or even close.</p>
<p>It&#8217;s kind of a bitch to maintain, in that we have a hundred+ tables, so any insert/update on any of them has to have an SP, and any time we modify a column or something, the SPs have to be updated to match. However, it&#8217;s also very safe. It&#8217;s impossible to use the app to mess up the database.</p>
<p>Even if I go screw with the database myself outside of the app, I don&#8217;t have access to drop / create / modify tables. It seems a bit cumbersome to ask your DBA for something as simple as changing the length on a column, but our DBs sure won&#8217;t be breaking anytime soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
