In this edition of our open source news roundup, we take a look open source solutions for COVID-19, Google's new security tool, code cleanup software from Uber, and more!
Using open source in the fight against COVID-19
When COVID-19 started its march around the world, open source stepped up to try to help stop it. That includes using open data to create tracking dashboards and apps, designing ventilators, and developing protective gear.
Scientists at the University of Waterloo in Canada have teamed with artificial intelligence firm DarwinAI to create an open source tool "to identify signs of Covid-19 in chest x-rays." Called COVID-Net, it's neural network "that is particularly good at recognizing images." The dataset the researchers are using is available on GitHub, which includes a link the software.
Additionally, many open source hardware projects are underway to expedite the search for a cure.
Google releases tool to fight USB keystroke injection attacks
One of the sneakiest and potentially most malicious ways to hack a computer is a USB keystroke injection attack. Using a compromised USB device connected to a computer, a hacker can run commands without you even noticing. Google's making it easier for Linux users to fight back against these kinds of attacks by releasing an open source detection tool.
Called USB Keystroke Injection Protection, the tool detects "if the keystrokes have been made without human involvement". It does that by measuring "the timing of keystrokes coming from connected USB devices." Sebastian Neuner of Google's Information Security Engineering Team said that while the USB Keystroke Injection Protection tool isn't the last word in defense against these kinds of attacks, but offers "another layer of protection and to defend a user sitting in front of their unlocked machine by them seeing the attack happening."
You can find the Python source code for the tool on GitHub.
Uber makes code deletion tool open source
As applications get bigger, they often contain code that's either no longer used or which is obsolete. That added code make software more difficult to maintain. To help solve the problem of quickly finding that redundant code, Uber recently open sourced a tool called Pirhana.
Pirhana scans code for feature flags, looking for ones that are no longer used. The software then deletes the unused flags from the code. At the moment, Pirhana works with software written in the Objective-C, Swift, and Java languages. Uber's developers hope the number of supported languages will increase "now that outside developers have an opportunity to contribute to the project."
You can grab Pirhana's source code from its repository on GitHub
In other news
- Singapore government to open source contact-tracing protocol
- European Commission to use open source messaging service Signal
- Spanish software to computerize healthcare in Cameroon and India
- ING Open-Sources Lion, Its White-Label Web Component Library
- Open Source Goes Mainstream – How Sharing Is Shaping The Future Of Music
Thanks, as always, to Opensource.com staff members and Correspondents for their help this week.
2 Comments