TGViewer
Amazing PHP Amazing PHP @phpme · 7.69K subscribers
Post #361 6.03K
Preventing Dependency Confusion in PHP with Composer
The problem boils down to companies referencing internal packages by name, e.g. "my-internal-package" and an attacker then publishing a package by the same name "my-internal-package" with a higher version number on the central registry / package repository for that language (for PHP that would be packagist.org). The companies then installed and ran these malicious packages instead of their internal packages because their package manager chose the higher version number from the default package repository over their internal repository.
More from @phpme
  1. Sep 11, 2023​​An Internet of PHP PHP is big. The trolls can proclaim its all-but-certain “death” until…
  2. May 30, 2023​​5 Books You Must Read as a Developer In this article, we present a handpicked selection…
  3. May 1, 2023​​Unveiling the secret power of encapsulation In the world of software development, encaps…
  4. Apr 27, 2023​​Avoiding the pitfalls of abstract and common services In the ever-evolving world of soft…
  5. Apr 10, 2023​​Why we should avoid null in software development In software development, null is a term…
  6. Feb 19, 2023Stop using setters In this article, I want to focus your attention on the problem with set…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →