Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef0614a

Browse files
committed
Restore removed node location output
1 parent 04f4683 commit ef0614a

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
@@ -58,7 +58,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
5858
or
5959
// CodeQL's DGML output does not include a location
6060
key = "Location" and
61-
value = "<demo>" // node.getLocation().toString()
61+
value = node.getLocation().toString()
6262
or
6363
// Known unknown edges should be reported as properties rather than edges
6464
node = node.getChild(key) and

0 commit comments

Comments
 (0)