Make Your Own TRON Costume
cottonbuds writes "Apparently someone used his imagination -- with plaster, some time, a drinking straw up his nose and vaseline, combining these four elements he created a fascinating Tron costume."
← Back to Stories (view on slashdot.org)
Boy, that was quick. 2 minutes? 3 minutes?
That's what you get for hosting a server using .NET infrastructure (or whatever the M$ marketing apes call it).
I say BAH to that.
Only supported on Windows and Macs.
in the thread....
For people who've never worked with a real database, stored procedures work kind of like SUID programs in Unix: they run with their OWNER's permissions instead of the calling user's permissions. This allows you to let a user manipulate a table in a very controlled manner. For example, in this (contrived) Transact-SQL example:
Using this code, a web user will only be able to update his own password, assuming the client code manages the SessionCookie securely. This is as it should be.However, if we had given the webuser SELECT and UPDATE permission on the SecurityInfo table, and had this code fragment in a PHP script:
This leaves us open to a SQL injection attack. If the user were able to set $OLDHASH to due to a bug in the PHP script (or in PHP itself), they would now have complete control over the system. Not using stored procedures as an access control layer is asking to be hacked.Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?