I wouldn't read too much into this. As part of their purchase agreement WhatsApp likely needed to say that they had been diligent in maintaining and defending their copyrights and trademark. That's pretty standard in a financing, so I'd imagine it's a standard part of M&A deals. It probably turned up during due diligence that they had some "cleanup" to take care of in order to not be lying when they made that representation.
I own one of the affected repositories, and submitted the original link to HN the moment I got an email notification about it from Github [1]. It's a shame we didn't get the discussion going earlier.<p>IANAL, but what the hell does a security POC (and an unofficial API derived from it) have to do copyrights? On what grounds did a repo get chosen for takedown? Is it the "whatsapp" in the name? What about a simple "x.whatsapp.net" connection string in the code? Is that infringement?<p>Either way, shitty move by WhatsApp.<p>[1] - <a href="https://news.ycombinator.com/item?id=7230041" rel="nofollow">https://news.ycombinator.com/item?id=7230041</a>
Interesting. Trademark law is probably pretty strong against repositories named "WhatsApp" or something very similar. Using the logo without permission as well.<p>Describing a project as "working with WhatsApp" would probably not be an actionable trademark infringement. Code that works with the WhatsApp API is almost certainly not "infringing", unless there's some "encryption" going on.<p>Unfortunately the DMCA takedown rules are such that Internet providers such as Github have basically no direct recourse and refusing to comply is not an option. Additionally, complainants don't have to prove much of anything to issue a takedown notice to a service provider. This is a seriously broken part of copyright law, IMO.
Wireshark dissector plugin? taken down? I haven't really followed wireshark goings-on in a while, but wow... just wow... I don't think i've seen this before:<p><a href="https://github.com/davidgfnet/wireshark-whatsapp" rel="nofollow">https://github.com/davidgfnet/wireshark-whatsapp</a><p>My apologies for the bile, but I can't help but call out my reactions to this news...<p>1. facebook (you: I expected this from, you we're already #1 on this s#17list)
2. whatsapp (sell-out!)
3. github (highly disappointed watching you just lay down and immediately comply shutting down these repositories)<p>I'm considering moving all my code off of github over this...
With the poor, let's say terrible, security posture WhatsApp always had, this is really not the way to communicate the message that they care and want their software to be scrutinized. Open implementations are a great help to any reverse engineer trying to figure out the mess that is their protocol.<p>This is exactly what triggers full disclosure.
I own 3 of the affected repos:<p>Yowsup
<a href="https://github.com/tgalal/yowsup" rel="nofollow">https://github.com/tgalal/yowsup</a>
MIT License<p>It is a library that implements WhatsApp's protocol. It is built on community effort of reverse engineering WhatsApp's protocol. I created this in first place to bring WhatsApp on an unsupported platform (Nokia N9/ meego platform)<p>Wazapp
<a href="https://github.com/tgalal/wazapp" rel="nofollow">https://github.com/tgalal/wazapp</a>
GPLv2 License<p>This is a UI frontend to Yowsup for Nokia N9. Nokia N9 is the only smartphone produced by Nokia which never got WhatsApp support. I created this client because I wanted to use WhatsApp on my Nokia N9. The code is totally decoupled from Yowsup, and does not use WhatsApp in its name. You can see its icon here <a href="http://everythingn9.com/wp-content/uploads/2012/05/wazapp.png" rel="nofollow">http://everythingn9.com/wp-content/uploads/2012/05/wazapp.pn...</a> which for me looks different enough from official client's icon.<p>OpenWA
<a href="https://github.com/tgalal/OpenWhatsappBB10" rel="nofollow">https://github.com/tgalal/OpenWhatsappBB10</a>
GPLv3 License<p>This is also a frontend to Yowsup, but for Blackberry 10. It is a little bit similar case as Wazapp. I created this for BB10 when WhatsApp initially said they're not supporting that platform. Again, this is decoupled from Yowsup, has same icon as Wazapp. Its name though on Github is OpenWhatsappB10, as a project name. However, the real app name is OpenWA. Perhaps a rename of the repository would be sufficient ?
IANAL, but these claims can't last. To the extent those projects are using WhatsApp's trademarks or copyrighted logos, they can stop infringing by renaming and removing the logos. There might be a "hacking" claim against users who use that software to access WhatsApp's servers, but not copyright (assuming WhatsApp doesn't claim copyright over messages sent through the aervice), of unknown validity, and probably not enforceable against a site which merely hosts code to do so. I think.
It looks like Github has pulled a bunch of the repos, including the ones that don't even have "WhatsApp" in their names.<p>Is this because they had something like "compatible with WhatsApp" in their descriptions?<p>If I were repository owners and/or paying customer of Github, I would not be OK with this.
People really liked this one: <a href="https://github.com/davidgfnet/whatsapp-purple" rel="nofollow">https://github.com/davidgfnet/whatsapp-purple</a><p>Starred 419 times.
> unauthorized use of WhatsApp APIs<p>Does that actually have anything to do with copyright or trademark, or are they just very takedown-happy lawyers?
This is the HTML version:
<a href="https://github.com/github/dmca/blob/master/2014-02-12-WhatsApp.md" rel="nofollow">https://github.com/github/dmca/blob/master/2014-02-12-WhatsA...</a>