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
..
2017-04-20 22:05:37 -07:00
2018-09-27 11:19:11 -07:00
2017-09-10 17:02:48 +09:00
2017-02-24 10:48:08 -08:00
2017-06-05 09:03:10 +09:00
2017-10-17 15:08:51 +09:00
2017-07-25 14:30:49 -07:00
2017-03-02 11:40:51 -08:00
2017-03-02 11:40:51 -08:00
2017-08-23 14:33:51 -07:00
2017-10-18 14:19:12 +09:00
2017-03-02 11:40:51 -08:00
2017-04-20 22:05:38 -07:00
2017-05-09 21:13:13 -07:00
2017-04-01 11:35:45 -07:00
2017-09-25 16:11:56 +09:00
2017-09-14 15:09:02 +09:00
2017-02-21 13:02:42 -08:00
2017-10-18 14:19:14 +09:00
2017-05-01 11:09:44 +09:00
2017-07-18 15:04:49 -07:00
2017-03-17 11:19:40 -07:00
2017-03-22 10:13:41 -07:00
2017-04-13 16:15:25 -07:00
2017-02-08 13:30:28 -08:00
2019-12-04 13:20:04 +01:00
2017-06-12 09:44:54 -07:00
2017-10-18 14:20:43 +09:00
2017-04-23 22:07:55 -07:00
2017-02-24 09:59:12 -08:00
2017-10-18 14:19:12 +09:00
2017-02-17 15:57:21 -08:00
2017-05-23 14:18:26 +09:00
2017-04-16 23:29:30 -07:00
2017-03-02 11:40:51 -08:00
2017-08-21 17:12:44 -07:00
2017-09-14 15:09:02 +09:00
2017-08-23 10:39:41 -07:00
2017-07-28 14:41:32 -07:00
2017-07-13 16:14:54 -07:00
2017-04-19 18:53:06 -07:00
2017-10-18 14:19:11 +09:00
2017-07-21 15:03:39 -07:00
2017-04-16 18:19:18 -07:00
2017-04-27 08:09:25 +09:00
2017-06-27 10:35:49 -07:00
2017-06-01 10:37:42 +09:00
2017-07-12 15:18:21 -07:00
2017-07-06 18:14:46 -07:00
2017-03-22 15:41:21 -07:00
2017-09-12 11:05:58 +09:00
2017-06-18 22:16:36 -07:00
2017-10-18 14:19:12 +09:00
2017-07-12 15:18:21 -07:00
2017-06-15 01:09:31 +00:00
2017-10-18 14:20:43 +09:00
2017-04-20 22:05:37 -07:00
2017-09-14 15:09:02 +09:00
2017-04-20 17:59:02 -07:00
2017-09-29 10:54:38 +09:00
2017-09-07 08:57:54 +09:00
2017-06-18 22:16:36 -07:00
2017-04-20 22:05:38 -07:00
2017-05-02 10:58:06 +09:00
2017-02-15 12:54:20 -08:00
2017-02-28 11:34:38 -08:00
2017-02-09 15:14:01 -08:00
2017-05-16 11:13:00 +09:00
2017-04-26 15:39:07 +09:00
2016-11-14 11:23:07 -08:00
2017-05-01 11:01:52 +09:00
2017-02-15 12:54:20 -08:00
2017-06-22 15:25:25 -07:00
2017-02-09 15:14:01 -08:00
2017-02-09 15:14:01 -08:00
2017-04-20 22:05:37 -07:00
2017-05-15 13:04:54 +09:00
2017-02-09 15:14:01 -08:00
2017-10-18 14:19:12 +09:00
2017-07-17 15:11:26 -07:00
2017-06-22 15:25:25 -07:00
2017-09-25 14:34:23 +09:00
2017-07-13 12:42:51 -07:00
2017-10-18 05:59:34 +09:00
2017-06-22 14:15:25 -07:00
2017-04-19 21:37:25 -07:00
2017-05-04 16:26:46 +09:00