mapper icon indicating copy to clipboard operation
mapper copied to clipboard

A JSON deserialization library for Swift

Results 9 mapper issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

I _think_ the issue stems from [this line](https://github.com/lyft/mapper/blob/c8f848c8a496e8dbfafa4fba5bb44723bacbe853/Resources/xcconfigs/UniversalFramework_Base.xcconfig#L12). Someone else has [come to the same conclusion](https://github.com/lyft/mapper/pull/171). The builds produced cannot be run on the iOS Simulator on Apple Silicon, failing...

to support Carthage xcframework build for Apple silicon M1(arm64 iphonesimulator)

The `Mappable` protocol uses `NSDictionary` and `NSArray` in its convenience methods. ``` swift public static func from(_ JSON: NSDictionary) -> Self? public static func from(_ JSON: NSArray) -> [Self]? ```...

Hey guys, I'd like to contribute with this changes in `NSDictionary` and `NSArray` to use Swift literal dictionary and array. @keith can you take a look at this, please? Issue...

I am trying to map a dictonary where the keys have ".", for example "gcm.message_id": 2002 How can I use the Mapper to not see those "." as a path?

Affected of this project `lyft/mapper` are vulnerable to Directory Traversal. `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3...

The project `lyft/mapper` was used cocoapods before 1.6.0, from 1.6.2 and before 1.6.3 are vulnerable to Command Injection via git argument injection. When calling the Pod::Downloader.preprocess_options function and using git,...