Malware attacks on Docker Hub spread millions of malicious repositories

Cybersecurity researchers from JFrog recently discovered three malicious campaigns in Docker Hub – Docker’s cloud-based registry service for storing and sharing container images. These campaigns contained millions of repositories that pushed generic trojan malware to the developers.  The conclusion of JFrog’s findings is that with open-source repositories such as Docker Hub, keeping them clean of … Read more

How to use Monorepos or Monolithic Repositories to organize code

Monorepos, or monolithic repositories, refer to a software development strategy where code for many projects is stored in a single repository. This approach contrasts with having multiple repositories, each containing the code for different projects or components of a larger system. Monorepos are becoming increasingly popular for managing multiple projects within a single Git repository. … Read more