- 🇦🇺Australia pameeela
Seems it has been fixed, if I'm understanding correctly:
during file uploads, string length of a file's destination path($file->filepath) is not checked. only filename(basename) is validated. since filepath is stored as varchar(255), it needs to be validated or have more db storage space. i dont know which way is the best but filepath validation will eliminate the need for basename validation.
Closed: outdated
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Seems it has been fixed, if I'm understanding correctly: