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
The current JSON module doesn't detect duplicate keys when parsing JSON. This is dangerous, since we can inadvertantly accept JSON that we parse in one way, but CloudFormation understands in another.
The current JSON module doesn't detect duplicate keys when parsing JSON. This is dangerous, since we can inadvertantly accept JSON that we parse in one way, but CloudFormation understands in another.
Branch https://github.com/pplu/cfn-perl/tree/json_maybexs/, using JSON::MaybeXS is failing because when it loads JSON::XS there is no duplicate key detection https://travis-ci.org/pplu/cfn-perl/builds/536295416. It works when using Cpanel::JSON::XS.
Branch https://github.com/pplu/cfn-perl/tree/use_cpanel_json_xs, using Cpanel::JSON::XS is a quick test to verify that using Cpanel::JSON::XS, everything is working. Travis is reporting failures
The text was updated successfully, but these errors were encountered: