Skip to content

Commit 1055084

Browse files
committed
C#: Address review comments.
1 parent dc0e7d4 commit 1055084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

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)