aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ccl.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/ccl.go b/ccl.go
index b592822..3cce7a1 100644
--- a/ccl.go
+++ b/ccl.go
@@ -150,9 +150,11 @@
// key: [1, 2, 3, 4, 5, 6]
// }
//
-// # Disclaimer
+// # Security
//
-// This package is still experimental, expect breaking changes.
+// This package is not designed to be hardened against adversarial inputs.
+// Unmarshal may consume significant resources and should only be called on
+// trusted hand-written configuration files.
package ccl
import (