
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
react-native-rust-module
Advanced tools
Boilerplate to create react native modules relying on rust
In the Example is a react native project that is configured to automatically consume a react-native-rust module that provides a helloWorld method which will call rust a rust library in both android and ios.
The rust library can be found in the rust/signer/src/lib.rs file
Node - tested on 16 Android Toolchain (Android Studio) iOs Toolchain (xCode) Rust Toolchain - Cargo, rustup... (https://rustup.rs/ to get started)
yarn or npm icd exampleTo Perform changes and run those in ios follow these steps
yarn or npm icd /iospod installcd rust/signer and make ios - this will create a new file libsigner.a in the rust/signer directorynpm run ios)To Perform changes and run those in ios follow these steps
cd rust/signer and make android - this will create a new file libsigner.a in the rust/signer directorymake android will also have started the script copy_android which should have copied the rust compilation results into
the java project.(If the make android command throws an error that is complaining about missing -lgcc look at this issue ) 4. Run the app (in Android studio or with npm run android)
Heavily inspired by
https://github.com/paritytech/parity-signer/tree/legacy-4.5.3 https://robertohuertas.com/2019/10/27/rust-for-android-ios-flutter/
FAQs
React Native Rust module
The npm package react-native-rust-module receives a total of 2 weekly downloads. As such, react-native-rust-module popularity was classified as not popular.
We found that react-native-rust-module demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.