Skip to content

Export can fail to create because generated filename is too long. #38

@westi

Description

@westi

Because we use get_bloginfo( 'name' ); to generate the filename for the export and this is user supplied data we can end up generating a very long filename which then we can't save to disk.

We should consider limiting the info we pull from here using substr or using something different.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions