Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 600 Bytes

SqlInjectionDetectionResult.md

File metadata and controls

12 lines (8 loc) · 600 Bytes

SqlInjectionDetectionResult

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
contained_sql_injection_attack bool True if the input contained SQL Injection attacks, false otherwise [optional]
original_input string Original input string [optional]

[Back to Model list] [Back to API list] [Back to README]