IBM AppScan has thrown the error Validation Required while scanning my app for the following code:-
return Arrays.asList(System.getenv("PATH").split(":"));
I am not sure why the error is thrown. Could it be a false positive ? Can I use
System.getProperty("java.class.path")