teknium1
6695640c1d
fix(tools): make the YAML write gate syntax-only so multi-doc/tagged YAML isn't refused
...
safe_load() raises ComposerError on multi-document streams (k8s manifests)
and ConstructorError on application-defined tags (CloudFormation !Sub,
Ansible !vault) — both valid YAML syntax. Now that the linter's verdict is
a fail-closed write gate, those false positives would refuse legitimate
writes outright. Switch to yaml.parse() (scanner+parser only), which still
catches real syntax failures.
2026-07-07 22:14:33 -07:00
..
2026-07-05 14:48:40 -07:00
2026-07-05 02:22:08 -07:00
2026-07-05 13:42:46 -07:00
2026-07-06 04:58:42 -07:00
2026-07-07 05:22:42 -07:00
2026-07-05 05:36:31 -07:00
2026-07-07 17:17:38 -07:00
2026-07-07 02:40:04 -07:00
2026-07-05 14:41:51 -07:00
2026-07-07 06:57:23 +00:00
2026-07-05 14:42:05 -07:00
2026-07-06 01:55:58 -07:00
2026-07-05 02:24:00 -07:00
2026-07-05 13:51:26 -07:00
2026-07-04 15:30:50 -07:00
2026-07-06 04:58:42 -07:00
2026-07-07 15:16:00 -07:00
2026-07-05 13:40:21 -07:00
2026-07-05 19:10:31 -07:00
2026-07-05 21:36:19 -07:00
2026-07-05 19:10:31 -07:00
2026-07-05 21:48:36 -07:00
2026-07-05 02:06:39 -07:00
2026-07-07 15:16:00 -07:00
2026-07-07 15:16:00 -07:00
2026-07-07 15:16:00 -07:00
2026-07-05 21:48:36 -07:00
2026-07-07 15:16:00 -07:00
2026-07-07 02:10:43 -07:00
2026-07-07 15:14:30 -07:00
2026-07-07 02:52:17 -07:00
2026-07-07 02:40:15 -07:00
2026-07-05 13:42:46 -07:00
2026-07-05 22:21:05 -07:00
2026-07-07 05:14:00 -07:00
2026-07-07 02:39:36 -07:00
2026-07-05 00:47:54 -07:00
2026-07-05 00:47:54 -07:00
2026-07-05 13:42:46 -07:00
2026-07-06 04:38:17 -07:00
2026-07-06 02:42:24 -07:00
2026-07-07 22:14:33 -07:00