Closed diosmosis closed 3 years ago
@sgiehl we recently merged a pr that fixed some output, in it it was seen that some fields will not escape for unsafe output allowing the INI to be injected (unless escaped by the caller). this was meant to fix that before releasing a new version of the component. The build fix should be simple.
ok. makes sense. Just out of curiosity: Is there a reason why we don't filter/escape "
in values? If I see that correctly, that might also break the output, won't it?
:+1: didn't think of that, will look into that too
@sgiehl updated
@diosmosis not sure what problem you are trying to solve with the changes, but seems the tests are now failing on PHP 5.3.3 only. Not sure if that is relevant any longer. Maybe we could simply discontinue support for PHP 5.3 for this lib...