Details
Description
org.apache.derby.impl.tools.ij.Main has this code where the call to FileInputStream is not wrapped in a privilege block:
try {
in1 = new FileInputStream(file);
if (in1 != null)
} catch (FileNotFoundException e) {
if (Boolean.getBoolean("ij.searchClassPath"))
This can cause issues when running under SecurityManager