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 function path.normalize will remove all "../..". When it meets a path like "../../folder", it will return "folder". This behavior is totally incorrect.
protobuf.js version: latest
The function path.normalize will remove all "../..". When it meets a path like "../../folder", it will return "folder". This behavior is totally incorrect.Here is the the source code where it removes the double "..". https://github.com/dcodeIO/protobuf.js/blob/master/lib/path/index.js#L35
The text was updated successfully, but these errors were encountered: