# 查看扫描结果

完成扫描后，用户可以从项目详情页中查看扫描结果(Issues)及数量、扫描日志（ScanLog)、项目设置、对比、扫描历史等

<figure><img src="/files/kF5asSkLCSx7Zh8a4tBU" alt=""><figcaption></figcaption></figure>

**扫描结果状态有：失败、有漏洞、无漏洞**

**失败结果：**&#x20;

项目扫描失败时，会在项目列表页，或者详情页的scanlog页会展示失败原因及解决方案，详细说明请阅读 详细失败原因说明

<figure><img src="/files/fgKJnIYDwKIuDTfQZzLk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AZPOOSOICGXT8Q1eYusb" alt=""><figcaption></figcaption></figure>

**有漏洞结果：**

漏洞分为5个等级：Critical、High risk、Medium risk、Low risk、Informational

在**项目详情页>Issues页下，会显示所有漏洞卡片，其中卡片内**标红部分为问题代码，需要重点关注，同时也会提供问题描述（Description）、修复建议（Recommendation）。

<figure><img src="/files/jIWawva0gltA4DYWucZH" alt=""><figcaption><p>列表页：有漏洞状态</p></figcaption></figure>

<figure><img src="/files/jIATEBLQH4u2siYAGkfi" alt=""><figcaption><p>详情页：有漏洞状态</p></figcaption></figure>

**无漏洞结果：**&#x8BF4;明当前版本漏洞数为0，无漏洞。

<figure><img src="/files/lGiuB86t18YFhTyfU7qZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/W4tdMHujRA7EHeLq2370" alt=""><figcaption></figcaption></figure>


---

# 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://docs.metatrust.io/docs-zh/getting-started/getting-started-with-metascan/view-scan-results.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.
