79783969

Date: 2025-10-06 18:38:33
Score: 0.5
Natty:
Report link

Just for future reference, and as given in docs, the correct way of importing safe_join nowadays is:

from werkzeug.security import safe_join

Which:

Safely join zero or more untrusted path components to a base directory to avoid escaping the base directory.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 3FoxTrot0