awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesPull Request Vulnerability Scanning

Static analysis focused specifically on identifying new security risks introduced in pull request diffs.

Distinct from Source Code Vulnerability Scanning: Focuses on differential analysis of PR changes rather than full source code scanning.

Explore 2 awesome GitHub repositories matching security & cryptography · Pull Request Vulnerability Scanning. Refine with filters or upvote what's useful.

Awesome Pull Request Vulnerability Scanning GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • snyk/snyksnyk का अवतार

    snyk/snyk

    5,586GitHub पर देखें↗

    Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source code, open-source dependencies, container images, and infrastructure-as-code configurations. It functions as a comprehensive security workflow automation tool, utilizing a static analysis engine and dependency graph mapping to detect security flaws and license compliance issues throughout the software development lifecycle. The platform distinguishes itself through agentic workflow orchestration and an automated remediation pipeline that generates and submits pull requests to patc

    Analyzes code changes in incoming pull requests to prevent the introduction of new vulnerabilities.

    TypeScript
    GitHub पर देखें↗5,586
  • anthropics/claude-code-security-reviewanthropics का अवतार

    anthropics/claude-code-security-review

    5,316GitHub पर देखें↗

    This project is an AI-powered static analysis tool and automated vulnerability scanner designed to detect security flaws such as injection and authentication bypasses. It uses large language models to perform semantic reasoning across multiple programming languages, identifying vulnerabilities within code changes. The tool operates as a GitHub Action that integrates into continuous integration pipelines to analyze pull request diffs. It focuses on modified lines of code to target new risks and reports findings by posting automated comments directly to the pull request. Analysis is directed b

    Analyzes specific code changes in a diff to identify new security risks without scanning the entire codebase.

    Python
    GitHub पर देखें↗5,316
  1. Home
  2. Security & Cryptography
  3. Source Code Vulnerability Scanning
  4. Pull Request Vulnerability Scanning

सब-टैग एक्सप्लोर करें

  • Incremental Security ChecksMechanisms to focus security analysis on changes introduced in pull requests to minimize developer friction. **Distinct from Pull Request Vulnerability Scanning:** Distinct from Pull Request Vulnerability Scanning: focuses on the incremental nature of the check rather than just the PR-based scanning mechanism.