-
Notifications
You must be signed in to change notification settings - Fork 4
Set React versions to latest #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 Security scanner results
Note
A recent change introduced LOW severity issue(s) in the PR, see the inline comment(s). No immediate action required.
Scanning is done on each push. If an issue is fixed, its inline comment will be removed.
To handle False Positives 🚫 or leave feedback 🐞 please reach out to Security Engineering on #ask-security-scanner - Thank you!
Scan id: [a148f853-23f1-46f5-9d31-ba51529cafa2]
B69BD89B2D43ECBE00936FF8 /* DemoAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
CDF5DB066AADDA785109A3BB /* libPods-DemoApp-DemoAppUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-DemoAppUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
EBD14A565CB1A155CB753070 /* Pods-DemoApp-DemoAppUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-DemoAppUITests.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-DemoAppUITests/Pods-DemoApp-DemoAppUITests.release.xcconfig"; sourceTree = "<group>"; }; | ||
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LOW] [e7a1b309-1544-4081-b3c4-b0148ca2c2d5]
Hard-coded IBAN detected. IBANs are generally considered PII, especially if the given IBAN might belong to a person. Consider storing the IBAN similar to other personally identifiable information.
2D16E6871FA4F8E400B85C8A /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LOW] [622200ca-8952-4c31-aa0c-7603c901b3a6]
Hard-coded IBAN detected. IBANs are generally considered PII, especially if the given IBAN might belong to a person. Consider storing the IBAN similar to other personally identifiable information.
Trying to set React Native versions to the latest ones. But looks like IT is restricting some of the necessary download links. |
Hi @tl-fabrizio-scarano @tl-lukasz-franieczek @tl-yury-vashchylau, Is there any timelines of when this will be merged in? We have been forced to update Expo & React Native to comply with the new 16 KB memory page sizes by November 1, 2025 on all Android apps and we can no longer build our app as we are getting the same error as outlined here. Many thanks |
No description provided.