Skip to content

Instantly share code, notes, and snippets.

@tlusser
tlusser / README.md
Created February 18, 2021 09:45
Nexus Repository Manager dependency/namespace confusion checker

Nexus Repository Manager dependency/namespace confusion Checker Task script

This repository contains a script to check if you have artifacts containing the same name between your repositories. This can be used to check if you're affected by a Dependency Confusion Attack

For example

npm-hosted has packages published with the @mycompany/artifact@2.0.1
npm-proxy has a package called @mycompany/artifact@10.0.1