|
|
Choosing A Webhost: |
Re: Plug-ins Support: msg#00036bug-tracking.mantis.devel
Van Tate Jr. wrote: > Another approach would be to explicity control all the superglobals via > the app and force plug-ins to use pre-cleaned, application level globals > for input, etc. > > To force this you could introduce an array called $a_cleaned and grab all > $_POST && $_GET input, clean it, escape it, and push it into the > $a_cleaned array then blow away the values in $_POST && $_GET so that they > cannot be accessed by plug-ins. Same principle can be applied to output > with a little thought. Except there's no way to actually limit the plug-in to only use the preferred variables. Any PHP code can simply access the $_GLOBALS variable array, which includes every variable in the script's namespace. Unfortunately, PHP is not a language meant for running untrusted code, and as such, there is no ways of securing the code against malicious intent, other than knowing exactly what code you're using, and exactly what it does (ie, code inspection). -- John Reese LeetCode.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Plug-ins Support, Van Tate Jr. |
|---|---|
| Next by Date: | Re: Plug-ins Support, Van Tate Jr. |
| Previous by Thread: | Re: Plug-ins Support, Van Tate Jr. |
| Next by Thread: | Re: Plug-ins Support, Van Tate Jr. |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |