Skip to content

Commit d85bd66

Browse files
committed
docs(readme): add security policy link to security model section
1 parent 230b5c0 commit d85bd66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ This is effective for engines that don't support parameterized queries (e.g., At
170170

171171
The built-in denylist does not guarantee 100% protection against all SQL injection vectors. For stricter control, define [custom schema types](#custom-schema-types) tailored to your project's specific validation needs.
172172

173+
To report a vulnerability, see [SECURITY.md](SECURITY.md).
174+
173175
## sql-formatter Compatibility
174176

175177
The `{{variable}}` syntax is fully compatible with [sql-formatter](https://github.com/sql-formatter-org/sql-formatter). A `paramTypes` custom regex is required so that `{{variables}}` containing SQL keywords (e.g. `{{limit}}`) are treated as parameters instead of being parsed as SQL.

0 commit comments

Comments
 (0)