swift
Safeguard articles tagged "swift" — guides, analysis, and best practices for software supply chain and application security.
5 articles
Unsafe Deserialization in Swift: NSCoding, Codable, and Safer Patterns
Two 2019 iOS zero-click bugs, CVE-2019-8646 and CVE-2019-8647, both traced back to NSKeyedUnarchiver — a reminder that Swift's Objective-C legacy still hides deserialization risk.
Swift Static Analysis Tools for Security 2026
A 2026 survey of static analysis tools for Swift focused on security findings: what works, what does not, and where the iOS and server-side gaps remain.
SWIFT CSCF: Software Security Requirements for Financial Messaging
SWIFT's Customer Security Controls Framework sets mandatory security baselines for financial institutions. Here's the software supply chain angle.
Swift Security Analysis Tools: The Current Landscape
Swift's type safety helps, but it does not eliminate all security bugs. Here is the current tooling landscape for finding vulnerabilities in Swift code.
Swift CocoaPods and SPM Security
Securing iOS and macOS dependencies with Swift Package Manager and CocoaPods, including checksum verification and source control.