user

Inedo Blog


Navigation
CategoryPython
Featured

Python

Are You Safe from Malicious and Vulnerable Python Packages?

Posted on September 16th, 2022.

Can you spot the difference between colorama and colourama?   Sure, one is American English and the other is aimed at British-English users.   One of these is a malicious python package designed to trick users and the other is legitimate.  Chances are that you’ve heard about vulnerable...

Featured

Python

PyPI Package Dependencies and Their Unintended Consequences

Posted on May 3rd, 2022.

Having uncontrolled package dependencies can lead to some unintended consequences, like version conflict and even malicious and vulnerable packages. Let’s see what happens when you let those dependency trees go unchecked.

Featured

Python

You Should be Using CI/CD Alongside Python

Posted on May 1st, 2022.

You know about CI/CD and you’re already using Python—so what’s stopping you from using them together? 

Featured

Python

How to Automate Vulnerability Scanning for PyPI Packages

Posted on April 13th, 2022.

Regularly scanning for vulnerabilities is the best way to protect against vulnerabilities that pop up and the risks that they bring.  Learn How to Automate Vulnerability Scanning for PyPI Packages.

Featured

Python

Python Management in the Enterprise for 2022

Posted on April 6th, 2022.

Open-source packages like those found on PyPI.org have helped every python user get their projects off the ground. Read to learn more about best management practices.

Featured

Python

How to Easily Create a Custom Python GUI

Posted on March 14th, 2022.

Auto-generated GUI's for your Python let your non-expert users run scripts and allow you to sleep soundly by restricting only specific servers for a job.

Featured

Python

Integrating CI/CD into Your Python Development

Posted on February 21st, 2022.

CI/CD is one of the best development processes around; so you shouldn't be surprised it works well with Python! Read our post to learn a great way to get started.

Featured

Python

Managing Python Dependencies with Requirements.txt

Posted on February 15th, 2022.

There are few things more frustrating than investigating why code works on one machine, but not another. This article will explain how unwanted packages sneak into your code, describe how to use requirements.txt files to ensure repeatable builds, and show how Package Consumers can quickly identify which applications are using a specific...

Featured

Python

Identifying and Managing Vulnerabilities in Python Packages

Posted on February 11th, 2022.

Every package from PyPI.org can become vulnerable: it's just a matter of time until it's detected. To protect yourself, use tools to routinely scan for vulnerabilities.

Featured

Python

Protect Yourself from Litigation due to Unexpected Python License Agreements

Posted on February 3rd, 2022.

Python package licenses can have huge consequences when not vetted and approved by stakeholders. Read about expanding your third-party software policy to include packages.