Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve performance when processing long unicode file names
When using a very UTF8 long file name, `secure_filename()` can slow down the FAME web server. This performance issue is similar to CVE-2023-46695 in django. This commit resolve the issue Thank you https://github.com/Sim4n6 for the report.
- Loading branch information