You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me, like probably thousands other react-native users, work in a corporate environment where certain automated vulnerability scanners are used to check whether an app is allowed to launch or not.
React-native, through glob, uses the deprecated inflight package which we can not upgrade or easily exchange.
Would someone from the team please give us an official statement here, that the inflight package is not a real security risk and can thus be used even in apps that handle sensitive data?
Since it is a dependency of glob, I am guessing it might only be used at build time? If so, please confirm so we can go on with our lives :)
I have included meaningless reproducible examples, since this isn't that kind of issue.
Thank you!
Steps to reproduce
create a new react native 0.76.2 project
run npm ls inflight
check several websites to realize that inflight has a memory leak issue and has since been deprecated
Description
Hello!
Me, like probably thousands other react-native users, work in a corporate environment where certain automated vulnerability scanners are used to check whether an app is allowed to launch or not.
React-native, through glob, uses the deprecated inflight package which we can not upgrade or easily exchange.
Would someone from the team please give us an official statement here, that the inflight package is not a real security risk and can thus be used even in apps that handle sensitive data?
Since it is a dependency of glob, I am guessing it might only be used at build time? If so, please confirm so we can go on with our lives :)
I have included meaningless reproducible examples, since this isn't that kind of issue.
Thank you!
Steps to reproduce
npm ls inflight
React Native Version
0.76.2
Affected Platforms
Runtime - Android, Runtime - iOS, Runtime - Web, Runtime - Desktop
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/@patrick.reinbold/trusting-green-macaroni-and-cheese
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: