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
The current implementation of removeFileIfExists(const std::string& path) is unsafe since it can delete arbitrary files on disk.
We should consider adding a guard that it can only delete files under the current running database path.
The text was updated successfully, but these errors were encountered:
API
Python
Description
The current implementation of
removeFileIfExists(const std::string& path)
is unsafe since it can delete arbitrary files on disk.We should consider adding a guard that it can only delete files under the current running database path.
The text was updated successfully, but these errors were encountered: