We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28a7656 + 357109a commit 8876dd5Copy full SHA for 8876dd5
csharp/ql/src/semmle/code/csharp/frameworks/system/Xml.qll
@@ -2,7 +2,7 @@
2
3
import csharp
4
private import semmle.code.csharp.frameworks.System
5
-private import semmle.code.csharp.dataflow.DataFlow2
+private import semmle.code.csharp.dataflow.DataFlow3
6
7
/** The `System.Xml` namespace. */
8
class SystemXmlNamespace extends Namespace {
@@ -163,7 +163,7 @@ class XmlReaderSettingsCreation extends ObjectCreation {
163
}
164
165
166
-private class SettingsDataFlowConfig extends DataFlow2::Configuration {
+private class SettingsDataFlowConfig extends DataFlow3::Configuration {
167
SettingsDataFlowConfig() { this = "SettingsDataFlowConfig" }
168
169
override predicate isSource(DataFlow::Node source) {
0 commit comments