Javascript: How can I filter some dataflow results?
Aberta
JS
question
- Linguagem predominante
- CodeQL
- Estrelas
- 10.1k
- Forks
- 2.1k
- Merge médio
- 2d 15h
- PRs com merge (30d)
- 141
Descrição
Example:
```
var a = request.body;
var obj = {
"body": a.a;
"headers": a.b
}
foo(obj)
```
while I query the above code, there are two flow path:
```
1. a -> obj.body -> foo
2. a -> obj.headers -> foo
```
And I would like to show result 1 only, and filter result 2.
How can I solve the problem? Thanks
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.