Skip to main content

533 搜索结果 "About code scanning alerts"

代码安全 / 安全通知 / 存储库安全公告 /

发布存储库安全公告

您可以发布安全通告,向社区提醒项目中的安全漏洞。 对安全通告具有管理员权限的任何人都可发布安全通告。 注意:本文适用于以公共存储库所有者身份编辑存储库级别建议的情形。 不是存储库所有者的用户可以在 github.com/advisories 上的 GitHub Advisory Database 中参与全局安全建议。

REST API / 使用 REST API /

REST API 的速率限制

了解 REST API 速率限制、如何避免超过速率限制,以及如果超过了该怎么办。 About primary rate limits GitHub limits the number of REST API requests that you can make within a specific amount

GitHub Copilot / 使用 GitHub Copilot /

Using extensions to integrate external tools with Copilot Chat

You can use GitHub Copilot Extensions to interact with external tools in GitHub Copilot Chat. Note GitHub Copilot Extensions 目前为有限公开 beta 版本,可能随时发生更改。

代码安全 / 机密扫描 /

密码扫描合作伙伴计划

作为服务提供者,您可以与 GitHub 合作,通过密码扫描保护您的密码令牌格式,该扫描将搜索意外提交的密码格式,并且可以发送到服务提供者的验证端点。 GitHub 扫描仓库查找已知的密码格式,以防止欺诈性使用意外提交的凭据。 Secret scanning 默认发生在公共存储库和公共 npm 包上。

代码安全 / 安全通知 / 全局安全公告 /

关于全局安全公告

全局安全公告位于 GitHub Advisory Database,它是影响开源环境的 CVE 和 GitHub 发起的公告集合。 你可以为改进全局安全公告做出贡献。 About global security advisories There are two types of advisories:

入门 / 使用 GitHub /

GitHub Mobile

从移动设备对 GitHub 上的工作进行分类、协作和管理。 About GitHub Mobile GitHub Mobile is available as an Android and iOS app. GitHub Mobile gives you a way to do high-impact

Codespaces / 管理组织 /

为组织启用或禁用 GitHub Codespaces

你可以控制哪些用户可以在组织的专用存储库中使用 GitHub Codespaces。 About enabling and disabling GitHub Codespaces GitHub Codespaces is always available in an organization's public

站点政策 / 其他站点政策 /

用户数据法律请求准则

Are you a law enforcement officer conducting an investigation that may involve user content hosted on GitHub? Or maybe you're a privacy-conscious person

GitHub Copilot / 管理 Copilot / 组织管理 / Manage features /

Testing changes to content exclusions in your IDE

You can confirm your changes to content exclusions work as expected using your IDE. Note 从 GitHub Copilot 中排除的内容目前为公开 Beta 版,可能会有变动。 部分 IDE 目前支持内容排除。 请参阅“About

REST API / 使用 REST API /

REST API 入门

了解如何使用 GitHub REST API。 Introduction This article describes how to use the GitHub REST API with GitHub CLI, curl, or JavaScript. For a quickstart guide