Skip to content

Commit 6643509

Browse files
committedOct 28, 2024
Fix wording
1 parent c8b7dc7 commit 6643509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎plugins/gatewayd-plugin-sql-ids-ips.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-10-28 17:12:08
2+
last_modified_date: 2024-10-28 17:19:33
33
layout: default
44
title: gatewayd-plugin-sql-ids-ips
55
description: GatewayD plugin for SQL injection detection and prevention.
@@ -13,7 +13,7 @@ The `gatewayd-plugin-sql-ids-ips` is a security-focused GatewayD plugin designed
1313

1414
## How It Works
1515

16-
1. **Query Detection**: The plugin analyzes incoming SQL queries from clients, looking for patterns that match known SQL injection attacks.
16+
1. **Injection Detection**: The plugin analyzes incoming SQL queries from clients, looking for patterns that match known SQL injection attacks.
1717
2. **Blocking Malicious Queries**: If a query is deemed malicious, the plugin blocks it, either returning an error or an empty response to the client.
1818
3. **Audit Logging**: All detections are logged with details, including the original query and a prediction score.
1919
4. **Prometheus Metrics**: Metrics are generated for monitoring detection events, enabling administrators to track potential threats and plugin performance.

0 commit comments

Comments
 (0)