|
1097 | 1097 | | System.IO;Stream;true;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);;Argument[-1];Argument[0];taint |
|
1098 | 1098 | | System.IO;Stream;true;Write;(System.Byte[],System.Int32,System.Int32);;Argument[0];Argument[-1];taint |
|
1099 | 1099 | | System.IO;Stream;true;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);;Argument[0];Argument[-1];taint |
|
| 1100 | +| System.IO;StreamReader;false;Read;();;Argument[-1];ReturnValue;taint | |
| 1101 | +| System.IO;StreamReader;false;Read;(System.Char[],System.Int32,System.Int32);;Argument[-1];ReturnValue;taint | |
| 1102 | +| System.IO;StreamReader;false;Read;(System.Span<System.Char>);;Argument[-1];ReturnValue;taint | |
| 1103 | +| System.IO;StreamReader;false;ReadAsync;(System.Char[],System.Int32,System.Int32);;Argument[-1];ReturnValue;taint | |
| 1104 | +| System.IO;StreamReader;false;ReadAsync;(System.Memory<System.Char>,System.Threading.CancellationToken);;Argument[-1];ReturnValue;taint | |
| 1105 | +| System.IO;StreamReader;false;ReadBlock;(System.Char[],System.Int32,System.Int32);;Argument[-1];ReturnValue;taint | |
| 1106 | +| System.IO;StreamReader;false;ReadBlock;(System.Span<System.Char>);;Argument[-1];ReturnValue;taint | |
| 1107 | +| System.IO;StreamReader;false;ReadBlockAsync;(System.Char[],System.Int32,System.Int32);;Argument[-1];ReturnValue;taint | |
| 1108 | +| System.IO;StreamReader;false;ReadBlockAsync;(System.Memory<System.Char>,System.Threading.CancellationToken);;Argument[-1];ReturnValue;taint | |
| 1109 | +| System.IO;StreamReader;false;ReadLine;();;Argument[-1];ReturnValue;taint | |
| 1110 | +| System.IO;StreamReader;false;ReadLineAsync;();;Argument[-1];ReturnValue;taint | |
| 1111 | +| System.IO;StreamReader;false;ReadToEnd;();;Argument[-1];ReturnValue;taint | |
| 1112 | +| System.IO;StreamReader;false;ReadToEndAsync;();;Argument[-1];ReturnValue;taint | |
1100 | 1113 | | System.IO;StringReader;false;Read;();;Argument[-1];ReturnValue;taint |
|
1101 | 1114 | | System.IO;StringReader;false;Read;(System.Char[],System.Int32,System.Int32);;Argument[-1];ReturnValue;taint |
|
1102 | 1115 | | System.IO;StringReader;false;Read;(System.Span<System.Char>);;Argument[-1];ReturnValue;taint |
|
|
0 commit comments