typeorm/SECURITY.md at master · typeorm/typeorm · GitHub
Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.4 KB

File metadata and controls

27 lines (17 loc) · 1.4 KB

Security

If you believe you have found a security vulnerability in any TypeORM-owned repository, please report it to us as described below.

Reporting a Vulnerability

Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.

Instead, please report them through GitHub Security Advisories.

If you cannot use GitHub, you can email support@typeorm.io as a fallback.

Please include as much of the information listed below as you can to help us better understand and resolve the issue:

  • The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
  • Full paths of source file(s) related to the manifestation of the issue
  • The location of the affected source code (tag/branch/commit or direct URL)
  • Any special configuration required to reproduce the issue
  • Step-by-step instructions to reproduce the issue
  • Proof-of-concept or exploit code (if possible)
  • Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

What to Expect

We aim to acknowledge reports within 72 hours. After triage, the maintainers will work on a fix in a private fork and coordinate a public disclosure with a CVE when appropriate. We will release a patch as soon as possible depending on complexity.