Jeff King a52ed76142 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>
2019-12-04 13:20:04 +01:00
..
2018-09-27 11:19:11 -07:00
2017-04-13 16:15:25 -07:00
2017-06-27 10:35:49 -07:00
2017-07-12 15:18:21 -07:00
2017-09-29 10:54:38 +09:00
2017-05-16 11:13:00 +09:00
2017-05-01 11:01:52 +09:00
2017-06-22 15:25:25 -07:00