Is it safe to keep a JDBC SQLite URI in source code?
If I commit the name of SQLite database in the JDBC SQLite URI in the source code like below, is it possible for an attacker to exploit the URI?
Should I replace the name of the SQLite db with code to retrieve it from environmental variabl… Continue reading Is it safe to keep a JDBC SQLite URI in source code?