|
492 | 492 | <para>Files of type <see cref="F:System.Formats.Tar.TarEntryType.BlockDevice" />, <see cref="F:System.Formats.Tar.TarEntryType.CharacterDevice" />, or <see cref="F:System.Formats.Tar.TarEntryType.Fifo" /> can only be extracted in Unix platforms.</para> |
493 | 493 | <para>Elevation is required to extract a <see cref="F:System.Formats.Tar.TarEntryType.BlockDevice" /> or <see cref="F:System.Formats.Tar.TarEntryType.CharacterDevice" /> to disk.</para> |
494 | 494 | <para>This method doesn't limit the total extracted size or the number of entries extracted from the archive. When processing archives from untrusted sources, iterate over the entries manually using <see cref="T:System.Formats.Tar.TarReader" />, and validate that the size and the number of entries are within acceptable limits for your scenario.</para> |
| 495 | + <format type="text/markdown"><] |
| 498 | +
|
| 499 | + ]]></format> |
495 | 500 | </remarks> |
496 | 501 | <exception cref="T:System.ArgumentNullException"> |
497 | 502 | <paramref name="source" /> or <paramref name="destinationDirectoryName" /> is <see langword="null" />.</exception> |
@@ -536,7 +541,13 @@ Extracting one of the tar entries would have resulted in a file outside the spec |
536 | 541 | <param name="destinationDirectoryName">To be added.</param> |
537 | 542 | <param name="options">To be added.</param> |
538 | 543 | <summary>To be added.</summary> |
539 | | - <remarks>To be added.</remarks> |
| 544 | + <remarks> |
| 545 | + <format type="text/markdown"><] |
| 548 | +
|
| 549 | + ]]></format> |
| 550 | + </remarks> |
540 | 551 | </Docs> |
541 | 552 | </Member> |
542 | 553 | <Member MemberName="ExtractToDirectory"> |
@@ -574,6 +585,11 @@ Extracting one of the tar entries would have resulted in a file outside the spec |
574 | 585 | <para>Files of type <see cref="F:System.Formats.Tar.TarEntryType.BlockDevice" />, <see cref="F:System.Formats.Tar.TarEntryType.CharacterDevice" />, or <see cref="F:System.Formats.Tar.TarEntryType.Fifo" /> can only be extracted in Unix platforms.</para> |
575 | 586 | <para>Elevation is required to extract a <see cref="F:System.Formats.Tar.TarEntryType.BlockDevice" /> or <see cref="F:System.Formats.Tar.TarEntryType.CharacterDevice" /> to disk.</para> |
576 | 587 | <para>This method doesn't limit the total extracted size or the number of entries extracted from the archive. When processing archives from untrusted sources, iterate over the entries manually using <see cref="T:System.Formats.Tar.TarReader" />, and validate that the size and the number of entries are within acceptable limits for your scenario.</para> |
| 588 | + <format type="text/markdown"><] |
| 591 | +
|
| 592 | + ]]></format> |
577 | 593 | </remarks> |
578 | 594 | <exception cref="T:System.ArgumentNullException"> |
579 | 595 | <paramref name="sourceFileName" /> or <paramref name="destinationDirectoryName" /> is <see langword="null" />.</exception> |
@@ -615,7 +631,13 @@ Extracting one of the tar entries would have resulted in a file outside the spec |
615 | 631 | <param name="destinationDirectoryName">To be added.</param> |
616 | 632 | <param name="options">To be added.</param> |
617 | 633 | <summary>To be added.</summary> |
618 | | - <remarks>To be added.</remarks> |
| 634 | + <remarks> |
| 635 | + <format type="text/markdown"><] |
| 638 | +
|
| 639 | + ]]></format> |
| 640 | + </remarks> |
619 | 641 | </Docs> |
620 | 642 | </Member> |
621 | 643 | <MemberGroup MemberName="ExtractToDirectoryAsync"> |
|
0 commit comments