Skip to content

Tool to check for dependency confusion vulnerabilities in multiple package management systems

License

Notifications You must be signed in to change notification settings

ryandamour/confused

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confused

A tool for checking for lingering free namespaces for private package names referenced in dependency configuration for Python (pypi) requirements.txt or JavaScript (npm) package.json

Installation

Usage

Usage:
 ./confused [-l LANGUAGENAME] depfilename.ext

Usage of ./confused:
  -l string
        Package repository system. Possible values: "pip", "npm" (default "pip")
  -v    Verbose output

Example

./confused -l pip requirements.txt

Issues found, the following packages are not available in public package repositories:
 [!] internal_package1

About

Tool to check for dependency confusion vulnerabilities in multiple package management systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%