16.9 C
London
Monday, July 1, 2024

GitHub issues final report on supply-chain source code intrusions – Naked Security

In early April 2022, news broke out that various users of Microsoft’s GitHub platform were affected. unauthorized access to their private source code.

GitHib has now updated the incident report, saying: “In the process of sending final estimate notifications to GitHub.com customers who have been approved for Heroku or Travis-CI OAuth app integration in their GitHub account.”

The good news is that GitHub itself hasn’t been compromised, so it’s not a common concern for all GitHub users.

The bad news is that this kind of indirect intrusion is hard to predict.

If you’ve never used GitHub, it’s a cloud-based source code control system best known for hosting public repositories of many open source software projects.

The source code control system not only makes the latest version of the software available for download, but also keeps a continuous record of all recent changes and the reasons for the changes (and, if necessary, why they were later rejected).

Source control systems usually also provide a historical listing of official releases, tools for supporting and maintaining different release versions, and online forums for reporting bugs and suggesting changes.

You’ve probably heard of jargon. pull request, represents a potential code update and a proposed change for which contributors provide justification for it. Of course, for the proposer, it is essentially a push request, which aims to inject new code into the system. When approved by the project team, the code is pullAlternatively, they will be merged and integrated into the codebase and become an official part of the project.

Source code control provides a formal history of changes to your software project, making it much easier to spot new bugs because each change can be individually reviewed and retested.

It also allows developers scattered across the globe to collaborate efficiently without accidentally trampling on each other’s proposed updates.

An example of a popular open source project hosted on GitHub is a cryptographic library. OpenSSLMicrosoft’s own scripting language powershelland privacy-focused alternative browsers brave.

However, not all GitHub projects are public open source code repositories.

Many organizations use cloud-based tools like GitHub to host private, private projects that they don’t want to be made public.

For example, many startups don’t want to let a potential competitor know they’re working on Project X or even experimenting in Field Y.

Incumbent software companies may have legacy products that contain algorithms and other intellectual property that prevents them from being easily duplicated by competitors.

Latest news
Related news
- Advertisement -spot_img