Skip to content

Commit 0a23104

Browse files
committed
C#: Address review comments.
1 parent 2d4c18e commit 0a23104

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Remote.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private class CandidateMembersToTaint extends Member {
137137
* 1. Action method parameters.
138138
* 2. WebMethod parameters.
139139
*
140-
* Note, that this also impacts uses of such types in other contexts.
140+
* Note that this also impacts uses of such types in other contexts.
141141
*/
142142
private class AspNetRemoteFlowSourceMember extends TaintTracking::TaintedMember,
143143
CandidateMembersToTaint

0 commit comments

Comments
 (0)