Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add example Injection Protection plugin log #8286

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/_hub/kong-inc/injection-protection/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Logs are automatically collected when you enable the Injection Protection plugin
* [UDP Log](/hub/kong-inc/udp-log/)
* [{{site.konnect_short_name}} Advanced Analytics](/konnect/analytics/) <!--though i'm not sure if they will do anything with them yet-->

The following is an example of the information that is logged by the Injection Protection plugin:
Guaris marked this conversation as resolved.
Show resolved Hide resolved

```
threat detected: 'sql', action taken: log_only, found in path_and_query, query param value: foo: insert into test
```

Guaris marked this conversation as resolved.
Show resolved Hide resolved

## Get started with the Injection Protection plugin
* [Configuration reference](/hub/kong-inc/injection-protection/configuration/)
Expand Down
Loading