fetchgit: remove "security" from comment about "security risk"
Closes #178410
This commit is contained in:
parent
7fe922b358
commit
c8a1838d30
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
|||
|
||||
/* NOTE:
|
||||
fetchgit has one problem: git fetch only works for refs.
|
||||
This is because fetching arbitrary (maybe dangling) commits may be a security risk
|
||||
This is because fetching arbitrary (maybe dangling) commits creates garbage collection risks
|
||||
and checking whether a commit belongs to a ref is expensive. This may
|
||||
change in the future when some caching is added to git (?)
|
||||
Usually refs are either tags (refs/tags/*) or branches (refs/heads/*)
|
||||
|
|
Loading…
Reference in a new issue