houndarr

遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。

没有一套可以保证软件永远不会有缺陷或漏洞的做法;如果规范或假设是错误的,即使合适的方法也可能失败。也没有哪些做法可以保证一个项目能够维持健康和运作良好的开发者社区。但是,遵循最佳做法可以帮助改善项目的成果。例如,一些做法可以在发布之前进行多人评估,这可以帮助您找到其他难以找到的技术漏洞,并帮助建立信任,并希望不同公司的开发人员之间进行重复的交互。要获得徽章,必须满足所有“必须”和“禁止”的条款,满足所有“应该”条款或有合适的理由,所有“建议”条款必须满足或未满足(至少希望考虑)。欢迎通过 GitHub网站创建问题或提出请求进行反馈。另外还有一个一般讨论邮件列表

如果这是您的项目,请在您的项目页面上显示您的徽章状态!徽章状态如下所示: 项目14028的徽章级别为passing 这里是如何嵌入它:
您可以通过将其嵌入在您的Markdown文件中:
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/14028/badge)](https://www.bestpractices.dev/projects/14028)
或将其嵌入到HTML中来显示您的徽章状态:
<a href="https://www.bestpractices.dev/projects/14028"><img src="https://www.bestpractices.dev/projects/14028/badge"></a>


这些是通过级别条款。您还可以查看白银黄金级别条款。

Baseline Series: 基准等级1 基准等级2 基准等级3

        

 基本 13/13

  • 常规

    请注意,其他项目可能使用相同的名称。

    Self-hosted *arr companion for controlled missing, cutoff, and upgrade searches.

    请使用 SPDX许可证表达格式;例子包括“Apache-2.0”,“BSD-2-Clause”,“BSD-3-Clause”,“GPL-2.0+”,“LGPL-3.0 +”,“MIT”和“(BSD-2-Clause OR Ruby)”。
    如果有多种语言,请将它们列为逗号分隔值(可选空格),并将它们从最多到最少使用。如果有长列表,请至少列出前三个最常见的列表。如果没有语言(例如,这是仅文档或仅测试项目),请使用单个字符“ - ”。请使用每种语言的常规大小写,例如“JavaScript”。
    通用平台枚举(CPE)是用于信息技术系统,软件和软件包的结构化命名方案。在报告漏洞时,它可用于多个系统和数据库。

    Houndarr runs as a single container next to an existing *arr stack. It makes
    no outbound connection other than to the instances you configure, with one
    optional exception: a release check against the GitHub releases API, which you
    can turn off.

    Security documentation, including the threat model, credential handling, and
    the CI evidence behind those claims, lives at
    https://av1155.github.io/houndarr/docs/security/overview

  • 基本项目网站内容


    项目网站必须简明扼要地描述软件的作用(它解决了什么问题?)。 [description_good]
    必须采用潜在用户可以理解的语言(例如,它使用最少的术语/行话)。

    Houndarr searches for missing, cutoff-unmet, and upgrade-eligible media in
    Radarr, Sonarr, Lidarr, Readarr, and Whisparr, in small rate-limited batches.
    The README and the documentation home page both open with a plain-language
    explanation of the problem: the *arr apps monitor RSS feeds for new releases
    but do not go back and search for content already in your library that is
    missing or below your quality cutoff, and their built-in "Search All Missing"
    button fires every item at once, which can exhaust indexer API limits and get
    you temporarily banned. Houndarr works through that backlog slowly and
    automatically instead, using configurable batch sizes, sleep intervals,
    per-item cooldowns, and hourly API caps.

    https://github.com/av1155/houndarr#what-is-houndarr
    https://av1155.github.io/houndarr/



    项目网站必须提供有关如何获取和提供反馈(错误报告或增强功能)以及如何贡献的信息。 [interact]

    Obtain: the README Quick Start gives a copy-paste docker-compose.yml and a
    docker run equivalent. The container image is published at
    ghcr.io/av1155/houndarr, and the docs site covers Docker, Docker Compose,
    Kubernetes, Helm, Unraid, and building from source.
    https://github.com/av1155/houndarr#quick-start
    https://av1155.github.io/houndarr/docs/guides/installation/docker-compose

    Feedback: bug reports and feature requests go through GitHub issues, which
    use structured issue forms.
    https://github.com/av1155/houndarr/issues/new/choose
    Security vulnerabilities are reported privately through GitHub security
    advisories, as documented in SECURITY.md.
    https://github.com/av1155/houndarr/security/advisories/new
    There is also a Discord server for questions and troubleshooting.

    Contribute: CONTRIBUTING.md documents the development setup, branch and
    commit conventions, required local quality gates, and the pull request
    process.
    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md



    关于如何贡献的信息必须解释贡献流程(例如,是否使用拉请求?) (需要网址) [contribution]
    除非另有说明,否则我们假定 GitHub上的项目使用问题列表(Issues)和拉(Pull)请求。这些信息可以简短,例如,说明项目使用拉请求,问题跟踪器或邮寄到邮件列表中的哪一个。

    CONTRIBUTING.md describes the full process: open a GitHub issue first, branch
    from main, implement with tests, run the quality gates locally, then open a
    pull request that links the issue. All required CI checks must pass before a
    PR is merged, and merges are squash-merged to keep linear history.

    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md#workflow



    关于如何贡献的信息应包括对可接受的贡献的要求(例如,引用任何所需的编码标准)。 (需要网址) [contribution_requirements]

    CONTRIBUTING.md states the requirements for an acceptable contribution:
    Python 3.13 or newer, Conventional Commits for commit messages, tests updated
    for any behavior change, no secrets or generated artifacts committed, and five
    quality gates that must pass locally before commit: ruff check, ruff format
    --check, mypy (strict), bandit, and pytest. CI enforces the same gates on
    every pull request, so a contribution that skips them will not merge.

    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md#required-local-checks
    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md#code-style


  • FLOSS许可证


    项目生产的软件必须作为FLOSS发布。 [floss_license]
    FLOSS是以符合开源定义免费软件定义。此类许可证的示例包括 CC0 MIT BSD 2条款 BSD 3条款修订版 Apache 2.0 Lesser GNU通用公共许可证(LGPL),以及 GNU通用公共许可证(GPL)。为了我们的目的,这意味着许可证必须是:该软件也可以用其他许可证(例如,“GPLv2或专有”是可以接受的)。

    The AGPL-3.0 license is approved by the Open Source Initiative (OSI).



    建议由项目生成的软件的任何必需的许可证是由开放源码促进会(OSI)批准的许可证(英文)[floss_license_osi]
    OSI (开放源代码促进会)使用严格的审批流程来确定哪些许可证是开源软件(OSS)。

    The AGPL-3.0 license is approved by the Open Source Initiative (OSI).



    项目必须将其许可证在其源代码存储库中的标准位置发布。 (需要网址) [license_location]
    一种约定是将许可证发布为名为LICENSE或COPYING的顶级文件,其后可以带有扩展名,例如“ .txt”或“ .md”。另一种约定是使用一个名为LICENSES的目录,其中包含许可证文件。这些文件通常被命名为其SPDX许可证标识符,后跟适当的文件扩展名,如REUSE Specification中所述。请注意,此标准只是源存储库上的要求。从源代码生成某些内容(例如可执行文件,程序包或容器)时,无需包括许可证文件。例如,在为综合R存档网络(CRAN)生成R软件包时,请遵循标准CRAN惯例:如果许可证是标准许可证,请使用标准简短许可证规范(以避免安装另一文本副本)并列出排除文件(例如.Rbuildignore)中的LICENSE文件。同样,在创建Debian软件包时,您可以在版权文件中放置一个指向/ usr / share / common-licenses中的许可证文本的链接,并从创建的软件包中排除许可证文件(例如,通过在调用dh_auto_install之后删除文件) )。我们鼓励在可行的情况下以生成的格式包含机器可读的许可证信息。

    Non-trivial license location file in repository: https://github.com/av1155/houndarr/blob/main/LICENSE.


  • 文档


    项目必须为项目生成的软件提供基本文档。 [documentation_basics]
    该文档必须在某些媒体(例如文本或视频)中,包括:如何安装它,如何启动它,如何使用它(可能使用教程使用示例)以及如何安全地使用它(例如,做什么和不做什么),如果这是软件的一个适当的话题。安全文档不需要太长篇幅。项目可以使用非项目内容的超文本链接作为文档。如果项目不生产软件,请选择“不适用”(N/A)。

    Some documentation basics file contents found.



    项目必须提供描述项目生成的软件的外部接口(输入和输出)的参考文档。 [documentation_interface]
    外部接口的文档向最终用户或开发人员解释如何使用它。这将包括其应用程序接口(API),如果软件有。如果它是一个库,记录可以调用的主要类/类型和方法/函数。如果是Web应用程序,定义其URL接口(通常是其REST接口)。如果是命令行界面,请记录其支持的参数和选项。在许多情况下,最好是自动生成大部分文档,以便本文档随着软件的更改而保持同步,但这并不是必需的。项目可以使用非项目材料的超文本链接作为文档。文档可以自动生成(实际上这通常是最好的方法)。可以使用Swagger / OpenAPI生成REST接口的文档。代码界面文档可以使用 JSDoc (JavaScript), ESDoc (JavaScript),pydoc(Python)和Doxygen(很多)。仅在实现代码中添加注释不足以满足本条款;在没有阅读所有源代码的情况下,需要一个简单的方法来查看信息。如果项目不生产软件,请选择“不适用”(N/A)。

    Houndarr's external interfaces are its web UI, one read-only HTTP endpoint for
    external dashboards, and its configuration surface. All are documented in the
    reference section of the docs site.

    Widget API: GET /api/v1/widget, with the full request, response, field, and
    error contract, including the X-Api-Key auth header.
    https://av1155.github.io/houndarr/docs/reference/widget-api

    Environment variables: every variable the application reads, with defaults,
    grouped by application, security, and container settings.
    https://av1155.github.io/houndarr/docs/reference/environment-variables

    Per-instance settings and the *arr search commands Houndarr issues are
    documented alongside them.
    https://av1155.github.io/houndarr/docs/reference/instance-settings
    https://av1155.github.io/houndarr/docs/reference/search-commands

    The application also serves auto-generated OpenAPI documentation at /api/docs
    when HOUNDARR_DEV=true. It is disabled in production builds by design.


  • 其他


    项目网站(网站,存储库和下载URL)必须使用TLS支持HTTPS。 [sites_https]
    您可以从Let's Encrypt获取免费证书。项目可以使用(例如) GitHub页面实现此条款, GitLab页面,或 SourceForge项目页面。如果您使用具有自定义域的GitHub页面,则可以使用内容传送网络(CDN)作为代理来支持HTTPS,例如博客文章“使用CloudFlare安全加速GitHub页面”,以满足此条款。如果您支持HTTP,我们敦促您将HTTP流量重定向到HTTPS。

    Given only https: URLs.



    该项目必须有一个或多个讨论机制(包括建议的更改和问题),可搜索,允许通过URL访问消息和主题,使新人能够参与一些讨论,并且不需要客户端安装专有软件。 [discussion]
    可接受机制的示例包括归档邮件列表,GitHub问题和拉请求讨论,Bugzilla,Mantis和Trac。如果满足这些标准,异步讨论机制(如IRC)是可以接受的;确保有一个URL可访问归档机制。允许专有JavaScript,但不鼓励。

    GitHub supports discussions on issues and pull requests.



    项目应该提供英文文档,并能够接受英文的代码的错误报告和评论。 [english]
    英语是计算机技术的通用语言;支持英语增加了全球不同潜在开发者和检视者的数量。即使核心开发人员的主要语言不是英文,项目也可以达到这个标准。

    All documentation, the web UI, the code base, issue forms, and the changelog are written in English, and issues and pull requests are handled in English.



    必须维护该项目。 [maintained]
    至少,项目应尝试响应重大问题和漏洞报告。可能正在维护一个积极追求徽章的项目。所有项目和人员的资源都有限,典型项目必须拒绝某些提议的更改,因此有限的资源和提议拒绝本身并不表示未维护的项目。

    当项目知道将不再维护该项目时,应将此标准设置为“未满足”,并使用适当的机制向其他人指示该项目将不会得到维护。例如,使用“ DEPRECATED”作为其自述文件的第一个标题,在其主页开头附近添加“ DEPRECATED”,在其代码存储库项目说明的开头添加“ DEPRECATED”,在其中添加无需维护的标志其自述文件和/或主页,在任何软件包存储库中将其标记为已弃用(例如npm deprecate ),和/或使用代码存储库的标记系统对其进行归档(例如GitHub的“ archive”设置,GitLab的“ archived”标记, Gerrit的“只读”状态,或SourceForge的“已放弃”项目状态)。可以在这里找到更多讨论。

    Actively maintained by the author, with releases published regularly to GHCR
    and as a Helm chart. Recent activity: 31 commits in the last 30 days and 54 in
    the last 90, with v1.13.1 as the current release. Issues are triaged and
    labeled, and vulnerability reports have a documented private reporting path
    and stated response expectations in SECURITY.md.

    https://github.com/av1155/houndarr/commits/main
    https://github.com/av1155/houndarr/releases
    https://github.com/av1155/houndarr/blob/main/SECURITY.md


 变更控制 9/9

  • 公开的版本控制的源代码存储库


    该项目必须有一个版本控制的源代码存储库。它必须是公开可读的并可通过URL访问。 [repo_public]
    该URL可以与项目URL相同。该项目可能在特定情况下使用私人(非公开)分支,而更改不会公开发布(例如,在向公众披露漏洞之前修复漏洞)。

    Repository on GitHub, which provides public git repositories with URLs.



    项目的源代码存储库必须跟踪所做的更改,谁进行了更改,何时进行了更改。 [repo_track]

    Repository on GitHub, which uses git. git can track the changes, who made them, and when they were made.



    为了实现协作检视,项目的源代码存储库必须包括临时版本,以便检视版本之间的变化;它不得仅包括最终版本。 [repo_interim]
    项目可以选择从其公共源代码库中删除特定的临时版本(例如,修复特定的未公开安全漏洞,可能永远不会公开发布的内容,或者包括不能合法发布而且不是最终版本的内容)。

    Every change lands on main as an individual pull request, so the repository
    carries the full development history between releases rather than release
    drops. Release tags point at commits that were already on main and visible
    for review. 35 version tags to date.

    https://github.com/av1155/houndarr/commits/main
    https://github.com/av1155/houndarr/pulls?q=is%3Apr+is%3Amerged



    建议使用通用分布式版本控制软件(例如,git)作为项目的源代码存储库。 [repo_distributed]
    Git不是必须,项目在合适场景可以使用集中版本控制软件(如subversion)。

    Repository on GitHub, which uses git. git is distributed.


  • 唯一版本编号


    项目生成的用于每个用户使用的版本必须具有唯一版本标识符。 [version_unique]
    本条款可以通过各种方式来满足,包括提交ID(例如git提交ID或者Mercurial 更改列表id)或版本号(包括使用语义版本或基于日期的方案,如YYYYMMDD的版本号)。

    Each release has a unique X.Y.Z identifier. The VERSION file is the single
    source of truth, and a CI check blocks any pull request where VERSION and the
    topmost CHANGELOG heading disagree. Each version ships as a git tag, a GitHub
    Release, and matching GHCR image tags. Current release: 1.13.1.

    https://github.com/av1155/houndarr/blob/main/VERSION
    https://github.com/av1155/houndarr/releases



    建议使用语义版本控制(SemVer)格式进行发布。 [version_semver]
    其他版本编号方案,如提交ID(例如git commit id或mercurial changeset id)或基于日期的方案,如YYYYMMDD,可以用作版本号,因为它们是唯一的。一些备选方案可能会导致问题,因为用户可能无法轻松确定是否是最新的。如果所有目标客户仅运行最新版本,则SemVer可能不太有助于识别软件版本(例如,它是通过持续交付不断更新的单个网站或互联网服务的代码)。


    建议项目识别其版本控制系统中的每个版本。例如,建议使用git的项目,使用git标签识别每个版本。 [version_tags]

    Every release is tagged in git as vX.Y.Z. Pushing the tag is what drives the
    release: it triggers the multi-arch image build and push to GHCR, creates the
    GitHub Release from the matching CHANGELOG block, and packages the Helm chart.

    https://github.com/av1155/houndarr/tags


  • 发行说明


    该项目必须在每个版本中提供发布说明,这是该版本中主要变化的可读的摘要,以帮助用户确定是否应升级,升级影响将如何。发行说明不能是版本控制日志的原始输出(例如,“git log”命令结果不是发行说明)。其产出不适用于多个地点的项目(如单个网站或服务的软件),并采用持续交付,可以选择“N/A”。 (需要网址) [release_notes]
    发行说明可以以各种方式实施。许多项目将它们添加到名为“NEWS”,“CHANGELOG”或“ChangeLog”的文件中,可选的包含“.txt”,“.md”或“.html”等扩展名。历史上,术语“更改日志”是指每个更改的日志,但为了满足这些条款,需要的是可读取的摘要。发行说明可以由版本控制系统机制提供,例如 GitHub发布工作流程

    Non-trivial release notes file in repository: https://github.com/av1155/houndarr/blob/main/CHANGELOG.md.



    发行说明必须列出每个新版本中修复的每个公开的漏洞。如果没有发行说明或者没有公开的漏洞,选择“不适用”。 [release_notes_vulns]
    如果用户通常不能在自己的计算机上实际更新软件,而必须依靠中间人来执行升级(对于内核和与内核交织的底层软件通常是这种情况),项目可以选择“不适用”(N/A)。

    Houndarr has had no publicly known vulnerabilities of its own, so there is
    nothing of this kind to list. The changelog does name upstream CVEs by
    identifier whenever a dependency bump clears one, for example the starlette
    and python-multipart advisories cleared in 1.12.x, even though dependency
    vulnerabilities fall outside this criterion.

    https://github.com/av1155/houndarr/blob/main/CHANGELOG.md


 报告 8/8

  • 错误报告流程


    项目必须为用户提交错误报告(例如,使用问题跟踪器或邮件列表)提供相关流程。 (需要网址) [report_process]

    Non-trivial SECURITY[.md] file found file in repository: https://github.com/av1155/houndarr/blob/main/SECURITY.md. [osps_do_02_01]



    项目必须使用问题跟踪器来跟踪每个问题。 [report_tracker]

    GitHub Issues, with structured bug report and feature request forms. Every
    issue carries a type label and a priority label, and an automation follows up
    on issues waiting on the reporter so threads do not go silent.

    https://github.com/av1155/houndarr/issues



    该项目必须响应过去2-12个月内(含)提交的大多数错误报告;响应不需要包括修复。 [report_responses]

    24 issues were opened by people other than the maintainer over the last 12
    months, and all 24 are closed. Every bug report got a reply in the thread.
    Recent examples: #632, #586, #577, #385, #363, #343, #308, #309.

    https://github.com/av1155/houndarr/issues?q=is%3Aissue+sort%3Acreated-desc



    该项目应该对过去2-12个月内(包括)的大部分(> 50%)的增强请求作出回应。 [enhancement_responses]
    答复可能是“不”或有关其价值的讨论。目的只是对某些请求有一些回应,这表明项目还活着。为了该条款的目的,项目不需要计数无效请求(例如,来自垃圾邮件发送者或自动系统)。如果项目不再进行增强,请选择“未满足”,并将介绍此情况的URL包含在内。如果一个项目有超出处理能力的增强需求数量,请选择“未满足”并解释。

    Feature requests get a reply and a stated outcome. Of the 11 opened by users
    in the last 12 months, all 11 are closed with the decision visible in the
    thread. Some were closed by shipping the feature, for example #619 landed in
    pull request #624. Others were closed as duplicates or as out of scope, for
    example #656.

    https://github.com/av1155/houndarr/issues?q=is%3Aissue+label%3A%22type%3A+feature%22



    该项目必须有一个公开的报告和回复的档案供后续搜索。 (需要网址) [report_archive]

    All issue and pull request discussion is public, searchable through GitHub
    search, and addressable by URL. Threads are locked after a long period of
    inactivity but stay readable.

    https://github.com/av1155/houndarr/issues?q=is%3Aissue


  • 漏洞报告流程


    项目必须在项目网站上发布报告漏洞的流程。 (需要网址) [vulnerability_report_process]
    例如,https://PROJECTSITE/security 上的一个明确指定的邮箱地址,通常以 security@example.org 的形式。这可能与其错误报告流程相同。漏洞报告可能一直是公开的,但是许多项目都有一个私密漏洞报告机制。

    SECURITY.md documents the process: do not open a public issue, use GitHub's
    private reporting flow, and include the affected version or commit, the
    environment, reproduction steps, an impact assessment, and a proof of concept
    if there is one. It also states the response expectations. The security pages
    on the documentation site link to the same flow.

    https://github.com/av1155/houndarr/blob/main/SECURITY.md
    https://av1155.github.io/houndarr/docs/security/overview



    如果支持私有漏洞报告,项目必须包括如何以保密的方式发送信息。 (需要网址) [vulnerability_report_private]
    示例包括使用HTTPS(TLS)或使用OpenPGP加密的电子邮件在网络上提交的私密缺陷报告。如果漏洞报告总是公开的(从来没有私密漏洞报告),请选择“不适用”(N/A)。

    Private vulnerability reporting is enabled on the repository, so reports go
    through GitHub over HTTPS and stay private until an advisory is published.
    The form is linked from SECURITY.md and from the security section of the
    documentation site.

    https://github.com/av1155/houndarr/security/advisories/new



    该项目在过去6个月收到的任何漏洞报告的初始响应时间必须小于或等于14天。 [vulnerability_report_response]
    如果过去6个月没有报告漏洞,请选择“不适用”(N/A)。

    No vulnerability reports have been received in the last 6 months, and no advisory has been published for the project. SECURITY.md commits to an initial acknowledgement within 72 hours.


 质量 13/13

  • 可工作的构建系统


    如果项目生成的软件需要构建使用,项目必须提供可以从源代码自动重新构建软件的可工作的构建系统。 [build]
    构建系统确定重建软件(以及以什么顺序)需要执行哪些操作,然后执行这些步骤。例如,它可以调用编译器来编译源代码。如果从源代码创建可执行文件,则必须可以修改项目的源代码,然后通过这些修改生成更新的可执行文件。如果项目生成的软件取决于外部库,则构建系统不必构建那些外部库。如果在修改源代码之后不需要构建任何使用该软件的软件,请选择“不适用”(N/A)。

    A multi-stage Dockerfile builds the shipped artifact from source: a Node stage
    compiles the Tailwind CSS bundle, and the runtime stage installs Python
    dependencies from uv.lock. docker build . reproduces the published image, and
    CI builds it on every pull request. Building outside Docker is documented as
    uv sync, pnpm install --frozen-lockfile, pnpm run build-css, then
    uv run houndarr.

    https://github.com/av1155/houndarr/blob/main/Dockerfile
    https://av1155.github.io/houndarr/docs/guides/installation/from-source



    建议使用通用工具来构建软件。 [build_common_tools]
    例如,Maven,Ant,cmake,自动工具,make,rake(Ruby)或devtools (R)。

    Docker with BuildKit for the image, uv for Python dependency resolution and environment creation, pnpm for the CSS build, and a justfile that wraps the gates, the test slices, and the dev server.



    该项目应该仅使用FLOSS工具来构建。 [build_floss_tools]

    Every tool in the build path is FLOSS: Docker Engine and BuildKit, uv, Node.js, pnpm, CPython, and Tailwind CSS. Nothing proprietary is needed to build or run the project.


  • 自动测试套件


    该项目必须使用至少一个作为FLOSS公开发布的自动测试套件(该测试套件可以作为单独的FLOSS项目维护)。 [test]
    该项目可以使用多个自动测试套件(例如,一个是快速运行的测试套件,而另一个更为彻底但需要特殊设备)。

    A pytest suite of 2806 tests lives in tests/ and is released under the same
    AGPL-3.0 license as the rest of the repository. How to run it is documented in
    CONTRIBUTING.md (uv run pytest) and in the justfile (just test,
    just test-quick, just test-integration, just test-browser). CI runs it on
    every pull request.

    https://github.com/av1155/houndarr/tree/main/tests
    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md#required-local-checks



    测试套件应该以该语言的标准方式进行调用。 [test_invocation]
    例如“make check”,“mvn test”或“rake test”。

    pytest is the standard invocation for Python. uv run pytest runs it against
    the project environment, and just test is the repository shorthand.



    建议测试套件覆盖大部分(或理想情况下所有)代码分支,输入字段和功能。 [test_most]

    Measured with pytest-cov and branch coverage enabled, the suite covers 92% of src/houndarr: 6012 statements with 355 missed, and 1384 branches with 133 partial. Coverage includes the auth middleware, the encryption layer, instance URL validation, and the search engine cycle.



    建议项目实施持续集成,将新的或更改的代码经常集成到中央代码库中,并对结果进行自动化测试。 [test_continuous_integration]

    Every pull request runs the full suite on Python 3.13 alongside lint, format,
    type check, bandit, Trivy filesystem and image scans, CodeQL, a pip-audit
    dependency audit, dependency review, and a live security smoke test against a
    freshly built container. Merges are blocked until the required checks pass.

    https://github.com/av1155/houndarr/tree/main/.github/workflows


  • 新功能测试


    该项目必须有通用的策略(正式或非正式),当主要的新功能被添加到项目生成的软件中,该功能的测试应该同时添加到自动测试套件。 [test_policy]
    只要有相应的策略,即使是通过口头传播,也就是说开发人员应该为主要的新功能在自动化测试套件中添加测试,选择“Met”。

    Behaviour changes require test changes. CONTRIBUTING.md states it, and the
    pull request template carries it as a checklist item: "Tests added/updated for
    all changes".

    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md#pull-request-guidance



    该项目必须有证据表明,在项目生成的软件的最近重大变化中,已经遵守了添加测试的条款: test_policy [tests_are_added]
    主要功能通常在发行说明中提及。不需要完美,只需证明,当新的主要功能添加到项目生成的软件时,测试通常会在实践中被添加到自动化测试套件中。

    Recent pull requests that touched src/houndarr all shipped test changes with
    them. Counts of source files against test files: #644 (29 / 25), #643
    (17 / 17), #631 (15 / 11), #624 (10 / 9), #679 (7 / 5), #642 (4 / 3).

    https://github.com/av1155/houndarr/pulls?q=is%3Apr+is%3Amerged



    建议您在更改提案的说明文档中添加测试策略要求(请参阅test_policy)。 [tests_documented_added]
    但是,只要在实践中添加了测试,即使是非正式规则也是可以接受的。

    CONTRIBUTING.md tells contributors to implement changes with tests and to
    update tests for behaviour changes, and the pull request template has a
    checklist item for it.

    https://github.com/av1155/houndarr/blob/main/CONTRIBUTING.md
    https://github.com/av1155/houndarr/blob/main/.github/pull_request_template.md


  • 警告标志


    该项目必须启用一个或多个编译器警告标志,“安全”语言模式,或者使用单独的“linter”工具查找代码质量错误或常见的简单错误,如果至少有一个FLOSS工具可以在所选择的语言实现此条款。 [warnings]
    编译器警告标志的例子包括gcc/clang “-Wall”。 “安全”语言模式的示例包括JavaScript “use strict”和perl5的“使用警告”。一个单独的“linter”工具用于检查源代码以查找代码质量错误或常见的简单错误。这些通常在源代码或构建指令中启用。

    Ruff runs with eleven rule families selected: pycodestyle E and W, pyflakes F,
    isort I, bugbear B, comprehensions C4, pyupgrade UP, simplify SIM, annotations
    ANN, bandit security S, and pep8-naming N. mypy runs in strict mode over src/.
    hadolint checks the Dockerfile and actionlint checks the workflows. All are CI
    gates.

    https://github.com/av1155/houndarr/blob/main/pyproject.toml



    该项目必须处理警告。 [warnings_fixed]
    告警是通过执行warnings条款确定的。该项目应该修复告警或在源代码中将其标记为误报。理想情况下,不会有告警,但项目可能会接受一些告警(通常每100行小于1个告警,或整体少于10个告警)。

    The lint and type check jobs fail the build on any finding, so main stays clean. The few suppressions are narrow and each carries a comment explaining why: assert in tests, binding all interfaces for a self-hosted server, function calls in defaults for the FastAPI Depends pattern, and nested context managers that aiosqlite cannot combine.



    建议在实际情况下,项目以最严格方式对待项目生成的软件中的告警。 [warnings_strict]
    某些项目无法有效启用某些警告。需要证明的是,项目正在努力的启用警告标志,以便早期发现错误。

    mypy runs with strict = true plus warn_return_any, warn_unused_ignores,
    warn_redundant_casts, disallow_untyped_defs, disallow_incomplete_defs, and
    no_implicit_optional. Ruff's selection includes the bandit security rules
    across the whole source tree, and the per-file relaxations are limited to the
    test directory.


 安全 16/16

  • 安全开发知识


    该项目必须至少有一个主要开发人员知道如何设计安全软件。 [know_secure_design]
    这需要了解以下设计原则,包括 Saltzer和Schroeder 中的8项原则:
    • 机制经济(保持设计简单实用,例如采用彻底简化)
    • 故障安全默认(默认情况下,访问决策应拒绝),项目安装应默认安全)
    • 完全仲裁(必须检查每个可能被限制的访问权限,并且不可绕过)
    • 开放式设计(安全机制不应该依赖于攻击者对其设计的无知,而应该更容易地保护和更改信息,例如密钥和密码)
    • 特权分离(理想情况下,对重要对象的访问应该取决于多个条件,从而破坏一个保护系统将无法实现完全访问。如,多因子身份验证,要求密码和硬件令牌,比单因子认证安全性更高)
    • 最小权限(进程应该以最少的权限运行)
    • 最少的公共机制(设计应该最大限度地减少所有用户所依赖的,涉及到多个用户的共同机制,如,临时文件的目录)
    • 心理可接受性(人机接口必须设计为易于使用 —— 设计为“最不惊讶”)
    • 有限的攻击面(攻击面 —— 一组不同的入口,其​​中攻击者可以尝试输入或提取数据 —— 应该受到限制)
    • 输入验证与白名单(输入通常应该在被接受之前检查以确定是否有效;此验证应使用白名单(仅接受已知的有效值),而不是黑名单(尝试列出已知的非法值))。
    项目中的“主要开发人员”的定义是熟悉项目代码的任何人,很乐意对其进行更改,并被项目中大多数其他参与者确认。主要开发人员通常会在过去一年中通过代码,文档或回答问题提供一些贡献。开发人员通常被认为是主要开发人员,如果他们启动项目(并且还没有离开项目满三年),可以选择在私人漏洞报告渠道(如果有的话)上接收信息,可以代表项目接受提交,或执行项目软件的最终版本发布。如果只有一个开发者,那个人是主要开发人员。

    I am the sole maintainer and designed the security model. The principles show
    up in specific decisions rather than as a claim.

    Fail-safe defaults and complete mediation: one global authentication
    middleware validates the session and CSRF token for every request, so a newly
    added route is protected unless it is explicitly listed in a small
    unauthenticated allowlist. There are no per-route auth decorators to forget.

    Least privilege: the container drops to a non-root user after PUID/PGID
    remapping. Calls to *arr instances are read-only apart from the search command
    itself, and Houndarr holds no download client or indexer credentials.

    Limited attack surface: no download client integration, no indexer access, no
    request workflow, no media file manipulation. OpenAPI documentation is served
    only when dev mode is on. Exactly one endpoint is authorized by the Houndarr
    API key, and it is read-only.

    Economy of mechanism: a single admin account, one authentication middleware,
    one encryption path for stored credentials.

    Open design: the encryption scheme, session handling, cookie flags, and the
    trust boundary are published rather than kept quiet.

    Input validation with allowlists: instance URLs are checked against an
    allowlist of schemes and a hostname pattern, and both literal addresses and
    DNS-resolved addresses are rejected when they land on loopback or link-local
    ranges. Private LAN ranges are deliberately permitted because that is where
    *arr instances live, and the reasoning is documented in the module.

    Psychological acceptability: polite defaults out of the box, so an operator
    who changes nothing cannot exhaust their indexer budget.

    https://av1155.github.io/houndarr/docs/security/threat-model



    该项目的主要开发人员中,至少有一个必须知道导致这类型软件漏洞的常见错误类型,以及至少有一种方法来对付或缓解这些漏洞。 [know_common_errors]
    示例(取决于软件的类型)包括SQL注入,操作系统注入,经典缓冲区溢出,跨站点脚本(XSS),缺少认证和缺少授权。请参阅 CWE/SANS 25种最常见漏洞 OWASP十大漏洞类型项目

    Yes, for the classes that apply to a self-hosted Python web application.

    SQL injection: all queries use parameterised aiosqlite statements.
    XSS: Jinja2 autoescaping, with no raw rendering of user-supplied values.
    CSRF: a signed double-submit token validated in middleware with a constant-time
    comparison.
    Missing authentication and authorization: enforced globally in middleware, so
    protection is the default state for a route.
    SSRF: scheme allowlisting plus post-resolution address checks on configured
    instance URLs.
    Credential exposure: instance API keys are encrypted at rest and never sent
    back to the browser; Houndarr API keys are stored as SHA-256 digests of
    256-bit random tokens.
    Brute force: per-IP login rate limiting, with bucket eviction so the limiter
    cannot grow without bound.
    Header spoofing: proxy auth trusts forwarded headers only from configured
    trusted proxy ranges, and dispatch and validation share one code path.
    Vulnerable dependencies: pip-audit, Trivy, CodeQL, and Dependabot.

    tests/test_huntarr_vulns.py runs 63 cases derived from a published security
    review of a comparable tool, covering unauthenticated access to every
    protected route, secret leakage in response bodies, and setup lockout after
    first run.

    https://av1155.github.io/houndarr/docs/security/audit


  • 使用基础的良好加密实践

    请注意,某些软件不需要使用加密机制。

    项目生成的软件默认情况下,只能使用由专家公开发布和审查的加密协议和算法(如果使用加密协议和算法)。 [crypto_published]
    这些加密条款并不总是适用,因为某些软件不需要直接使用加密功能。

    Only published, reviewed primitives. Instance API keys are encrypted at rest
    with Fernet from pyca/cryptography, which is AES-128 in CBC mode with
    HMAC-SHA256 for integrity. The admin password is hashed with bcrypt. Session
    cookies are signed with HMAC-SHA256 through itsdangerous. Houndarr API keys
    are 256-bit random tokens stored as SHA-256 digests.

    https://av1155.github.io/houndarr/docs/security/credential-handling



    如果项目生成的软件是应用程序或库,其主要目的不是实现加密,那么它应该只调用专门设计实现加密功能的软件,而不应该重新实现自己的。 [crypto_call]

    Houndarr implements no cryptography of its own. It calls pyca/cryptography for Fernet, the bcrypt package for password hashing, itsdangerous for cookie signing, and the Python standard library's secrets, hmac, and hashlib for token generation and constant-time comparison.



    项目所产生的软件中,所有依赖于密码学的功能必须使用FLOSS实现。 [crypto_floss]

    Every cryptographic dependency is FLOSS: pyca/cryptography (Apache-2.0 or BSD-3-Clause), bcrypt (Apache-2.0), itsdangerous (BSD-3-Clause), and the Python standard library, with OpenSSL underneath.



    项目生成的软件中的安全机制使用的默认密钥长度必须至少达到2030年(如2012年所述)的NIST最低要求。必须提供配置,以使较小的密钥长度被完全禁用。 [crypto_keylength]
    这些最小位长度是:对称密钥112,因式分解模数2048,离散对数密钥224,离散对数组2048,椭圆曲线224和散列224(密码散列不涉及该位长度),关于密码散列的更多信息可以在 crypto_password_storage 条款)。请参阅 http://www.keylength.com 以比较不同组织的密钥长度建议。在某些配置中,软件可能允许较小的密钥长度(理想情况下不会,因为这允许降级攻击,但是互操作性有时需要较短的密钥长度)。

    Defaults exceed the NIST through-2030 minimums and there is no setting that
    lowers them. The Fernet master key is 256 bits from Fernet.generate_key(),
    which draws from os.urandom(32), and splits into a 128-bit AES key and a
    256-bit HMAC-SHA256 key. The session signing secret is 256 bits from
    os.urandom(32). CSRF tokens are 256 bits from secrets.token_hex(32). Houndarr
    API keys are 256 bits from secrets.token_urlsafe(32). Password hashing uses
    bcrypt at cost factor 12.



    项目产生的软件中的默认安全机制不得取决于已被破解的密码算法(例如,MD4,MD5,单DES,RC4,Dual_EC_DRBG)或使用不适合上下文的密码模式(例如,ECB模式几乎不适当,因为它揭示了密文中相同的块,如 ECB企鹅所示。CTR模式通常是不合适的,因为如果重复输入状态,则它不执行认证并导致重复)。 [crypto_working]
    在许多情况下,最好选择设计用于组合保密和认证的块密码算法模式,例如Galois / Counter Mode(GCM)和EAX。项目可以允许用户为必要的兼容性启用已被破解的加密机制,但是需要用户知道他们正在这么做。

    No broken algorithm appears anywhere in the codebase: no MD4, MD5, SHA-1, single DES, RC4, or ECB mode. Fernet's CBC mode is paired with HMAC-SHA256 in an encrypt-then-MAC construction, so ciphertext is authenticated before decryption. SHA-256 appears only as a lookup digest for API key tokens that are already 256 bits of CSPRNG output, where password-style stretching would add nothing.



    由项目产生的软件中的默认安全机制不应该依赖于具有已知严重弱点的加密算法或模式(例如,SHA-1密码散列算法或SSH中的CBC模式)。 [crypto_weaknesses]
    CERT:SSH CBC漏洞中讨论了SSH中CBC模式的问题。

    No SHA-1 and no unauthenticated cipher modes. Hashing is SHA-256 or stronger, symmetric encryption is authenticated, and password storage uses bcrypt rather than a fast hash.



    项目产生的软件中的安全机制应该​​对密钥协商协议实施完美的前向保密(PFS),如果长期密钥集合中的一个长期密钥在将来泄露,也不能破坏从一组长期密钥导出的会话密钥。 [crypto_pfs]

    Houndarr implements no key agreement protocol. Inbound TLS is terminated by
    the operator's reverse proxy, and outbound calls to *arr instances use the
    platform TLS stack through httpx. Forward secrecy is a property of those
    layers rather than of anything this project implements.



    如果项目产生的软件存储用于外部用户认证的密码,则必须使用密钥拉伸(迭代)算法(例如,PBKDF2,Bcrypt或Scrypt)将密码存储为每用户盐值不同的迭代散列 。 [crypto_password_storage]
    此条款仅适用于软件强制使用密码验证用户身份的情况(如服务器端Web应用程序)。在软件存储用于认证到其他系统的密码(例如,该软件实现某个其他系统的客户端)的情况下,这是不适用的,因为该软件的至少某个部分必须经常访问未散列加密的密码。

    The admin password is stored as a bcrypt hash at cost factor 12 with a
    per-hash salt from bcrypt.gensalt(). Plaintext is never written to the
    database or to logs. In proxy auth mode no password is stored at all.

    https://av1155.github.io/houndarr/docs/security/credential-handling



    由项目生成的软件中的安全机制必须使用密码学安全的随机数生成器生成所有加密密钥和随机数,并且不得使用密码学不安全的生成器。 [crypto_random]
    密码安全的随机数生成器可以是硬件随机数生成器,或者它可以是使用诸如Hash_DRBG,HMAC_DRBG,CTR_DRBG,Yarrow或Fortuna之类的算法的加密安全的伪随机数生成器(CSPRNG)。对安全性随机数生成器的调用示例包括Java的java.security.SecureRandom和JavaScript的window.crypto.getRandomValues。调用不安全随机数生成器的示例包括Java的java.util.Random和JavaScript的Math.random。

    All keys, tokens, and nonces come from the operating system CSPRNG: os.urandom for the Fernet master key and the session signing secret, and the secrets module for CSRF tokens and Houndarr API keys. The random module appears only in search scheduling and ordering jitter, which has no security role, and those call sites are annotated as such.


  • 安全交付防御中间人(MITM)的攻击


    该项目必须使用一种针对MITM攻击的传递机制。使用https或ssh + scp是可以接受的。 [delivery_mitm]
    一个更强大的机制是使用数字签名的软件包发布软件,因为这样可以减轻对分发系统的攻击,但只有在用户确信签名的公钥是否正确的情况下才可以确定。用户实际上会检查签名。

    Distribution channels use HTTPS exclusively. [osps_br_03_02]



    不得通过http协议获取加密散列(例如,sha1sum)并直接使用,而不检查密码学签名。 [delivery_unsigned]
    这些散列可以在传输过程中修改。

    Nothing is fetched over plain HTTP. Python dependencies install from uv.lock, which records a hash for every artifact, over HTTPS from PyPI. The CSS build uses pnpm with a lockfile carrying integrity hashes. Every GitHub Action is pinned to a full 40-character commit SHA, with a CI check that enforces the pinning. Container images move over HTTPS to and from GHCR.


  • 修正公开的漏洞


    被公开了超过60天的中等或更高严重程度的漏洞,必须被修复。 [vulnerabilities_fixed_60_days]
    该漏洞必须由项目本身修补和发布(修补程序可能在其他地方开发)。一旦漏洞具有公开发布的非付费信息的CVE(例如,在国家漏洞数据库)或项目已被通知,且信息已经发布给公众(可能是项目自己发布),则视为漏洞已经公众所知。如果其 CVSS 2.0 基本分数为4或更高,则漏洞是中等到高的严重性。 注意:这意味着全世界的所有攻击者可能会对用户造成长达60天的伤害。这个标准通常比Google在重新启动负责任的披露中所推荐的容易得多。因为Google建议,如果报告不是公开的,那么当项目得到通知,甚至报告尚未公开时,60天的时间段就会开始。

    No vulnerability has been reported against Houndarr and none is publicly known. Dependency advisories surfaced by pip-audit, Trivy, CodeQL, or Dependabot are patched well inside 60 days, usually within the same week, and the changelog records which advisory each bump clears. The repository currently has no open code scanning alerts and no open Dependabot alerts.



    项目在得到报告后应该迅速修复所有致命漏洞。 [vulnerabilities_critical_fixed]

    Critical advisories are patched and released as soon as an upstream fix exists. The security workflow runs on every pull request, on a weekly schedule, and on manual dispatch, so a fix does not have to wait for the next pull request to be picked up.


  • 其他安全问题


    公共存储库不得泄漏旨在限制公众访问的有效私人凭证(例如,工作密码或私钥)。 [no_leaked_credentials]
    项目可以泄漏测试和不重要数据库的“样本”凭据,只要它们不旨在限制公共访问。

    No credential is committed. The Fernet master key, the session signing secret, and the SQLite database are generated at runtime inside the operator's data directory, which is gitignored along with .env files. GitHub secret scanning and push protection are both enabled on the repository. Test fixtures use throwaway values.


 分析 8/8

  • 静态代码分析


    如果至少有一个FLOSS工具以所选择的语言实现此条款,则至少需要将一个静态代码分析工具应用于软件发布之前任何提议的主要生成版本。 [static_analysis]
    静态代码分析工具检查软件代码(源代码,中间代码或可执行文件),而不用特定输入执行。本条款中,编译器警告和“安全”语言模式不被视为静态代码分析工具(它们通常避免深入分析,因为速度至关重要)。此类静态代码分析工具的示例包括 cppcheck clang静态分析器 FindBugs (包括FindSecurityBugs), PMD Brakeman Coverity质量分析器 HP Fortify静态代码分析器。更多的工具列表可以在诸如维基百科静态代码分析工具列表关于静态代码分析的OWASP信息 NIST源代码安全分析器列表 Wheeler的静态分析工具列表 SWAMP 是使用各种工具评估软件漏洞的免费平台。如果没有可用于所使用的实现语言的FLOSS静态分析工具,请选择“N/A”。

    Several tools run beyond the linter and type checker. CodeQL default setup
    analyses Python, JavaScript, TypeScript, and Actions on every push to main,
    every pull request, and weekly. bandit runs against src/ on every pull
    request. Trivy scans both the filesystem and the built container image.
    pip-audit checks the dependency set generated from uv.lock, and GitHub
    dependency review runs on pull requests.

    https://github.com/av1155/houndarr/blob/main/.github/workflows/security.yml



    建议至少有一个用于static_analysis标准的静态分析工具包括在分析语言或环境中查找常见漏洞的规则或方法。 [static_analysis_common_vulnerabilities]
    专门设计用于寻找常见漏洞的静态分析工具更有可能找到它们。也就是说,使用任何静态工具通常会帮助找到一些问题,所以我们“通过”级别的徽章建议,但不要求这个条款。

    CodeQL's default query suite and bandit are both built to find common vulnerability patterns: injection, unsafe deserialization, weak hashing, hardcoded credentials, and path traversal. Trivy adds known-CVE detection across dependencies and image layers, with results uploaded to the GitHub security tab.



    使用静态代码分析发现的所有中,高严重性可利用漏洞必须在确认后及时修复。 [static_analysis_fixed]
    如果其 CVSS 2.0 评分为4或更高,则此漏洞是中等到高的严重性。

    The repository has no open code scanning alerts and no open Dependabot alerts. Findings get fixed rather than dismissed. Where a rule fires on intentional behaviour, the suppression is inline and carries the reason, for example the bind-all-interfaces rule on a server meant to be reachable from the LAN.



    建议每次提交或至少每天执行静态源代码分析。 [static_analysis_often]

    CodeQL runs on every push to main, on every pull request, and on a weekly schedule. bandit, Trivy, and pip-audit run on every pull request and weekly.


  • 动态代码分析


    建议在发布之前,至少将一个动态分析工具应用于软件任何发布的主要生产版本。 [dynamic_analysis]
    动态分析工具通过执行特定输入来检查软件。例如,项目可以使用模糊工具(例如, American Fuzzy Lop )或Web应用扫描程序(例如, ZAP w3af )。在某些情况下, OSS-Fuzz 项目可以对您的项目应用模糊测试。为满足此条款,动态分析工具需要以某种方式改变输入,以寻找各种问题,或者将其作为一个具有至少80%分支覆盖率的自动测试套件。 动态分析维基百科页面 OWASP的fuzzing页面 识别一些动态分析工具。分析工具可能专注于寻找安全漏洞,但这不是必需的。

    The automated suite is 2806 tests covering 92% of src/houndarr with branch
    coverage enabled, above the 80% branch coverage this criterion accepts.
    Separately, every pull request builds the container image, starts it, creates
    an account, and runs a smoke test that varies inputs against the live
    instance: an unauthenticated sweep of every protected route, path traversal
    attempts, X-Forwarded-For spoofing against the proxy auth gate, CSRF omission
    on admin endpoints, and login rate limiting. A Playwright job drives the real
    UI in a browser against the same stack.

    https://github.com/av1155/houndarr/blob/main/scripts/security_smoke_test.sh



    建议如果项目生成的软件包含使用内存不安全语言编写的软件(例如C或C++),则至少有一个动态工具(例如,fuzzer或web应用扫描程序)与检测缓冲区覆盖等内存安全问题的机制例行应用。如果该项目生成的软件没有以内存不安全语言编写,请选择“不适用”(N / A)。 [dynamic_analysis_unsafe]
    检测内存安全问题的机制的示例包括AddressSanitizer(ASAN)(可在GCC和LLVM中使用),“Memory Sanitizer” valgrind 。其他可能使用的工具包括ThreadSanitizerUndefinedBehaviorSanitizer。广泛的断言也将起作用。

    The project produces no code in a memory-unsafe language. It is Python, Jinja2 templates, CSS, and a small amount of browser JavaScript.



    建议由项目生成的软件包括许多运行时断言,在动态分析期间检查。 [dynamic_analysis_enable_assertions]
    这个标准并不建议使生产过程中的断言;这完全取决于项目及其用户的决定。该标准的重点是部署之前的动态分析过程中改善故障检测。在生产使用中启用断言与在动态分析(例如测试)期间启用断言完全不同。在某些情况下,在生产中使用断言是极其不明智的(尤其是在高完整性组件中)。存在许多反对在生产环境中启用断言的论点,例如,库不应使调用程序崩溃,它们的存在可能会导致应用商店拒绝,和/或在生产环境中激活断言可能会暴露诸如私钥之类的私有数据。请注意,在许多Linux发行版中都未定义NDEBUG ,因此C / C ++缺省情况下,assert()将在这些环境中启用生产。对于那些环境中的生产,使用不同的断言机制或定义NDEBUG可能很重要。

    The suite is assertion-driven throughout and runs under pytest's assertion rewriting, which reports the values behind every failed comparison. Tests run without optimisation flags, so Python assert statements are active.



    通过动态代码分析发现的所有严重性为中,高的可利用漏洞必须在确认后及时修复。 [dynamic_analysis_fixed]
    如果 CVSS 2.0 基本分数为4,那么一个漏洞是中等到高的严重性。如果您没有运行动态代码分析,没有发现任何这样的漏洞,选择“不适用”(N/A)。

    Nothing of medium or higher severity has been found this way. The smoke test and the browser suite gate every pull request, and a failure blocks the merge until it is resolved.



该数据可在社区数据许可协议 – 许可性,版本 2.0 (CDLA-Permissive-2.0)下获取。这意味着数据接收方可以共享数据,无论是否经过修改,只要数据接收方在共享数据时提供本协议文本。请注明Andrea Arturo Venti Fuentes和OpenSSF最佳实践徽章贡献者。

项目徽章条目拥有者: Andrea Arturo Venti Fuentes.
最后更新于 2026-08-11 22:56:17 UTC, 最后更新于 2026-08-11 23:41:02 UTC。 最后在 2026-08-11 23:41:02 UTC 获得通过徽章。