File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
csharp/ql/src/semmle/code/csharp/serialization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class UnsafeDeserializerCallable extends Callable {
87
87
}
88
88
}
89
89
90
- /** Deserializer exploitable only if user controls the expected object type. */
90
+ /** A deserializer exploitable only if user controls the expected object type. */
91
91
class StrongTypeDeserializer extends Class {
92
92
StrongTypeDeserializer ( ) {
93
93
this instanceof XmlSerializerClass
@@ -100,7 +100,7 @@ class StrongTypeDeserializer extends Class {
100
100
}
101
101
}
102
102
103
- /** Deserializer that doesn't make strong expected type check. */
103
+ /** A deserializer that doesn't make strong expected type check. */
104
104
class WeakTypeDeserializer extends Class {
105
105
WeakTypeDeserializer ( ) {
106
106
this instanceof BinaryFormatterClass
You can’t perform that action at this time.
0 commit comments