docs(fork): 固化 Pinvou 公开基线与安全扫描 - #1
Merged
Merged
Conversation
对两个上游安全测试夹具使用路径和精确字面量联合豁免,并在 Pinvou fork CI 中扫描完整 Git 历史。 Signed-off-by: hexin <372726039@qq.com>
说明 v0.9.0 上游来源、六个长期 patch 主题、同步流程、稳定 tag 和验证要求。 Signed-off-by: hexin <372726039@qq.com>
保留多行安全命令回归的技术背景,移除不应出现在公开 fork 中的内部项目代号。 Signed-off-by: hexin <372726039@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改了什么
PINVOU_FORK.md,记录上游v0.9.0基线、六个长期 patch 主题、同步策略、稳定 tag 规则和验证命令。改动原因
主仓需要把 CodeWhale 固定到公开、可追溯且不可浮动的 fork baseline。当前分支没有 Pinvou 稳定 tag,也缺少面向外部开发者的 patch/sync 说明;全历史扫描会把上游测试凭证误判为真实密钥。
影响面
不改变运行逻辑。唯一源码变化是测试旁注释清理;CI 新增完整历史密钥扫描,会增加少量检查时间。上游公开作者、commit、版权和 MIT 许可证保持不变。
验证
cargo fmt --all -- --check通过。git diff --check通过。/tmp空间耗尽未完成,交由本 PR 的cargo check --workspace --all-targets --locked与forkguard_CI 验证。