We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PathNode.getLocation()
1 parent eb8087f commit 485d426Copy full SHA for 485d426
csharp/ql/src/semmle/code/csharp/security/dataflow/XSS.qll
@@ -92,7 +92,7 @@ module XSS {
92
93
override string toString() { result = node.toString() }
94
95
- override Location getLocation() { result = node.getLocation() }
+ override Location getLocation() { result = node.getNode().getLocation() }
96
}
97
98
/** An ASP inline code element, viewed as an XSS flow node. */
0 commit comments