mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
I had missed these originally, since I had just fixed the ones that were highlighted in the actions logs, thinking they had covered everything :(
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
import allFlowsConfig
|
|
|
|
from DataFlow::Node source
|
|
where
|
|
AllFlowsConfig::isSource(source) and
|
|
exists(source.getLocation().getFile().getRelativePath())
|
|
select source
|