summaryrefslogtreecommitdiffstats
path: root/environment.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-08-29 21:08:42 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2019-12-04 13:20:04 +0100
commita52ed76142f6e8d993bb4c50938a408966eb2b7c (patch)
tree9603df337bf43eec5d4998d44f5c3293661950d2 /environment.c
parentfast-import: disallow "feature export-marks" by default (diff)
downloadgit-a52ed76142f6e8d993bb4c50938a408966eb2b7c.tar.xz
git-a52ed76142f6e8d993bb4c50938a408966eb2b7c.zip
fast-import: disallow "feature import-marks" by default
As with export-marks in the previous commit, import-marks can access the filesystem. This is significantly less dangerous than export-marks because it only involves reading from arbitrary paths, rather than writing them. However, it could still be surprising and have security implications (e.g., exfiltrating data from a service that accepts fast-import streams). Let's lump it (and its "if-exists" counterpart) in with export-marks, and enable the in-stream version only if --allow-unsafe-features is set. Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'environment.c')
0 files changed, 0 insertions, 0 deletions