Skip to content

Commit 47affa0

Browse files
committed
Restore location output for nodes
1 parent cf72fde commit 47affa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • shared/cryptography/codeql/cryptography

shared/cryptography/codeql/cryptography/Model.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
6767
or
6868
// CodeQL's DGML output does not include a location
6969
key = "Location" and
70-
value = "<demo>" // node.getLocation().toString()
70+
value = node.getLocation().toString()
7171
or
7272
// Known unknown edges should be reported as properties rather than edges
7373
node = node.getChild(key) and

0 commit comments

Comments
 (0)