TWiki
>
TWiki Web
>
TWikiSandboxDotPm
(revision 1) (raw view)
Edit
Attach
---+ Package =TWiki::Sandbox= This object provides an interface to the outside world. All calls to system functions, or handling of file names, should be brokered by this object. %TOC% ---++ ClassMethod *new* <tt>($os,$realOS)</tt> Construct a new sandbox suitable for $os, setting flags for platform features that help. $realOS distinguishes Perl variants on platforms such as Windows. ---++ StaticMethod *untaintUnchecked* <tt>($string) -> $untainted</tt> Untaints $string without any checks (dangerous). If $string is undefined, return undef. The intent is to use this routine to be able to find all untainting places using grep. ---++ StaticMethod *normalizeFileName* <tt>($string) -> $filename</tt> STATIC Errors out if $string contains filtered characters. The returned string is not tainted, but it may contain shell metacharacters and even control characters. ---++ ObjectMethod *sysCommand* <tt>($template,@params) -> ($data,$exit)</tt> Invokes the program described by $template and @params, and returns the output of the program and an exit code. STDOUT is returned. STDERR is THROWN AWAY. The caller has to ensure that the invoked program does not react in a harmful way to the passed arguments. sysCommand merely ensures that the shell does not interpret any of the passed arguments.
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r1 - 2006-02-01
-
TWikiContributor
TWiki
Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
LAPPD
Sandbox
TWiki
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.TWikiSandboxDotPm
.