File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
lib/semmle/code/csharp/frameworks/system
test/library-tests/dataflow/library Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ class SystemXmlXmlDocumentClass extends Class {
36
36
/** Gets the `Load` method. */
37
37
Method getLoadMethod ( ) {
38
38
result = this .getAMethod ( ) and
39
- result .hasName ( "Load" ) and
40
- result .isStatic ( )
39
+ result .hasName ( "Load" )
41
40
}
42
41
}
43
42
Original file line number Diff line number Diff line change 2310
2310
| System.Xml;XmlDeclaration;false;get_Name;();;Argument[-1];ReturnValue;taint |
2311
2311
| System.Xml;XmlDeclaration;false;get_NodeType;();;Argument[-1];ReturnValue;taint |
2312
2312
| System.Xml;XmlDeclaration;false;get_Value;();;Argument[-1];ReturnValue;taint |
2313
+ | System.Xml;XmlDocument;false;Load;(System.IO.Stream);;Argument[0];Argument[-1];taint |
2314
+ | System.Xml;XmlDocument;false;Load;(System.IO.TextReader);;Argument[0];Argument[-1];taint |
2315
+ | System.Xml;XmlDocument;false;Load;(System.String);;Argument[0];Argument[-1];taint |
2316
+ | System.Xml;XmlDocument;false;Load;(System.Xml.XmlReader);;Argument[0];Argument[-1];taint |
2313
2317
| System.Xml;XmlDocument;false;get_BaseURI;();;Argument[-1];ReturnValue;taint |
2314
2318
| System.Xml;XmlDocument;false;get_InnerXml;();;Argument[-1];ReturnValue;taint |
2315
2319
| System.Xml;XmlDocument;false;get_IsReadOnly;();;Argument[-1];ReturnValue;taint |
Original file line number Diff line number Diff line change 1615
1615
| System.Xml.Serialization;XmlSchemas;false;get_Item;(System.String);;Element of Argument[-1];ReturnValue;value |
1616
1616
| System.Xml.Serialization;XmlSchemas;false;set_Item;(System.Int32,System.Xml.Schema.XmlSchema);;Argument[1];Element of Argument[-1];value |
1617
1617
| System.Xml;XmlAttributeCollection;false;CopyTo;(System.Xml.XmlAttribute[],System.Int32);;Element of Argument[-1];Element of Argument[0];value |
1618
+ | System.Xml;XmlDocument;false;Load;(System.IO.Stream);;Argument[0];Argument[-1];taint |
1619
+ | System.Xml;XmlDocument;false;Load;(System.IO.TextReader);;Argument[0];Argument[-1];taint |
1620
+ | System.Xml;XmlDocument;false;Load;(System.String);;Argument[0];Argument[-1];taint |
1621
+ | System.Xml;XmlDocument;false;Load;(System.Xml.XmlReader);;Argument[0];Argument[-1];taint |
1618
1622
| System.Xml;XmlNamedNodeMap;false;GetNamedItem;(System.String);;Argument[-1];ReturnValue;value |
1619
1623
| System.Xml;XmlNamedNodeMap;false;GetNamedItem;(System.String,System.String);;Argument[-1];ReturnValue;value |
1620
1624
| System.Xml;XmlNode;false;GetEnumerator;();;Element of Argument[-1];Property[System.Collections.IEnumerator.Current] of ReturnValue;value |
You can’t perform that action at this time.
0 commit comments