github / github/codeql

Inconsistency between the sarif file and information from vscode codeql panel

未關閉
#18,933 3 則留言 0 個 reaction 已指派 1 人 已被 @mbg 認領 在 GitHub 檢視
question
主要語言
CodeQL
星號
10.1k
分支
2.1k
平均合併
2 天 15 小時
30 天內合併 PR
141

描述

I'm running a query. The vscode codeql addon gives the following analysis result.

![Image](https://github.com/user-attachments/assets/02e6e910-a99c-4f12-8f4e-7afcc5ca409a)

From the image, i suppose there should be 8 paths in total. However, when i look at the sarif file, it only present four. What about the other four? The first and second thread flows belong to the upper one, third and forth belong to the lower one.

```json
...
"codeFlows" : [
{
"first thread flow" : [{}]
},
{
"second thread flow" : [{}]
},
{
"third thread flow" : [{}]
},
{
"forth thread flow" : [{}]
},
],
...
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。