TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

NET Core RC2 phones home and logs your command line arguments

4 pointsby Renner1almost 9 years ago
Source: https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;pull&#x2F;2145<p>Major violations of privacy happening in the .NET Core RC2 release. If you have anything even vaguely sensitive in your build scripts you may be in violation of your company&#x27;s privacy rules. I expect massive lashback when this gets into the public eye but in the mean time be very careful using .NET Core RC2 in any sensitive projects.<p>Quotes from the first link:<p>&quot;We collect the following pieces of data:<p>* The command being used (e.g. &quot;build&quot;, &quot;restore&quot;)<p>* Arguments passed to the command<p>* ExitCode of the command<p>* For test projects, the test runner being used<p>* Timestamp of invocation<p>* Details about the project commands are invoked on<p>* Framework used<p>* If RIDs are present in the &quot;runtimes&quot; node<p>* The CLI version being used&quot;

2 comments

brudgersalmost 9 years ago
I don&#x27;t find it surprising that release candidates for an operating system are heavily instrumented. The goal of a release candidate is to find problems that didn&#x27;t surface in the alpha and beta testing stages. Those will tend to be subtle corner cases.<p>Going further, phoning home is industry standard these days. Not just for Google or Apple operating systems but even Linux distros: e.g. Ubuntu.<p>I&#x27;m not saying it&#x27;s right, just that it is not unique to Microsoft.
Renner1almost 9 years ago
Clickable link: <a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;pull&#x2F;2145" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;pull&#x2F;2145</a><p>Sorry, I should have made the thread link directly to that issue.