Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Ruby script for build/test/archive/distribuite iOS application.
This script can be uses to create a simple continuous integration service for xcode.
The project is still in development, any contribution will be appreciate.
The script runs in a loop and every five minutes it:
~/.xcodeci/xcodeci.conf.yaml
and iterates on each listed project
~/.xcodeci/[app_name]
git fetch
, git pull
and git checkout
on the specified branchThis is the output on console
And this is the html report
Clone the script:
git clone https://github.com/ignazioc/xcodeci
Install the required gems
bundle install
Install xctool
brew install xctool
for more info about brew command see the brew website
Run the script
./bin/xcodeci
The first time you will run the script a sample configuration file will be created on ~/.xcodeci/xcodeci.conf.yaml
Edit your configuration file (see info below)
Run the script again and wait :)
This is an example of the configuration file
---
App_Config:
#The public dropbox folder on your machine
:DROPBOX_FOLDER: '/Users/username/Dropbox/Public/'
#This is your dropbox userid, you can find it when you share a file stored on the
#public folder like this one https://dl.dropboxusercontent.com/u/792862/avatar_grumpy.png
#In this example the user id is 792862
#The user id is used to crete the links on the html report for install the application.
:DROPBOX_USER_ID: '792862'
SampleApp1:
:REPO_URL: 'git@github.com:ignazioc/sample_repo_1.git'
:APP_NAME: 'SampleApp-1'
:TARGET_BRANCH: 'master'
:WORKSPACE: 'SampleApp 1.xcworkspace'
:SCHEME: 'SampleApp 1'
SampleApp2:
:REPO_URL: '.....'
:APP_NAME: '.....'
:TARGET_BRANCH: '.....'
:WORKSPACE: '.....'
:SCHEME: '.....'
The current output folder is the dropbox folder specified on the configuration file. ↩
FAQs
Unknown package
We found that XcodeCI 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.