mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Update csharp/ql/src/experimental/Security Features/Serialization/DataSetSerialization.qll
Co-authored-by: Jaroslav Lobačevski <novaisas@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user