You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix unsafe YAML deserialization and expand security notice
Switch yaml_ordered_load default from yaml.Loader to yaml.SafeLoader
to prevent arbitrary object instantiation (CWE-502). Update README
security notice with CWE references and YAML deserialization guidance.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments