|
Customers can use this test case to verify whether their systems are susceptible to this vulnerability and to verify a patch has been successfully applied.
The test case can be downloaded via anonymous ftp from the following location:
ParseDoubleTest.jar
The test case is an executable JAR file, and can be run using the following command line:
java -jar ParseDoubleTest.jar
If the vulnerability has not been fixed, the test will fail:
> java -jar ParseDoubleTest.jar
Test failed
If the vulnerability has been fixes, the test will succeed:
> java -jar ParseDoubleTest.jar
Test succeeded
|