File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/ql/src/utils/model-generator/internal
java/ql/src/utils/model-generator/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ string captureSource(DataFlowTargetApi api) {
247
247
* A TaintTracking Configuration used for tracking flow through APIs.
248
248
* The sources are the parameters of the API and the fields of the enclosing type.
249
249
*
250
- * This can be used to generate Sink summaries for APIs, if the API propgates a parameter (or enclosing type field)
250
+ * This can be used to generate Sink summaries for APIs, if the API propagates a parameter (or enclosing type field)
251
251
* into an existing known sink (then the API itself becomes a sink).
252
252
*/
253
253
private class PropagateToSinkConfiguration extends PropagateToSinkConfigurationSpecific {
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ string captureSource(DataFlowTargetApi api) {
247
247
* A TaintTracking Configuration used for tracking flow through APIs.
248
248
* The sources are the parameters of the API and the fields of the enclosing type.
249
249
*
250
- * This can be used to generate Sink summaries for APIs, if the API propgates a parameter (or enclosing type field)
250
+ * This can be used to generate Sink summaries for APIs, if the API propagates a parameter (or enclosing type field)
251
251
* into an existing known sink (then the API itself becomes a sink).
252
252
*/
253
253
private class PropagateToSinkConfiguration extends PropagateToSinkConfigurationSpecific {
You can’t perform that action at this time.
0 commit comments