Open PedroD opened 4 years ago
Hi! Thank you for the report.
My initial assumption is that find-sec-bugs finds this code suspicious and points out potential SQL injection. I would expect that it is built with "better safe then sorry" approach in mind so might fire some false positives if it sees some indicators but cannot really prove the absence of an issue. I would suggest to look in those places and try to identity if those issues really exist and/or are relevant or not for your use-case.
I cannot verify it right now though.
I'm submitting a security report
Describe the issue find-secbugs is detecting issues in the official Postgres JDBC drivers, in functions related to prepared statements.
What does this mean and what can one do about it?
Driver Version? 42.2.10.jre7
Java Version? 12
To Reproduce Run
docker run --rm -v $PWD:/target hawkeyesec/scanner-cli:latest
In a project using this driverExpected behaviour No security errors