Logo

PyCharm Python Security plugin

Navigation

Contents:

  • Installation
  • Usage
  • GitHub Action
  • List of Checks
  • List of Quick Fixes
  • Development
  • Comparison with Bandit
  • Django security

  • JetBrains Marketplace
  • GitHub Marketplace
  • Docker Hub

Quick search

List of Quick FixesΒΆ

Index:

  • Compare Digest Fixer - Replaces direct password/hash comparisons with compare_digest()
    • Suggested By
    • Logic
    • Examples
  • Jinja2 unconditional autoescape fixer - Adds autoescaping to Jinja2 templates
    • Suggested By
    • Logic
  • Mako HTML escape fixer
    • Suggested By
    • Logic
  • Safe Load Fixer - Replaces uses of yaml.load with yaml.safe_load
    • Suggested By
    • Logic
    • Examples
  • Shell Escape Fixer - Replaces direct password/hash comparisons with compare_digest()
    • Suggested By
    • Logic
    • Examples
  • Tempfile mkstemp Fixer - Replaces uses of tempfile.mktemp with tempfile.mkstemp
    • Suggested By
    • Logic
    • Examples
Page source
Fork me on GitHub