Skip to content

Commit d7e68de

Browse files
committed
Add link to the plugin
1 parent c76a798 commit d7e68de

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

getting-started/welcome.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-05-31 20:16:38
2+
last_modified_date: 2024-10-28 17:10:02
33
layout: default
44
title: Welcome
55
description: Introduction to GatewayD and its key features
@@ -54,7 +54,7 @@ GatewayD users are typically developers, DBAs, DBREs, security engineers, compli
5454

5555
- **Detect and prevent SQL injection attacks**
5656

57-
The `gatewayd-plugin-sql-ids-ips` is an enterprise plugin that uses a deep-learning model trained with lots of SQL injection attack patterns. It can detect SQL injection attacks and take immediate and preventive actions to stop attackers from compromising your database and your precious data. It differs from WAFs in that it works with database traffic and not just user input, meaning that it has access to the entirety of the query and other messages, thus it can detect and prevent attacks that WAFs can't.
57+
The [`gatewayd-plugin-sql-ids-ips`](/plugins/gatewayd-plugin-sql-ids-ips.md) is an enterprise plugin that uses a deep-learning model trained with lots of SQL injection attack patterns. It can detect SQL injection attacks and take immediate and preventive actions to stop attackers from compromising your database and your precious data. It differs from WAFs in that it works with database traffic and not just user input, meaning that it has access to the entirety of the query and other messages, thus it can detect and prevent attacks that WAFs can't.
5858

5959
- **Advanced caching using Write-Ahead-Log** (WIP)
6060

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-10-28 17:07:36
2+
last_modified_date: 2024-10-28 17:12:08
33
layout: default
44
title: gatewayd-plugin-sql-ids-ips
55
description: GatewayD plugin for SQL injection detection and prevention.
@@ -32,6 +32,10 @@ The `gatewayd-plugin-sql-ids-ips` is a security-focused GatewayD plugin designed
3232
- **Logging**: Detailed logs are maintained for each detected injection attempt, including a prediction confidence score.
3333
- **Configurable via Environment Variables**: Control plugin behavior and thresholds easily.
3434

35+
## DeepSQLi
36+
37+
The plugin must be used in conjunction with DeepSQLi, a deep-learning model for SQL injection detection. DeepSQLi is available as a separate service and must be started before the plugin. For more information, refer to the [DeepSQLi documentation](https://github.com/gatewayd-io/DeepSQLi).
38+
3539
## Installation
3640

3741
### Automatic Installation

0 commit comments

Comments
 (0)