Skip to content

Commit 2a11492

Browse files
committed
update
1 parent 6be3c6e commit 2a11492

File tree

1 file changed

+3
-3
lines changed
  • docs/product/issues/issue-details/query-injection-issues

1 file changed

+3
-3
lines changed

docs/product/issues/issue-details/query-injection-issues/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Potential Query Injection Vulnerability"
2+
title: "Potential Query Injection Vulnerability Issues"
33
sidebar_order: 50
44
description: "Learn more about Potential Query Injection Vulnerability issues and how to diagnose and fix them."
55
---
@@ -14,9 +14,9 @@ The detector evaluates each request in **two stages**:
1414

1515
- too short,
1616
- SQL keywords, or
17-
- other frequently benign values.
17+
- other frequently benign values
1818

19-
2. **Match against queries** – Scans executed queries. If **both** a payload key _and_ its value appear in the same query string, Sentry creates a _Potential Query Injection Vulnerability_ issue.
19+
2. **Match against queries** – Scans database queries and if **both** a payload key _and_ its value appear in the same query, Sentry creates a Potential Query Injection Vulnerability issue.
2020

2121
### Example
2222

0 commit comments

Comments
 (0)