Skip to content
P
非影
精选
最新
漏洞
研究
工具
主题
来源
搜索
搜索
English
面向安全从业者的中英双语安全研究与漏洞情报精选。
Rust 安全性:无畏地编写安全并发代码
hackerone.com
| 博客 |
#memory-safety
|
#rust
|
#secure-coding
|
#concurrency
|
#ownership
|
#data-races
摘要
概述 Rust 如何凭借所有权、借用与生命周期让并发代码天然安全:数据竞争在编译期即被拒绝,而非运行时才发现,且无需垃圾回收的开销。
发布时间
2024-03-13 02:50
收录时间
2026-07-03 04:13
原文 ↗
相关内容
扩展内存安全:AI 辅助将 C/C++ 依赖项重写为 Rust
(bughunters.google.com)
用新的测试手册章节让你的 Rust 代码更安全
(blog.trailofbits.com)
CISA 如何提升开源软件安全
(blog.trailofbits.com)
为 Windows 环境带来云原生安全:Wiz Runtime Sensor for Windows 发布
(wiz.io)
Rust、realloc 与引用
(osec.io)
应对 iOS 应用开发中的竞态条件风险
(hackerone.com)
返回