We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
cairo1Add my vote for this tag compatibility1Add my vote for this tag create new tag
, view all tags

DakarContrib

Dakar compatibility module for use with plugins that need some of the infrastructure that has been established since TWiki-4.0 (Dakar). Most notably, this is the security sandbox that eliminates the most common attack vectors to TWiki seen in the past.

Detailed Documentation

To use it in your plugin code proceed as follows.

Allocate a sandbox object

  my $sandbox;

  unless (defined &TWiki::Sandbox::new) {
    eval "use TWiki::Contrib::DakarContrib;";
    $sandbox = new TWiki::Sandbox();
  } else {
    $sandbox = $TWiki::sharedSandbox;
  }

Call an external process

  my ($result, $errorCode) = $sandbox->sysCommand($cmdTemplate>, %params);

Normalize a filename

  $fileName = TWiki::Sandbox::normalizeFilename($fileName);

Settings

  • One line description:
    • Set SHORTDESCRIPTION = Dakar compatibility module for Plugins that need some of the TWiki-4.0 infrastructure on Cairo codebase
  • Name of the perl package
    • Set STUB = TWiki::Contrib::DakarContrib

Installation Instructions

  • Download the ZIP file
  • Unzip it in your twiki installation directory. Content:
File: Description:
data/TWiki/DakarContrib.txt contrib topic
lib/TWiki/Contrib/DakarContrib.pm perl module

Contrib Info

Author: TWiki:Main/MichaelDaum
Copyright ©: 2006, Michael Daum
License: GPL (GNU General Public License)
Version: v0.1 (26 Jan 2006)
Dependencies: None
Change History:  
26 Jan 2006: Initial version
09 Dec 2005: moved in sandbox code from dakar's codebase
Home: TWiki:Plugins/DakarContrib
Feedback: TWiki:Plugins/DakarContribDev
Appraisal: TWiki:Plugins/DakarContribAppraisal

-- TWiki:Main/MichaelDaum - 26 Jan 2006

Topic attachments
I Attachment Action Size Date Who Comment
elsemd5 DakarContrib.md5 manage 0.2 K 15 Jun 2006 - 15:25 MichaelDaum md5 checksums
ziptgz DakarContrib.tgz manage 12.6 K 15 Jun 2006 - 15:25 MichaelDaum Untar and run the installer script, if there is one
zipzip DakarContrib.zip manage 14.0 K 15 Jun 2006 - 15:25 MichaelDaum unzip, correct the permissions, and run the installer script, if there is one
Topic revision: r5 - 23 Sep 2006 - 14:11:09 - MichaelDaum
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback