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.
xcode-result-bundle-processor
Advanced tools
This tool converts into Xcode 7's machine-readable results bundle into a human-readable HTML report including detailed activity logs and screenshots for UI tests.
Add this line to your application's Gemfile:
gem 'xcode-result-bundle-processor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install xcode-result-bundle-processor
First, run your UI tests using an invocation like this:
xcodebuild -workspace MyWorkspace.xcworkspace \
-scheme 'My UI Tests' \
-sdk iphonesimulator \
-resultBundlePath "my_results_bundle" \
This will put a bunch of mystery files into my_results_bundle
, which you can transform into un-mystery files
via
bundle exec xcode-result-bundle-processor --save-html-report report my_results_bundle
The report will appear in report/index.html
If you have RVM and change to the working directory, you'll be prompted to install the needed Ruby version if you don't already have it. RVM will also handle creating a gemset.
To update the dependencies, run
bundle
To run tests, run
bundle exec rake
To build the gem, fun
bundle exec rake build
To execute the tool, run
bundle exec xcode-result-bundle-processor
Contributing is easy and fun! Some guidelines:
FAQs
Unknown package
We found that xcode-result-bundle-processor 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
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.