Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't load arbitrary objects. #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

startling
Copy link

snakeyaml allows the creation of arbitrary Java objects. This is usually a Bad Thing. These commits add an option key to make-yaml, :unsafe, and uses SafeConstructor by default.

(See also #10).

@startling
Copy link
Author

Glad you like it!

For what it's worth, this library is apparently unmaintained; we've forked it and applied our fixes and some other changes at circleci/clj-yaml.

@espeed
Copy link

espeed commented Apr 30, 2014

@startling thanks for heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants