You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn more about Potential Query Injection Vulnerability issues and how to diagnose and fix them."
5
5
---
@@ -14,9 +14,9 @@ The detector evaluates each request in **two stages**:
14
14
15
15
- too short,
16
16
- SQL keywords, or
17
-
- other frequently benign values.
17
+
- other frequently benign values
18
18
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.
0 commit comments