# Known Issues 已知问题

## 已修 (commit 7a1c8b5 + 70fcce0 + f57c7da)

* ChallengeManager.resolveExpired CEI 违反 → 已重排（commit `7a1c8b5`）
* 7 immutable state vars → 已加 immutable 关键字（commit `70fcce0`）
* Rust rustls-webpki 4 vuln → 升级到 0.103.13（commit `f57c7da`）
* sdk/ npm 7 vuln → vitest 4.1.5 升级（commit `f57c7da`）

## 未修 / 评估中

* did-circuits/ npm 23 vuln (dev tooling only, P2)
* 3 Rust unmaintained warnings (lru / paste / derivative — alloy upstream 待升级)
* 18 branch arm 未覆盖（详见 [coverage gap](/consolidated-resources/test-coverage.md)）
* aderyn 安装 fail（cargo build）— skip, slither 已覆盖
* echidna / halmos 待装（需 docker 或全局 install 授权）

## 主网阻塞 (P0)

* Halo2 / DCAP / SLM 三 mock 必须 swap
* 0 轮独立审计
* G1-blocked-structural (era-core fork)
* 单 sequencer 节点
* 无 DA 方案

详见 [非主网就绪](/legal-and-disclaimers/not-mainnet-ready.md)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yellowpaper.axblade.io/security/known-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
