We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee8065 commit 0bbf131Copy full SHA for 0bbf131
csharp/ql/test/utils/modelgenerator/dataflow/Sinks.cs
@@ -79,3 +79,16 @@ public void WrapPropPrivateSetResponseWriteFile()
79
response.WriteFile(PrivateSetTaintedProp);
80
}
81
82
+
83
+public class CompoundSinks
84
+{
85
+ public void WrapNewSinkProp(NewSinks ns)
86
+ {
87
+ ns.WrapPropResponseWriteFile();
88
+ }
89
90
+ public void WrapNewSinkField(NewSinks ns)
91
92
+ ns.WrapFieldResponseWriteFile();
93
94
+}
0 commit comments