react-native-fast-image
react-native-fast-image copied to clipboard
Critical WebP 0-day security CVE-2023-4863
Detailed paths Introduced through: [email protected] › [email protected] › [email protected] › [email protected] Security information Factors contributing to the scoring: Snyk: CVSS 10.0 - CRITICAL Severity NVD: 8.8 HIGH
libwebp is a Library to encode and decode images in WebP format.
+1
I have added the following code to my Podfile which seems to update this dependency for FastImage. Seems like an acceptable workaround for the time being.
# Dependency chain: RNFastImage -> SDWebImageWebPCoder -> libwebp
pod 'libwebp', '1.3.2', :source => 'https://cdn.cocoapods.org/'
Also, this is a duplicate of #994