We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4c18e commit 0a23104Copy full SHA for 0a23104
1 file changed
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Remote.qll
@@ -137,7 +137,7 @@ private class CandidateMembersToTaint extends Member {
137
* 1. Action method parameters.
138
* 2. WebMethod parameters.
139
*
140
- * Note, that this also impacts uses of such types in other contexts.
+ * Note that this also impacts uses of such types in other contexts.
141
*/
142
private class AspNetRemoteFlowSourceMember extends TaintTracking::TaintedMember,
143
CandidateMembersToTaint
0 commit comments