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
Add path checks in #send_file and #get_git_dir
The Grack::Server class should reject invalid paths supplied by the user
using the regular expressions in line 10-23 of lib/grack/server.rb. This
change adds some defense in depth against invalid paths.
See merge request !3
0 commit comments