Restore location output for nodes

This commit is contained in:
Nicolas Will
2025-03-07 18:30:58 +01:00
parent cf72fde911
commit 47affa0fed

View File

@@ -67,7 +67,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
or
// CodeQL's DGML output does not include a location
key = "Location" and
value = "<demo>" // node.getLocation().toString()
value = node.getLocation().toString()
or
// Known unknown edges should be reported as properties rather than edges
node = node.getChild(key) and