Closed IvanIhnatsiuk closed 1 year ago
Thanks
@wonday could we get this published to npm?
Any updates when are you going to release this to npm?
Hi @wonday highly appreciate it if you could make a npm release with this critical vulnerability fix soon. :)
Was this included in a stable release? I'm seeing my own odd issues popping up in tests using 6.7.2, that dont happen in 6.6.2. Ie https://github.com/wonday/react-native-pdf/issues/790
FYI, you can get this vulnerability update by providing override/resolutions in package.json
so that the non-vulnerable version is used by npm/yarn installs
"overrides": {
"crypto-js": "^4.2.0"
},
"resolutions": {
"crypto-js": "^4.2.0"
},
Description
Snyk has informed us of a critical vulnerability in the crypto-js package, which is used in the react-native-pdf dependencies. In order to prevent this vulnerability I have updated crypto-js to the latest version.
For more details you can have a look at this snyk report:
https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119
Closes
https://github.com/wonday/react-native-pdf/issues/779