Skip to content

Security: MathiasPaulenko/behave-doctor

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in behave-doctor, please report it responsibly.

Response time

We aim to acknowledge reported vulnerabilities within 48 hours and to provide a fix or mitigation according to severity.

Scope

behave-doctor is a read-only static analysis tool. It does not execute code, make network calls, or write to the filesystem beyond user-requested output files. However, it does parse Python source files via ast.parse and read .feature files from disk. Vulnerabilities related to parsing untrusted .feature or .py files, path traversal in project scanning, or regex denial-of-service in step pattern compilation are in scope.

There aren't any published security advisories