You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/ql/src/experimental/Security Features/Serialization/XmlDeserializationWithDataSet.ql
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,5 @@ import csharp
12
12
import DataSetSerialization
13
13
14
14
fromUnsafeXmlReadMethodCallmc
15
-
whereexists(Methodm|m.getACall()=mc)
16
15
selectmc,
17
16
"Making an XML deserialization call with a type derived from DataSet or DataTable types and may lead to a security problem. Please visit https://go.microsoft.com/fwlink/?linkid=2132227 for details."
0 commit comments