ciao icon indicating copy to clipboard operation
ciao copied to clipboard

Disable require in request and assertion blocks.

Open missinglink opened this issue 12 years ago • 0 comments

This is a potential security issue when running remote scripts. require() calls should not be allowed in the source.

I tried setting require = undefined but that caused issues, if that's not possible then we'll have to check the script source and string replace out all the require calls; which is obviously not ideal..

missinglink avatar May 08 '13 11:05 missinglink