awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
python-security avatar

python-security/pyt

0
View on GitHub↗
2,203 stars·249 forks·Python·GPL-2.0·1 vue

Pyt

.. image:: https://travis-ci.org/python-security/pyt.svg?branch=master :target: https://travis-ci.org/python-security/pyt

Features

  • Static Code Analysis - Static analysis for Python web application vulnerabilities.
  • Python Web Security - Static analysis tool for identifying Python security flaws.
  • Static Analysis - Detects security vulnerabilities in web application code.

Historique des stars

Graphique de l'historique des stars pour python-security/pytGraphique de l'historique des stars pour python-security/pyt

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Pyt

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pyt.
  • bearer/bearerAvatar de Bearer

    Bearer/bearer

    2,566Voir sur GitHub↗

    Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co

    Goappseccode-qualitycompliance
    Voir sur GitHub↗2,566
  • microsoft/devskimAvatar de microsoft

    microsoft/DevSkim

    995Voir sur GitHub↗

    DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.

    C#lintersdlsecurity
    Voir sur GitHub↗995
  • ajinabraham/nodejsscanAvatar de ajinabraham

    ajinabraham/nodejsscan

    2,563Voir sur GitHub↗

    nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code for security flaws and common coding vulnerabilities. It functions as a static application security testing tool that analyzes code without executing the program. The tool operates as a security linter that can be integrated into continuous integration pipelines to block insecure code from merging into main branches. It automates the auditing process through rule-based detection and pattern-based static analysis. The project provides capabilities for vulnerability alert autom

    CSScode-analysiscode-reviewdevsecops
    Voir sur GitHub↗2,563
  • awslabs/git-secretsAvatar de awslabs

    awslabs/git-secrets

    13,177Voir sur GitHub↗

    Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating automated scanning directly into the version control commit lifecycle. It functions as a commit scanner that evaluates staged files and commit messages against defined security policies before changes are finalized in a repository. The tool utilizes regular expression pattern matching to identify potential secrets and supports the registration of custom patterns to address specific organizational security requirements. To manage operational friction, it includes mechanisms for

    Shell
    Voir sur GitHub↗13,177
Voir les 30 alternatives à Pyt→

Questions fréquentes

Que fait python-security/pyt ?

.. image:: https://travis-ci.org/python-security/pyt.svg?branch=master :target: https://travis-ci.org/python-security/pyt

Quelles sont les fonctionnalités principales de python-security/pyt ?

Les fonctionnalités principales de python-security/pyt sont : Static Code Analysis, Python Web Security, Static Analysis.

Quelles sont les alternatives open-source à python-security/pyt ?

Les alternatives open-source à python-security/pyt incluent : bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security… microsoft/devskim — DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities. ajinabraham/nodejsscan — nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code… awslabs/git-secrets — Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating… bahmutov/ban-sensitive-files — Checks filenames to be committed against a library of filename rules to prevent sensitive files in Git. baba-s/uni-common-test-runner.