sql-lint
sql-lint copied to clipboard
Unable to lint query
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.