2.0.7 • Published 3 years ago

blue-emu v2.0.7

Weekly downloads
82
License
ISC
Repository
github
Last release
3 years ago

blue-emu

For security research purposes only. Not for production use.

Table of Contents

Background

Overview

tldr;

it looks like if someone were to create a public package with a higher version than the internal package, this could potentially compromise a site.

-

Currently, we're under the assumption that we look for a private package withing an internal registry and find it, we don't look for newer packages externally.

  1. Figure out the actual process we're using to locate internal vs external packages.
  2. See if we need to make any changes in how our process works to avoid any potential leaks.
  3. Verify that no manifest files for our projects are public.

Usage

$ npm install --save blue-emu

Require module in app/index.js

require('blue-emu');

Look for console log during app startup. Verify that it says public test and not private test.

*************** blue-emu public test ***************
2.0.7

3 years ago

2.0.6

3 years ago