Skip to content

Commit ad59d46

Browse files
authoredMay 5, 2024
Update README.md
·
v0.4.3v0.2.10
1 parent 9449c4a commit ad59d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- **Signature-based detection**: Detects SQL injection attacks by matching incoming queries against a list of known malicious queries using a trained deep learning model with Tensorflow and Keras
2020
- **Syntax-based detection**: Detects SQL injection attacks by parsing incoming queries and checking for suspicious syntax using `libinjection`
2121
- Prevents SQL injection attacks by blocking malicious queries from reaching the database server, and returning an error to the client instead
22+
- Logs an audit trail for detections containing the query and the prediction score
2223
- Prometheus metrics for quantifying detections
2324
- Logging
2425
- Configurable via environment variables

0 commit comments

Comments
 (0)
Please sign in to comment.