Skip to content

i18n(zh-cn): Add security overview page #3219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

amourtoyou
Copy link
Contributor

Add Chinese translation to the security overview page.

@amourtoyou amourtoyou requested a review from a team as a code owner March 25, 2025 09:36
@github-project-automation github-project-automation bot moved this to 🪵 Backlog in Documentation Mar 25, 2025
@github-actions github-actions bot added i18n Is this related to translations? i18n: zh-cn Is this related to zh-cn translations? labels Mar 25, 2025
Copy link

netlify bot commented Mar 25, 2025

Deploy Preview for tauri-v2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit c9ffea8
🔍 Latest deploy log https://app.netlify.com/sites/tauri-v2/deploys/67e279232aff6a0009c6a423
😎 Deploy Preview https://deploy-preview-3219--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (🟢 up 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.


import { CardGrid, LinkCard } from '@astrojs/starlight/components';

本页面旨在解释 Tauri 设计和生态系统核心的高级概念和安全特性,这些特性默认情况下能让你、你的应用程序和用户更加安全。
Copy link
Contributor

@xubeiyan xubeiyan Apr 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
本页面旨在解释 Tauri 设计和生态系统核心的高级概念和安全特性,这些特性默认情况下能让你、你的应用程序和用户更加安全
本页面旨在解释 Tauri 设计和生态系统核心的高级概念和安全特性,这些特性默认情况下能让你和构建的应用程序以及它们的用户更加安全


本页面旨在解释 Tauri 设计和生态系统核心的高级概念和安全特性,这些特性默认情况下能让你、你的应用程序和用户更加安全。

本页面还包括最佳实践建议、如何向我们报告漏洞,以及详细概念说明的参考。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
本页面还包括最佳实践建议如何向我们报告漏洞,以及详细概念说明的参考。
本页面还包括最佳实践建议如何向我们报告漏洞,以及详细概念说明的参考。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use comma(,) instead Chinese serial comma

对跨越边界传递的所有数据进行严格检查与明确定义,是防止信任边界违规的关键。
若这些边界间的数据传递缺乏访问控制,攻击者将极易通过此漏洞提升并滥用权限。

[IPC层(进程间通信层)](/concept/inter-process-communication/) 作为两个信任组之间的通信桥梁,并确保信任边界不被破坏。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[IPC层(进程间通信层)](/concept/inter-process-communication/) 作为两个信任组之间的通信桥梁,并确保信任边界不被破坏。
[IPC 层(进程间通信层)](/zh-cn/concept/inter-process-communication/) 作为两个信任组之间的通信桥梁,并确保信任边界不被破坏。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link to Chinese version

Tauri 的设计思路是依赖操作系统自带的 WebView 组件,而非将其捆绑到应用程序的二进制文件中。

这背后存在多重原因,但从安全角度来看,最关键的因素是:
从发布WebView的安全补丁版本到实际部署至应用程序终端用户所需的平均耗时。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
从发布WebView的安全补丁版本到实际部署至应用程序终端用户所需的平均耗时
从发布 WebView 的安全补丁版本到实际部署至应用程序终端用户所需的平均耗时

Comment on lines +76 to +77
我们观察到,WebView软件包维护者与操作系统软件包维护者平均修补并发布安全更新的WebView
版本的速度,显著快于直接将WebView捆绑到应用程序中的开发者。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
我们观察到,WebView软件包维护者与操作系统软件包维护者平均修补并发布安全更新的WebView
版本的速度,显著快于直接将WebView捆绑到应用程序中的开发者。
我们观察到,WebView 软件包维护者与操作系统软件包维护者平均修补并发布安全更新的 WebView 版本的速度,显著快于直接将 WebView 捆绑到应用程序中的开发者。


Tauri 组织不仅维护 Tauri 主仓库,还提供其他工具与资源。为确保构建合理安全的多平台应用框架,我们在安全性和跨平台支持上投入了更多努力。

若需深入了解我们如何保障开发流程的安全性、您可参考或实施的安全措施、应用程序可能面临的已知威胁,以及我们未来的改进与强化计划,请查阅以下文档:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
若需深入了解我们如何保障开发流程的安全性您可参考或实施的安全措施应用程序可能面临的已知威胁,以及我们未来的改进与强化计划,请查阅以下文档:
若需深入了解我们如何保障开发流程的安全性您可参考或实施的安全措施应用程序可能面临的已知威胁,以及我们未来的改进与强化计划,请查阅以下文档:

Comment on lines +99 to +100
如果您认为 Tauri 或本组织其他代码库中的任何内容存在安全疑虑或漏洞, **请勿公开讨论或披露您的发现,**
而应直接联系我们的安全团队。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
如果您认为 Tauri 或本组织其他代码库中的任何内容存在安全疑虑或漏洞, **请勿公开讨论或披露您的发现,**
而应直接联系我们的安全团队。
如果您认为 Tauri 或本组织其他代码库中的任何内容存在安全疑虑或漏洞,**请勿公开讨论或披露您的发现**,而应直接联系我们的安全团队。


{/* 我们建议的漏洞披露方式是通过受影响代码库的GitHub漏洞披露功能提交。虽然我们大多数代码库已启用该功能,但若您不确定,请通过Tauri主仓库提交报告。 */}
我们建议的漏洞披露方式是通过受影响代码库的 [GitHub漏洞披露功能提交](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)
虽然我们大多数代码库已启用该功能,但若您不确定,请通过 [Tauri仓库提交报告](https://github.com/tauri-apps/tauri/security/advisories/new)。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
虽然我们大多数代码库已启用该功能,但若您不确定,请通过 [Tauri仓库提交报告](https://github.com/tauri-apps/tauri/security/advisories/new)
虽然我们大多数代码库已启用该功能,但若您不确定,请通过 [Tauri 仓库提交报告](https://github.com/tauri-apps/tauri/security/advisories/new)

Copy link
Contributor

@xubeiyan xubeiyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix some missing space between letter and Chinese character, use comma(,) replace some chinese serial comma(、)

@github-project-automation github-project-automation bot moved this from 🪵 Backlog to 🏗️ In progress in Documentation Apr 3, 2025
而应直接联系我们的安全团队。

{/* 我们建议的漏洞披露方式是通过受影响代码库的GitHub漏洞披露功能提交。虽然我们大多数代码库已启用该功能,但若您不确定,请通过Tauri主仓库提交报告。 */}
我们建议的漏洞披露方式是通过受影响代码库的 [GitHub漏洞披露功能提交](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
我们建议的漏洞披露方式是通过受影响代码库的 [GitHub漏洞披露功能提交](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)
我们建议的漏洞披露方式是通过受影响代码库的 [GitHub 漏洞披露功能提交](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)

Copy link
Contributor

@xubeiyan xubeiyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add another missing space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n: zh-cn Is this related to zh-cn translations? i18n Is this related to translations?
Projects
Status: 🏗️ In progress
Development

Successfully merging this pull request may close these issues.

2 participants