Skip to content

Commit

Permalink
Merge pull request #1283 from PowerShell/andschwa/readlinesafe
Browse files Browse the repository at this point in the history
Implement ReadLineSafe for Linux
  • Loading branch information
andyleejordan committed Jul 9, 2016
2 parents cb1c6e1 + 64a5cae commit 43f0742
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 26 deletions.
13 changes: 0 additions & 13 deletions docs/KNOWNISSUES.md
@@ -1,18 +1,5 @@
# Known Issues

## SecureString

The `SecureString` class is *not* the well-known C# `SecureString`, as the
library is not available in .NET Core. However, PowerShell continues to use the
type for two main reasons: FullCLR compatibility, and as a specially-treated
type (that is, behavior is dependent on the type being `SecureString`). Instead,
the `SecureString` is Mono's completely not secure whatsoever, but open-source
and "compatible" stub that acts just like a plaintext `StringBuilder`. **It has
no encryption.**

Additionally `ReadLineSafe` is not implemented, meaning `Get-Credential` fails
with `PlatformNotSupportedException`.

## Files excluded from the build

#### Microsoft.PowerShell.Commands.Management
Expand Down

0 comments on commit 43f0742

Please sign in to comment.