
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cordova-plugin-crosswalk-certificate
Advanced tools
Cordova plugin to enable the use of untrusted (self-signed) SSL Certificates with Crosswalk.
Cordova plugin to enable the use of untrusted (self-signed) SSL Certificates.
To use this plugin with cordova-android 3.x install v1.x, which is compatible with the crosswalk web view v10.x used with cordova-android v3.x
cordova plugin add cordova-plugin-crosswalk-certificate@1.0.0
To use this plugin with cordova-android 4.x install v2.x, which is compatbile with the new pluggable crosswalk webview
cordova plugin add cordova-plugin-crosswalk-certificate@2.0.0
You can install the latest build directly from git:
cordova plugin add https://github.com/danjarvis/cordova-plugin-crosswalk-certificate
Activate insecure certificates
cordova.plugins.certificates.trustUnsecureCerts(true);
Dectivate insecure certificates
cordova.plugins.certificates.trustUnsecureCerts(false);
execute the runIntegrationTests.sh
script for a specific platform:
PLATFORM='android' ./runIntegrationTests.sh
PLATFORM='ios' ./runIntegrationTests.sh
FAQs
Cordova plugin to enable the use of untrusted (self-signed) SSL Certificates with Crosswalk.
The npm package cordova-plugin-crosswalk-certificate receives a total of 0 weekly downloads. As such, cordova-plugin-crosswalk-certificate popularity was classified as not popular.
We found that cordova-plugin-crosswalk-certificate 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.