Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Disable require in request and assertion blocks. #38

@missinglink

Description

@missinglink

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions