You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
werkzeug has a very useful function called secure_filename that normalizes a file path to a secure name, very useful when one wants to parse a name into a filename. It would be nice to have it available in lua-path, if it makes sense.
werkzeug has a very useful function called secure_filename that normalizes a file path to a secure name, very useful when one wants to parse a name into a filename. It would be nice to have it available in lua-path, if it makes sense.
reference:
https://github.com/pallets/werkzeug/blob/0f341ea8e5dfb00a6866cf4cbc798c126e063d84/werkzeug/utils.py#L322
The text was updated successfully, but these errors were encountered: