DataFlow::PathGraph Module not Found in codeql
Abierto
question
- Lenguaje dominante
- CodeQL
- Estrellas
- 10.1k
- Forks
- 2.1k
- Merge medio
- 2 d 15 h
- PR fusionados (30 d)
- 141
Descripción
**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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.