Skip to content

Commit

Permalink
Add link to the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 28, 2024
1 parent c76a798 commit d7e68de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions getting-started/welcome.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_date: 2024-05-31 20:16:38
last_modified_date: 2024-10-28 17:10:02
layout: default
title: Welcome
description: Introduction to GatewayD and its key features
Expand Down Expand Up @@ -54,7 +54,7 @@ GatewayD users are typically developers, DBAs, DBREs, security engineers, compli

- **Detect and prevent SQL injection attacks**

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.
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.

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

Expand Down
6 changes: 5 additions & 1 deletion 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:07:36
last_modified_date: 2024-10-28 17:12:08
layout: default
title: gatewayd-plugin-sql-ids-ips
description: GatewayD plugin for SQL injection detection and prevention.
Expand Down Expand Up @@ -32,6 +32,10 @@ The `gatewayd-plugin-sql-ids-ips` is a security-focused GatewayD plugin designed
- **Logging**: Detailed logs are maintained for each detected injection attempt, including a prediction confidence score.
- **Configurable via Environment Variables**: Control plugin behavior and thresholds easily.

## DeepSQLi

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).

## Installation

### Automatic Installation
Expand Down

0 comments on commit d7e68de

Please sign in to comment.