Update csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll

Co-authored-by: Jaroslav Lobačevski <novaisas@gmail.com>
This commit is contained in:
Raul Garcia
2020-07-29 16:24:13 -07:00
committed by GitHub
parent 55473c65f1
commit 83e9d052d9

View File

@@ -107,7 +107,7 @@ class UnsafeXmlReadMethod extends Method {
}
/**
* MethodCall that may be unsafe when used to serialize DataSet and DataTable related types
* MethodCall that may be unsafe when used to deserialize DataSet and DataTable related types
*/
class UnsafeXmlReadMethodCall extends MethodCall {
UnsafeXmlReadMethodCall() {