aboutsummaryrefslogtreecommitdiffstats
path: root/ccl.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-01 18:07:20 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-01 18:07:20 -0800
commit59fe55b149fd31fe013578e4521ded0ee449134e (patch)
treedafa83ad9ebb7fac7f750f612bea64e2206257a1 /ccl.go
parent81e2107ecc3e9562a343f704c4955f5480d58636 (diff)
downloadccl-59fe55b149fd31fe013578e4521ded0ee449134e.tar.zst
Add a security warning
Diffstat (limited to 'ccl.go')
-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 (