Merge branch 'brodes/cipher_operation' of https://github.com/nicolaswill/codeql into brodes/cipher_operation

This commit is contained in:
REDMOND\brodes
2025-03-07 14:25:13 -05:00

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