awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesScan Coordination & Reporting

Management of authentication, scheduling, and the aggregation of vulnerability data into reports.

Distinct from Vulnerability Scanning: Distinct from Vulnerability Scanning by focusing on the orchestration and output phase rather than the detection process

Explore 3 awesome GitHub repositories matching security & cryptography · Scan Coordination & Reporting. Refine with filters or upvote what's useful.

Awesome Scan Coordination & Reporting GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • greenbone/openvas-scannergreenbone 的头像

    greenbone/openvas-scanner

    4,670在 GitHub 上查看↗

    openvas-scanner 是一个漏洞扫描器,旨在识别目标系统中的安全弱点和过时软件。它通过执行安全测试和网络攻击脚本进行网络漏洞扫描,并通过对已安装软件进行静态版本检查来执行本地安全审计。 该项目利用社区管理的源(feeds)来同步和更新本地安全定义和漏洞测试。这些测试和扫描配置通过容器镜像或手动传输加载到系统中,并存储在持久化关系型数据库中,以便进行长期跟踪和报告。 该系统包含一个可以使用容器编排部署的管理栈。通过 Web 管理仪表板、专用命令行工具以及各种远程过程接口(包括基于 XML 的 API 和用于 Windows 系统远程进程执行的 WMI)提供管理控制。 安全和访问通过基于角色的访问控制(RBAC)、密码策略强制执行以及 Web 界面的 TLS 加密进行管理。该扫描器还具有异步任务调度功能以自动化安全审计,并支持通过 SMTP 发送电子邮件通知以进行安全警报。

    Coordinates authentication, scheduling, and the reporting of vulnerability information through a central database.

    Rustcfoogreenbone
    在 GitHub 上查看↗4,670
  • open-policy-agent/gatekeeperopen-policy-agent 的头像

    open-policy-agent/gatekeeper

    4,228在 GitHub 上查看↗

    Gatekeeper 是一个 Kubernetes 准入控制和策略执行引擎,用于确保集群资源符合组织的安全和配置标准。它拦截 API 请求,在资源持久化到集群之前验证或拒绝不合规的资源。 该项目使用参数化策略库和自定义资源定义(CRD)来创建可重用的模板和执行规则。它通过“中心辐射型”(hub-and-spoke)管理模型脱颖而出,允许管理集群中的控制器在不同的目标集群中执行策略。 除了准入控制外,该系统还涵盖了合规性审计(扫描现有资源以发现违规)和资源变更(自动修改传入请求,例如更新容器镜像或注入元数据)。它还与外部数据提供程序集成,以利用实时环境上下文来辅助授权决策。 该引擎提供了一套用于策略库管理、CI/CD 验证和资源扩展测试的 CLI 工具。

    Periodically scans existing cluster resources against active policies to detect and report violations for pre-existing objects.

    Go
    在 GitHub 上查看↗4,228
  • ravendb/ravendbravendb 的头像

    ravendb/ravendb

    3,961在 GitHub 上查看↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Scans stored documents against defined schemas to identify and report violations without blocking write operations.

    C#csharpdatabasedocument-database
    在 GitHub 上查看↗3,961
  1. Home
  2. Security & Cryptography
  3. Vulnerability Scanning
  4. Scan Coordination & Reporting

探索子标签

  • Cluster Compliance Auditing1 个子标签Periodic scanning of existing cluster resources to detect policy violations in pre-existing objects. **Distinct from Scan Coordination & Reporting:** Focuses on auditing existing cluster state rather than managing vulnerability scan orchestration