libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.17k stars 886 forks source link

add Owner Validation switch #2042

Open kdlslyv opened 1 year ago

kdlslyv commented 1 year ago

adds a switch to disable the Owner Validation, which (afaik) checks the filesystem permissions of the repository accessed.

this check imho increases security in already wacky edge-cases - just educate the user to use git with some caution.

overall this check is a major annoyance on environments where you have little influence on that like Azure App Services.