github / github/codeql

Inconsistency between the sarif file and information from vscode codeql panel

Aperta
#18,933 3 commenti 0 reazioni 1 assegnatario Rivendicata da @mbg Vedi su GitHub
question
Lingua principale
CodeQL
Stelle
10.1k
Fork
2.1k
Merge medio
2g 15h
PR unite (30g)
141

Descrizione

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" : [{}]
},
],
...
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.