Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 28, 2024
1 parent c8b7dc7 commit 6643509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/gatewayd-plugin-sql-ids-ips.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_date: 2024-10-28 17:12:08
last_modified_date: 2024-10-28 17:19:33
layout: default
title: gatewayd-plugin-sql-ids-ips
description: GatewayD plugin for SQL injection detection and prevention.
Expand All @@ -13,7 +13,7 @@ The `gatewayd-plugin-sql-ids-ips` is a security-focused GatewayD plugin designed

## How It Works

1. **Query Detection**: The plugin analyzes incoming SQL queries from clients, looking for patterns that match known SQL injection attacks.
1. **Injection Detection**: The plugin analyzes incoming SQL queries from clients, looking for patterns that match known SQL injection attacks.
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.
3. **Audit Logging**: All detections are logged with details, including the original query and a prediction score.
4. **Prometheus Metrics**: Metrics are generated for monitoring detection events, enabling administrators to track potential threats and plugin performance.
Expand Down

0 comments on commit 6643509

Please sign in to comment.