Skip to content

Commit d67d211

Browse files
committed
Update README
1 parent 9a360ba commit d67d211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Detects SQL injection attacks using two methods:
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`
21-
- Prevents SQL injection attacks by blocking malicious queries from reaching the database server, and returning an error to the client instead
21+
- Prevents SQL injection attacks by blocking malicious queries from reaching the database server, and returning an error or empty response to the client instead
2222
- Logs an audit trail for detections containing the query and the prediction score
2323
- Sigma rule for detection in SIEM systems
2424
- Prometheus metrics for quantifying detections

0 commit comments

Comments
 (0)