github / github/codeql

Inconsistency between the sarif file and information from vscode codeql panel

Ouverte
#18,933 3 commentaires 0 réactions 1 personne assignée Réclamée par @mbg Voir sur GitHub
question
Langage dominant
CodeQL
Étoiles
10.1k
Forks
2.1k
Merge moyen
2 j 15 h
PR mergées (30 j)
141

Description

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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.