-
Notifications
You must be signed in to change notification settings - Fork 32
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
prevent serialization of symlinks by default #251
Conversation
Signed-off-by: Spencer Schrock <[email protected]>
This can be changed via the allow_symlink argument in the various serialization initializers. Signed-off-by: Spencer Schrock <[email protected]>
df87666
to
c998722
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This LGTM.
Added a request to change the test fixture to be a directory and then some minor nits here and there.
Signed-off-by: Spencer Schrock <[email protected]>
Signed-off-by: Spencer Schrock <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Signed-off-by: Spencer Schrock <[email protected]>
a9f5366
to
e6d6411
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you!
Summary
Adds a serializer initializer argument (
allow_symlink
) to control whether symlinks raise aValueError
during serialization.For rationale, see #196 (comment)
Release Note
NONE
Documentation
NONE