DeviceKit
DeviceKit copied to clipboard
DeviceKit is a value-type replacement of UIDevice.
Issue Description: The cocoapods-downloader package before version 1.6.0, and versions 1.6.2 through 1.6.3, is vulnerable to command injection when using git. Specifically, the Pod::Downloader.preprocess_options function passes both the git and...
Description Summary A local file disclosure vulnerability has been identified in Active Support, affecting versions 5.2.0 and later. The issue is tracked under CVE-2023-38037. Impact ActiveSupport::EncryptedFile writes data that is...
📝 Description Summary The tzinfo gem versions prior to 1.2.10 are vulnerable to an arbitrary file loading issue when used with the Ruby data source (tzinfo-data). The vulnerability allows malicious...
Description Summary The REXML gem versions prior to 3.3.6 contain a Denial of Service (DoS) vulnerability when parsing deeply nested XML documents that have elements with the same local name...
Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.17 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public...
Description: The package prior to v1.11.0 is vulnerable to Command Injection via git argument injection. When calling the fetch(remote = 'origin', opts = {}) function, the remote parameter is passed...
After adding DeviceKit as a dependency to any swift package, Xcode stops generating code coverage. We're using latest Xcode version and I've found similar issue in this topic: https://developer.apple.com/forums/thread/770289 it...
- [x] Analyze tvOS support requirements for volume capacity properties - [x] Update conditional compilation directives from `#if os(iOS)` to `#if os(iOS) || os(tvOS)` for basic volume properties - [x]...
### [Volume capacity values](https://developer.apple.com/documentation/foundation/urlresourcevalues#Volume-capacity-values) ```swift var volumeAvailableCapacity: Int? … var volumeTotalCapacity: Int? ``` are available for tvOS9+ but you have whole `extension` wrapped with `#if os(iOS)` 