Skip to content

Commit bbde15b

Browse files
committed
docs: add security policy with vulnerability reporting guidelines
1 parent 027d45c commit bbde15b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
|---------|-----------|
7+
| 0.1.x | Yes |
8+
9+
## Reporting a Vulnerability
10+
11+
If you discover a security vulnerability, please report it privately via [GitHub Security Advisories](https://github.com/bug3/sql-render/security/advisories/new).
12+
13+
Do not open a public issue for security vulnerabilities.
14+
15+
## Security Model
16+
17+
sql-render uses a denylist + escape strategy for SQL injection protection, not parameterized queries. This is by design for engines that lack parameterized query support (e.g. Athena, Trino DDL). See the [README](README.md#security-model) for details.

0 commit comments

Comments
 (0)