Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Al1ex authored Jul 13, 2021
1 parent 0753310 commit 83b7cbc
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions 公链安全/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 共识攻击

## 共识攻击

[详谈共识攻击(一)](https://bcsec.org/index/detail/tag/2/id/342)

Expand All @@ -8,7 +9,7 @@

[详谈共识攻击(四)](https://bcsec.org/index/detail/tag/2/id/381)

### 漏洞示例
## 漏洞示例

[Unitus公链拒绝服务和双花漏洞](https://blog.csdn.net/Fly_hps/article/details/86066683)

Expand All @@ -34,7 +35,7 @@

**PS:由于部分信息过于敏感,而且目前有部分公链未修复相关类型漏洞,遂决定暂不公开相关漏洞详情,具体详情将在2022年7月份左右全面公开**

### 漏洞仓库
## 漏洞仓库

[CVE-list](https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures)

Expand Down Expand Up @@ -66,47 +67,47 @@
- CVE-2020-20559 Bytom vapor
- CVE-2020-20560 Bytom bytom

### 安全思考
## 安全思考

##### 数据层
### 数据层

- 区块时间戳

- MerkleTree构建

##### 网络层
### 网络层

- P2P网络

- 区块传播机制

- 区块验证机制

##### 共识层
### 共识层

- 共识算法设计
- .......

##### 激励层
### 激励层

- 激励机制设计
- .......

##### 合约层
### 合约层

- 合约部署
- 合约调用
- 合约运行
- ......

##### 应用层
### 应用层

- 钱包UI
- RPC接口鉴权
- RPC数据处理
- 密码安全策略

##### 其他类
### 其他类

- 中间件安全
- 节点运行环境
Expand Down

0 comments on commit 83b7cbc

Please sign in to comment.