Cisco Blogs
Voice Search is currently unavailable
Powered by Google Web Speech API
We didn't hear that. Try again.
When autocomplete results are available use up and down arrows to review and enter to select

open source

July 18, 2023

DEVELOPER

Starbucks Open Sources Their Terraform Provider for Meraki Networks

2 min read

See how Starbucks uses Terraform, an open-source infrastructure as code (IaC) tool, to provision and manage cloud infrastructure resources across multiple cloud providers.

April 20, 2023

DEVELOPER

Modernizing Your Applications with Open Source? Yes, It Can Be Done!

2 min read

Learn about new additions to open source projects led by the Cisco Engineering team that are contributing more security features and functionality for Kubernetes and cloud native environments.

November 1, 2022

DEVELOPER

Improving API Quality and Security with API Insights

3 min read

API Insights is an open source tool that helps developers address the quality and security of APIs earlier in the software development lifecycle, enabling them to establish and adopt API best practices.

May 20, 2022

HIGH TECH POLICY

An Action Plan to Boost Open Source Security

1 min read

Last week, Cisco’s Head of Open Source, Stephen Augustus, and I joined nearly 100 executives from 37 companies and leaders from the White House and across the U.S. federal government in Washington DC at the Open Source Software Security Summit II to finalize an action plan to boost the security of open source software (“OSS”). […]

March 15, 2022

DEVELOPER

Use “Scorecards” to Check on Security of Your Open Source Projects

1 min read

Watch the Snack Minute interview with Stephen Augustus, Head of Open Source at Cisco, about Scorecard and how you use them to improve the security of your project.

November 9, 2021

DEVELOPER

Is Selenium the Right Tool for Automating Your Network Settings?

2 min read

If you have a repeatable device configuration task that is connected with your web interface, and you usually solve it by using a browser, then you might want to check out Selenium.

October 8, 2021

DEVELOPER

Create, Document, and Share Live Code Examples with Jupyter Notebook

4 min read

Jupyter Notebook is an open-source web application used to create and share code along with narrative text. See this simple Python example that retrieves physical compute inventory claimed in Cisco Intersight.

October 7, 2021

DEVELOPER

Meet Cisco at KubeCon + CloudNativeCon 2021!

4 min read

The ability to program a massive application by piecing together services gives us incredible flexibility. But it also presents new problems, from API security to observability. Join Vijoy at KubeCon to discuss this challenge and to introduce APIClarity, a new open source program supported by Cisco.

November 17, 2020

THREAT RESEARCH

Nibiru ransomware variant decryptor

1 min read

Nikhil Hegde developed this tool. Weak encryption The Nibiru ransomware is a .NET-based malware family. It traverses directories in the local disks, encrypts files with Rijndael-256 and gives them a .Nibiru extension. Rijndael-256 is a secure encryption algorithm. However, Nibiru uses a hard-coded string “Nibiru” to compute the 32-byte key and 16-byte IV values. The […]