How to write safe and secure Python code, detect CWE and avoid vulnerabilities in production code

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • bandit

    Bandit is a tool designed to find common security issues in Python code.

  • There are also static analysis tools that can be used to find or verify the absence of security-related issues in Python code. For example, bandit detects the use of insecure Python modules as well as insecure usage of some functions.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Enhance your python code security using bandit

    1 project | dev.to | 29 Feb 2024
  • Python logging.config code execution PoC exploit

    2 projects | /r/hacking | 1 Apr 2022
  • Looking for an official documentation regarding security best practices and how to write secure code

    1 project | /r/Python | 20 Mar 2022
  • Check your code in Python notebooks

    2 projects | dev.to | 26 Oct 2021
  • please stop with the cryptography projects

    1 project | /r/Python | 10 Oct 2021