1 Star 0 Fork 0

範輝 / sled

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SECURITY.md 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tyler Neely 提交于 2019-10-28 10:43 . Update SECURITY.md

Security Policy

Reporting a Vulnerability

sled uses some unsafe functionality in the core lock-free algorithms, and in a few places to more efficiently copy data.

Please contact Tyler Neely immediately if you find any vulnerability, and I will work with you to fix the issue rapidly and coordinate public disclosure with an expedited release including the fix.

If you are a bug hunter or a person with a security interest, here is my mental model of memory corruption risk in the sled codebase:

  1. memory issues relating to the lock-free data structures in their colder failure paths. these have been tested a bit by injecting delays into random places, but this is still an area with elevated risk
  2. anywhere the unsafe keyword is used
Rust
1
https://gitee.com/kt10/sled.git
git@gitee.com:kt10/sled.git
kt10
sled
sled
main

搜索帮助