Skip to content

Security: pokujs/docker

SECURITY.md

Security Policy

Is Poku Safe?

Poku is an open-source project, so you can see both the Source Code on GitHub Repository and the Distribution Code on NPM.


Why does Poku use child_process?

@pokujs/docker starts a background process for each container initialized and handles its starting and ending.


Protective Measures

  • Prevents shell scripts by setting shell to false in spawn options, ensuring that only secure arguments will be used.
  • Every RegExp is prev-tested using the ReDoS Checker.

Supported Versions

Currently, security updates will be applied to the following versions of Poku:

Version Supported
1.x.x
0.x.x

Reporting a Vulnerability

  • Please, give detailed reports
  • Include steps to reproduce the vulnerability, and if possible, a patch or workaround.
  • Include the specific version of Poku you are using.

Reporting:

Once the issue has been resolved, you will be attributed a part of the report.

There aren’t any published security advisories