Conversation
Contributor
Author
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot TAG: 3.2.5+20221017git493ec88+_cs4.0.9-1deepin1 |
482acad to
36a2975
Compare
Contributor
|
/integrate |
|
AutoIntegrationPr Bot |
|
/integrate |
a2a6471 to
f182a82
Compare
Use crypto.randomBytes instead of hexoid for secure random filename generation. hexoid is not cryptographically secure and may lead to predictable filenames. Upstream-Reference: node-formidable/formidable@022c2c5 Fix-Approach: local adaptation Note: Upstream fix requires @paralleldrive/cuid2 dependency which is not packaged in deepin/Debian. This patch uses crypto.randomBytes as a secure local alternative that provides similar security guarantees without introducing new dependencies. Generated-By: glm-5.1 Co-Authored-By: hudeng <hudeng@deepin.org>
f182a82 to
f6cffda
Compare
Contributor
|
/integrate |
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.
CVE 修复
CVE ID: CVE-2025-46653
漏洞描述: 使用不安全的 hexoid 生成文件名,可能导致文件名可预测。
修复方案: 使用 Node.js 内置
crypto.randomBytes()替代不安全的hexoid。受影响版本: 2.0.0 ~ 3.5.2 (before 3.5.3)
当前版本: 3.2.5
验证状态: ✅ quilt 验证通过
Fix-Approach: local adaptation
Generated by: CVE-Fixer Agent
Co-Authored-By: hudeng hudeng@deepin.org