Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.getbouncer:scan-payment-ocr-minimal
Advanced tools
This library provides the framework for scanning payment cards
This repository contains the open source code for Bouncer products (e.g. CardScan). See the individual sub modules for more information on each.
CardScan is a relatively small library that provides fast and accurate payment card scanning.
CardScan is the foundation for CardVerify enterprise libraries, which validate the authenticity of payment cards as they are scanned.
Note: Your app does not have to be written in kotlin to integrate this library, but must be able to depend on kotlin functionality.
This repository contains a demonstration app for the CardScan product. To build and run the demo app, follow the instructions in the demo documentation.
See the integration documentation in the Bouncer Docs.
CardScan requires a valid API key to run. To provision an API key, visit the Bouncer API console.
To test name and/or expiration extraction, please first provision an API key, then reach out to support@getbouncer.com with details about your use case and estimated volumes.
Before launching the CardScan flow, make sure to call the CardScanActivity.warmup()
function with your API key and set initializeNameAndExpiryExtraction
to true
CardScanActivity.warmup(this, API_KEY, true)
CardScan is built to be customized to fit your UI.
To modify text, colors, or padding of the default UI, see the customization documentation.
To modify arrangement or UI functionality, CardScan can be used as a library for your custom implementation. See the example single-activity demo app.
See the development docs for details on developing for CardScan.
Adam Wushensky, Sam King, and Zain ul Abi Din
This library is available under paid and free licenses. See the LICENSE file for the full license text.
In short, this library will remain free forever for non-commercial applications, but use by commercial applications is limited to 90 days, after which time a licensing agreement is required. We're also adding some legal liability protections.
After this period commercial applications need to convert to a licensing agreement to continue to use this library.
What's allowed under the license:
What's not allowed under the license:
Questions? Concerns? Please email us at license@getbouncer.com or ask us on slack.
FAQs
This library provides the framework for scanning payment cards
We found that com.getbouncer:scan-payment-ocr-minimal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.