Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 701 Bytes

File metadata and controls

24 lines (16 loc) · 701 Bytes

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in this project, please report it by opening a GitHub Security Advisory.

Please include:

  • A description of the vulnerability
  • Steps to reproduce
  • Potential impact

We will respond within 7 days and work with you to address the issue.

Supported Versions

Only the latest version is supported.

Security Best Practices

When using this library:

  • Use parameterized queries to prevent SQL injection
  • Validate and sanitize all user input
  • Keep SQLite updated to the latest version
  • Apply principle of least privilege for database access