Skip to content

For security research testing only. Not for production use.

Notifications You must be signed in to change notification settings

zackwoo808/blue-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ***************

About

For security research testing only. Not for production use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published