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,586在 GitHub 上查看↗

    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,316在 GitHub 上查看↗

    这是一个基于 AI 的静态分析工具和自动化漏洞扫描器,旨在检测注入和身份验证绕过等安全缺陷。它利用大语言模型对多种编程语言进行语义推理,从而识别代码变更中的漏洞。 该工具作为 GitHub Action 运行,集成在持续集成流水线中以分析 Pull Request 的差异。它专注于修改后的代码行,针对性地发现新风险,并通过在 Pull Request 中直接发布自动化评论来报告结果。 分析过程由可自定义的安全策略和外部规则注入引导,支持针对特定项目的指令。这些自定义规则和过滤器用于减少干扰并剔除低影响的发现,从而优先处理高置信度的安全风险。

    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.