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

Allow Marshal.load to be disabled for Plist.parse_xml #61

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

mattbrictson
Copy link
Collaborator

@mattbrictson mattbrictson commented Feb 20, 2023

This allows Marshal.load to be turned off when parsing <data> elements, like this:

Plist.parse_xml(filename_or_xml, marshal: false)

Addresses #58

@mattbrictson mattbrictson marked this pull request as ready for review February 21, 2023 18:13
@mattbrictson mattbrictson linked an issue Feb 21, 2023 that may be closed by this pull request
@mattbrictson mattbrictson merged commit 5064085 into master Feb 21, 2023
@mattbrictson mattbrictson deleted the features/disable-marshal-load branch February 21, 2023 18:14
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.

"BANU" and "BANG" is unexpectedly parsed as true/false
1 participant