SUPERAndroidAnalyzer / super

Secure, Unified, Powerful and Extensible Rust Android Analyzer

Home Page:https://superanalyzer.rocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False SQL injection positives when parameters are integers

Razican opened this issue · comments

We are detecting false positives in SQL injections where the parameter is an integer (for example #150). We should improve the regular expression so that it specifically finds a paramString as a parameter, shouldn't be too difficult.