← Back to team overview

nunit-core team mailing list archive

[Bug 719187] [NEW] Using Path.GetTempPath() causes conflicts in shared temporary folders

 

Public bug reported:

Mono uses /tmp as base directory for temporary paths. This can cause
collisions for multiple users using nunit on the same machine (e.g local
developer and CI system). This can be mitigated by using a random base
path (also reducing the possibility for /tmp race attacks) or just
documenting the problem when it occurs and suggesting to use the TMP
environment variable when running under linux

** Affects: nunit-3.0
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/719187

Title:
  Using Path.GetTempPath() causes conflicts in shared temporary folders

Status in NUnit Test Framework:
  New

Bug description:
  Mono uses /tmp as base directory for temporary paths. This can cause
  collisions for multiple users using nunit on the same machine (e.g
  local developer and CI system). This can be mitigated by using a
  random base path (also reducing the possibility for /tmp race attacks)
  or just documenting the problem when it occurs and suggesting to use
  the TMP environment variable when running under linux





Follow ups

References