-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.2
-
Component/s: None
-
None
-
Environment:Java driver 2.7.2 - non-env specific
-
Minor Change
The following lines call Runtime.getRuntime().exec():
./src/main/com/mongodb/io/StreamUtil.java:44: Process p = Runtime.getRuntime().exec( command ); ./src/main/com/mongodb/util/TestCase.java:251: Process p = Runtime.getRuntime().exec( "find " + dir );
This is causing an issue with a security audit. Can they be removed or moved to the test source directory?