Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 236 Bytes

detect-option-multiplestatements-in-mysql.md

File metadata and controls

7 lines (4 loc) · 236 Bytes

Pattern: Use of mulitpleStatements:true for MySQL

Issue: -

Description

Detects mulitpleStatements:true option in createConnection method of MySQL. It allows for SQL injection attacks if values are not properly escaped.