Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Tom ChivertonTom ChivertonPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Tom Chiverton
Tom ChivertonPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 16 August 2021 at 16:21
Updated 22 February 2022 at 09:31
Resolved 22 February 2022 at 09:31
You'd be amazed what users manage to put into CSV files we see.
Example :
this throws java.text.ParseException rather than returning false.
Remove the chr() or use a number like '7' and it's fine. Note chr(7) is just as unprintable as whatever (unicode ?) is chr(8207).
isValid() is passed untrusted user input right, so any exceptions should be caught and turned into returning false ?