From 891685f74046d2d741a1fbfe13be447b1293e9e5 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 25 Feb 2015 16:53:31 -0500 Subject: [PATCH] tar/asm: another thought on clobbered files --- tar/asm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tar/asm/README.md b/tar/asm/README.md index 60f1cb0..2a3a5b5 100644 --- a/tar/asm/README.md +++ b/tar/asm/README.md @@ -40,3 +40,5 @@ by default for most implementations. Not supporting them wouldn't be a security concern either, as if it did occur, we would reassemble an archive that doesn't validate signature/checksum, so it shouldn't be trusted anyway. +Otherwise, this will allow us to defer support for appended files as a FUTURE FEATURE. +