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.
1 parent 7371751 commit 0ed7b3cCopy full SHA for 0ed7b3c
csharp/ql/lib/semmle/code/csharp/security/dataflow/XSSFlowSteps.qll
@@ -69,7 +69,7 @@ private class ViewCall extends MethodCall {
69
)
70
}
71
72
- /** `result` is `true` if this cal is from a controller that is an an Area, `false` otherwise. */
+ /** `result` is `true` if this call is from a controller that is an Area, and `false` otherwise. */
73
boolean hasArea() { if exists(this.getAreaName()) then result = true else result = false }
74
75
0 commit comments