<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>github Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 17 Jul 2018 15:20:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>GitHub Security Alerts for Python Projects</title>
		<link>https://www.osradar.com/github-security-alerts-for-python-projects/</link>
					<comments>https://www.osradar.com/github-security-alerts-for-python-projects/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Tue, 17 Jul 2018 15:20:16 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github security]]></category>
		<category><![CDATA[github security alert]]></category>
		<category><![CDATA[security alert]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4845</guid>

					<description><![CDATA[<p>GitHub is one of the largest places where millions of developers collaborate and help each other in making a wonderful world of open-source software. It’s because of GitHub that we’re enjoying a number of awesome, open-source products – different Linux distros and a ton of free, powerful and useful software. Recently, GitHub has improved a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/github-security-alerts-for-python-projects/">GitHub Security Alerts for Python Projects</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>GitHub is one of the largest places where millions of developers collaborate and help each other in making a wonderful world of open-source software. It’s because of GitHub that we’re enjoying a number of awesome, open-source products – different Linux distros and a ton of free, powerful and useful software. Recently, GitHub has improved a step ahead. Now, there is support of security alert for Python projects.</p>
<h2>GitHub security alert</h2>
<p><img loading="lazy" class="size-full wp-image-4849 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/github-dark-security.jpg" alt="" width="650" height="342" srcset="https://www.osradar.com/wp-content/uploads/2018/07/github-dark-security.jpg 650w, https://www.osradar.com/wp-content/uploads/2018/07/github-dark-security-300x158.jpg 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p>If you’re a developer on GitHub, it’s highly likely that your project uses dependencies – help of other programs to perform different tasks. Dependencies are useful in extending the feature of an existing program without much effort. That being said, whenever users are going to use your software, they have to install that dependency alongside the main program.</p>
<p>If the dependencies are vulnerable or outdated, it can cause some serious trouble for the users. In some crucial cases, those vulnerabilities may let hackers to compromise the system. That’s why it’s important that all the dependencies on the project are up-to-date.</p>
<p>GitHub security is there to perform the job for you. When enabled, GitHub keeps a record of all the used dependencies on the project and lets the dev(s) know when it’s urgent to update the used dependencies.</p>
<p>For the security alert system, GitHub only supported JavaScript and Ruby until now. The support has extended for Python projects as well.</p>
<h2>Security alerts for Python projects</h2>
<p>The security alerts will be available under Dependency Graph &gt;&gt; “Insights” tab on each GitHub project. Since the first starting of the feature last November, there was the option only for JavaScript and Ruby. Now, support for Python projects is also added.</p>
<p><img loading="lazy" class="size-full wp-image-4847 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/github-security-alert.gif" alt="" width="1360" height="600" /></p>
<p>As you can see in the demonstration, GitHub is showing notification for updating the faulty dependency. It’s up to the dev to take the final decision whether to update or ditch that part.</p>
<h2>Positive impact on the community</h2>
<p><img loading="lazy" class="size-full wp-image-4850 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/positive-impact-github-security-alert.jpg" alt="" width="750" height="300" srcset="https://www.osradar.com/wp-content/uploads/2018/07/positive-impact-github-security-alert.jpg 750w, https://www.osradar.com/wp-content/uploads/2018/07/positive-impact-github-security-alert-300x120.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/07/positive-impact-github-security-alert-696x278.jpg 696w" sizes="(max-width: 750px) 100vw, 750px" /></p>
<p>Since the starting of the facility, there have obviously been improvements in terms of security. As GitHub posted officially,</p>
<blockquote><p>By December 1 and shortly after we launched, over 450,000 identified vulnerabilities were resolved by repository owners either removing the dependency or changing to a secure version. Since then, our rate of vulnerabilities resolved in the first seven days of detection has been about 30 percent. Additionally, 15 percent of alerts are dismissed within seven days—that means nearly half of all alerts are responded to within a week. Of the remaining alerts that are unaddressed or unresolved, the majority belong to repositories that have not had a contribution in the last 90 days</p></blockquote>
<p>That suffices to say that the facility addition has surely seen success. GitHub has already enabled it by default for all the open-source projects on the platform. That’s another major reason why the step was successful.</p>
<p>However, it’s important to keep in mind that all the vulnerable dependencies will be identified depending on the CVE reports. It means that if there is no CVE report on a particular dependency, it won’t show any notification on that. GitHub pulls the data from the NVD portal. If the vulnerability information is not there, GitHub won’t notify as well. That’s why devs should keep their dependencies up-to-date all the time possible for the best chance of avoiding any vulnerability presence.</p>
<p>The next language support for this alert system is not announced yet. But I highly suspect that .NET projects are the next candidate. <a href="https://www.osradar.com/github-alternatives-for-hosting-open-source-projects/">Microsoft has recently purchased GitHub</a>. Moreover, the popularity of the development environment is gaining more popularity and utilizes a lot of manifest files.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/github-security-alerts-for-python-projects/">GitHub Security Alerts for Python Projects</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/github-security-alerts-for-python-projects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GitHub Alternatives for Hosting Open-source Projects</title>
		<link>https://www.osradar.com/github-alternatives-for-hosting-open-source-projects/</link>
					<comments>https://www.osradar.com/github-alternatives-for-hosting-open-source-projects/#comments</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sat, 09 Jun 2018 05:58:36 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[beanstalk]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github alternative]]></category>
		<category><![CDATA[gitkraken]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[sourceforge]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3914</guid>

					<description><![CDATA[<p>By now, everyone in the world is aware of the fact that Microsoft has owned GitHub for a whopping $7.5 billion! It obviously makes sense. GitHub is a huge platform that collaborates with millions of developers and users every single day. In that perspective, Microsoft has high strategic values from the platform. However, this acquisition [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/github-alternatives-for-hosting-open-source-projects/">GitHub Alternatives for Hosting Open-source Projects</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>By now, everyone in the world is aware of the fact that Microsoft has owned GitHub for a whopping $7.5 billion! It obviously makes sense. GitHub is a huge platform that collaborates with millions of developers and users every single day. In that perspective, Microsoft has high strategic values from the platform. However, this acquisition has made a huge uproar in the community that GitHub is no longer suitable for their favorite platform.</p>
<p>The uproar is controversial and should be taken with a grain of salt. We have to wait for the future to see whether GitHub continues to be the same or not. For now, let’s take a look at some of the best possible alternatives for GitHub.</p>
<h1>GitHub alternatives</h1>
<p>GitHub is one of the best community-driven platforms that we were ever to enjoy. Besides GitHub, there are lots of other places where devs can get the same amount of opportunity and facility.</p>
<ul>
<li>
<h3><a href="https://about.gitlab.com/">GitLab</a></h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3915 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/gitlab-github-alternative.png" alt="" width="800" height="450" srcset="https://www.osradar.com/wp-content/uploads/2018/06/gitlab-github-alternative.png 800w, https://www.osradar.com/wp-content/uploads/2018/06/gitlab-github-alternative-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/gitlab-github-alternative-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/gitlab-github-alternative-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/gitlab-github-alternative-747x420.png 747w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>Just after the news of Microsoft acquiring GitHub, GitLab became one of the obvious choices for devs. It’s really close to GitHub in terms of using and the feel. Moreover, GitLab is open-source and you can run your own GitLab server in your machine.</p>
<p>Now, it’s seen a huge spike in the number of projects moved to it. For example, GNOME and GIMP are giant projects that have made the shift. This shows the depth of the GitHub incident.</p>
<p>Aware of the current situation, the company now made it easier for migrating from GitHub to GitLab.</p>
<p>You don’t have to run your own server as GitLab also supports hosted service, but that comes up with a good price. This isn’t affordable for most, but most projects should be okay to run with $5/month charge.</p>
<ul>
<li>
<h3><a href="https://sourceforge.net/">SourceForge</a></h3>
</li>
</ul>
<p><img loading="lazy" class="wp-image-3916 size-full aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/sourceforge-github-alternative.jpg" alt="" width="650" height="280" srcset="https://www.osradar.com/wp-content/uploads/2018/06/sourceforge-github-alternative.jpg 650w, https://www.osradar.com/wp-content/uploads/2018/06/sourceforge-github-alternative-300x129.jpg 300w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p>This is another big name as a preferable alternative to GitHub. In the field of open-source software, SourceForge earned a good name and respect from the community. In fact, there are many Linux distros that provide downloads and other services via SourceForge. This platform provides all the necessary tools for creating and managing open-source projects easily.</p>
<p>During the rise of GitHub, SourceForge faced a downfall in its popularity. However, under the new leadership of Logan Abbott, it has revamped itself and fighting for getting back its lost position in code hosting.</p>
<p>SourceForge provides a simple and easy way to import your entire GitHub repositories into the existing project. Here’s a demo of the process.</p>
<p><iframe loading="lazy" width="696" height="392" src="https://www.youtube.com/embed/xBR22miqRJs?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
<ul>
<li>
<h3><a href="https://www.gitkraken.com/">GitKraken</a></h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3917 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/gitkraken-github-alternative.jpg" alt="" width="1000" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/06/gitkraken-github-alternative.jpg 1000w, https://www.osradar.com/wp-content/uploads/2018/06/gitkraken-github-alternative-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/06/gitkraken-github-alternative-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/06/gitkraken-github-alternative-696x392.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/06/gitkraken-github-alternative-746x420.jpg 746w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>In the case of git and stuff, the interface didn’t seem to have anything cool and/or soothing; everything was barebones and very, very simplistic. That’s why GitKraken is one of my favorites. It offers a beautiful interface with a nice, eye-soothing look.</p>
<p>The solution focuses on providing faster speed in developing. It also saves time during building and testing. There’s also a really handy “Undo” button that can do magic when you’ve done something wrong. The free version is available for companies under 20 employees or educational/non-profit shops. However, for big projects and companies, the Pro and Enterprise offer some of the most exclusive features including multiple profile support.</p>
<ul>
<li>
<h3><a href="https://launchpad.net/">Launchpad</a></h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3918 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/launchpad-github-alternative.png" alt="" width="1000" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/06/launchpad-github-alternative.png 1000w, https://www.osradar.com/wp-content/uploads/2018/06/launchpad-github-alternative-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/launchpad-github-alternative-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/launchpad-github-alternative-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/launchpad-github-alternative-746x420.png 746w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>You all have heard about Launchpad, right? This is a platform that’s maintained by Canonical, the parent company behind Ubuntu. This platform is heavily used by Canonical and projects targeting Ubuntu. Launchpad is nearly irreplaceable for having the support of PPAs and bug tracking for Ubuntu related projects.</p>
<p>Launchpad isn’t much popular as a GitHub alternative because of its “Ubuntu stuff” label. However, this platform also provides good support for Git. It’s entirely free to import or host Git repositories on Launchpad. It should be a nice alternative to GitHub if you don’t mind the slightly different workflow and a stale interface.</p>
<p>There are also other solutions like <a href="https://bitbucket.org/">BitBucket</a>, <a href="https://beanstalkapp.com/">Beanstalk</a>, <a href="https://aws.amazon.com/codecommit/">AWS CodeCommit</a>, <a href="https://cloud.google.com/source-repositories/">Google Cloud Source</a>, <a href="https://allura.apache.org/">Apache Allure</a> etc. Looking for a best alternative Git client? <a href="https://www.osradar.com/best-git-clients-for-linux/">Check out the best Git clients for Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/github-alternatives-for-hosting-open-source-projects/">GitHub Alternatives for Hosting Open-source Projects</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/github-alternatives-for-hosting-open-source-projects/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
