DataFlow::PathGraph Module not Found in codeql
Aberta
question
- Linguagem predominante
- CodeQL
- Estrelas
- 10.1k
- Forks
- 2.1k
- Merge médio
- 2d 15h
- PRs com merge (30d)
- 141
Descrição
**DataFlow::PathGraph Module, not Found**
When using codeql workspace and trying to use the following code to debug sink source
```
from MyTaintTrackingConfig cfg, ConstraintValidatorisValidMethod im, DataFlow::PartialPathNode source, DataFlow::PartialPathNode sink
where
cfg.hasPartialFlow(source, sink, _) and
source.getNode().asParameter() = im.getParameter(0)
select sink, source, sink, "Partial flow from unsanitized user data"
```
I receive error that DataFlow::PathGraph Module, not Found
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.