DataFlow::PathGraph Module not Found in codeql
Offen
question
- Vorherrschende Sprache
- CodeQL
- Sterne
- 10.1k
- Forks
- 2.1k
- Ø Merge
- 2 T. 15 Std.
- Gemergte PRs (30 T.)
- 141
Beschreibung
**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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.