Commit 91c9b95
committed
git_connect: avoid full shell when executing
When the `git-upload-pack` program needs to be called, we do not
actually need to run this through a shell... This reduces the security
surface of running Git on servers a bit.
Signed-off-by: Johannes Schindelin <[email protected]>git-upload-pack
1 parent 6ba2ebc commit 91c9b95
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1512 | 1512 | | |
1513 | 1513 | | |
1514 | 1514 | | |
1515 | | - | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
1516 | 1523 | | |
1517 | 1524 | | |
1518 | 1525 | | |
| |||
0 commit comments