瀏覽代碼

Merge pull request #15821 from vbatts/tarsum_warning

tarsum: add a big fat warning
Sebastiaan van Stijn 10 年之前
父節點
當前提交
bdba406492
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pkg/tarsum/tarsum_spec.md

+ 5 - 0
pkg/tarsum/tarsum_spec.md

@@ -10,6 +10,11 @@ This document describes the algorithms used in performing the TarSum checksum
 calculation on filesystem layers, the need for this method over existing
 calculation on filesystem layers, the need for this method over existing
 methods, and the versioning of this calculation.
 methods, and the versioning of this calculation.
 
 
+## Warning
+
+This checksum algorithm is for best-effort comparison of file trees with fuzzy logic.
+
+This is _not_ a cryptographic attestation, and should not be considered secure.
 
 
 ## Introduction
 ## Introduction