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.
This micro service provides an interface between your main application and calendar clients (e.g. outlook, lotus note, icalendar, etc.).
This application needs:
An actor (e.g. your main application) pushes messages into AMQP. Listen queues are jsonical.vevent.create
, jsonical.vevent.update
, jsonical.vevent.delete
.
Messages must be a stringified JSON, and must respect a strict schema.
Example:
{
"version": "v1",
"data": {
"orn": "orn:cockpit:pilotage:U3241834:action/A93489010",
"calendar_orn": "orn:cockpit:pilotage:U3241834:company/C823510948",
"summary": "My awesome event",
"description": "No idea",
"begin_date": "2016-12-15 14:30:00 +0100",
"end_date": "2016-12-15 15:00:00 +0100",
"uri": "https://cockpit.jobteaser.com/actions/orn:cockpit:pilotage:U3241834:action%2FA93489010",
"uid": "https://cockpit.jobteaser.com/actions/orn:cockpit:pilotage:U3241834:action%2FA93489010",
"klass": "PUBLIC",
"created": "2016-10-10 08:32:52 +0100",
"updated": "2016-10-10 08:32:52 +0100"
}
}
When an event is available in queue, the listener stores the event and acknowledges the message in AMQP.
$> docker-compose up
$> cp .env.sample .env
$> source .env
$> bin/setup
This will run bundler, create the database, run the migrations and seed it with
db/seed.rb
$> bundle exec foreman start
You can seed the database like that: ruby db/seed.rb
. The seed generates a calendar with many event between today ± 30 days. You can run the seed again when you need more calendars.
The seed script uses the faker gem to generate fake data. You can't run seed in production mode.
$> bin/rspec
FAQs
Unknown package
We found that JSONiCal 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.