Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0 Release
-
None
-
None
Description
The method IBANCheckDigitTest.createInvalidCodes(String[] codes) tries to
create bad check-digit IBANs from valid ones by replacing the check digit pair with something different.
However the code to do this is faulty, as it assumes check digits are in the range 00-95. This is wrong, as check digits are actually in the range 02-98.