From 83e9d052d98de459c695d4c17776db6085f015e3 Mon Sep 17 00:00:00 2001 From: Raul Garcia <42392023+raulgarciamsft@users.noreply.github.com> Date: Wed, 29 Jul 2020 16:24:13 -0700 Subject: [PATCH] Update csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jaroslav Lobačevski --- .../Security Features/Serialization/DataSetSerialization.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll b/csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll index a77b8eb99ad..ece5de40325 100644 --- a/csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll +++ b/csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll @@ -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() {