Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb604e commit 5acfc22Copy full SHA for 5acfc22
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
@@ -2212,6 +2212,15 @@ predicate allowParameterReturnInSelf(ParameterNode p) {
2212
FlowSummaryImpl::Private::summaryAllowParameterReturnInSelf(p)
2213
}
2214
2215
+/**
2216
+ * A module importing the modules that provide synthetic field declarations,
2217
+ * ensuring that they are visible to the taint tracking / data flow library.
2218
+ */
2219
+private module SyntheticFields {
2220
+ private import semmle.code.csharp.frameworks.system.threading.Tasks
2221
+ private import semmle.code.csharp.frameworks.system.runtime.CompilerServices
2222
+}
2223
+
2224
/** A synthetic field. */
2225
abstract class SyntheticField extends string {
2226
bindingset[this]
0 commit comments