sql-lint icon indicating copy to clipboard operation
sql-lint copied to clipboard

Unable to lint query

Open Bidaya0 opened this issue 3 years ago • 0 comments

sql-lint was unable to lint the following query "(分号)[9] ()(括号)'WHERE vul_name='LDAP注入';".This could be a bug with sql-lint.

Is there any escape character or cjk character that cannot be processed normally here?

I use SQL-LINT to scan the mysql initialization script of our open source project, but there will be escape characters and Chinese characters in our .sql file. You can find the sql file here. https://github.com/HXSecurity/Dongtai-Base-Image/tree/main/mysql The following is the record of running sql-lint. 6_SQL LINT.txt

Hope it can be resolved.

Bidaya0 avatar Jan 03 '22 15:01 Bidaya0