ASST icon indicating copy to clipboard operation
ASST copied to clipboard

OWASP ASST (Automated Software Security Toolkit) | A Novel Open Source Web Security Scanner.

Results 1 ASST issues
Sort by recently updated
recently updated
newest added

`if(core.replaceAll(mysqlVersion.toString(), ",", "") < 100408){` Right now it's checking for innodb_version >= 10.04.08, however, as of MySQL 8.0, innodb_version return version number of the server, which will fail this MySQL...