Earlier quoted context omitted.
> Do you think SSH, Postfix, nginx, Apache & Co don't get the same amount of scrutiny? NO! Because they're behind a firewall AND each operates on a very restricted protocol! It has nothing to do with quality of codebase. If Wordpress was behind a firewall and only restricted to text-based input per spec, you wouldn't find many vulnerabilities either. > What does "web based" have to do with anything? Because "web base…
If you think that sshd gets restricted to "text-based input per spec", you should get out more. Or at least check your logs more.
OwnCloud Server 8.0
71–80 of 80 posts
Re: OwnCloud Server 8.0
#72Earlier quoted context omitted.
wordpress is in php wikipedia is in php facebook is in php flickr is in php photobucket is in php need i say more?
I thought Facebook made their own PHP fork type of language.
Facebook is written in PHP, but they have invested a lot into making their PHP not be PHP.
Re: OwnCloud Server 8.0
#73Earlier quoted context omitted.
It's still a bit ahead of launch, but we are preparing an open source alternative to OwnCloud (that also includes messaging platform) that acts as an OAuth server for apps/plugins and an API and does not impose all apps to be implemented in the same language. We are using a NodeJS runtime, but the code is generated using a strongly statically typed language, Opa. Source code is not yet published, will be AGPL. Docker…
> It's still a bit ahead of launch, but we are preparing an open source alternative to OwnCloud OwnCloud is licensed under the AGPLv3. Curious why you think it's not Open Source Software.
Re: OwnCloud Server 8.0
#74Earlier quoted context omitted.
NO! Because they're behind a firewall Huh? SSH, Postfix and nginx are usually not firewalled. Because "web based" is the client. It has to be flexible and with flexibility... If "flexibility and complexity equal vulnerability" then why does the linux kernel, 53x the size of Wordpress and a tad more complex than a CMS, not have about 53x more exploits? And why does no other CMS system or framework come even close to t…
> And why does no other CMS system or framework come even close to the number of critical vulnerabilities in Wordpress? Because no other CMS or framework has as many deployments. Not even close. > If "flexibility and complexity equal vulnerability" then why does the linux kernel, 53x the size of Wordpress and a tad more complex than a CMS, not have about 53x more exploits? Because it's behind a firewall. Do I really…
I'm not sure name calling is really appropriate here. Yes, firewalling stuff is certainly appropriate, particularly administrative things, but key based auth is pretty secure, firewall or no.
You're also nitpicking on a single point when he mentions other things that are definitely not usually firewalled. Your mail and web servers are generally open to the world, regardless of whether or not SSH is.
Re: OwnCloud Server 8.0
#75Re: OwnCloud Server 8.0
#76Are there any active OwnCloud users out there? I'm curious about your experience. How do you feel about it? What do you use it for primarily?
Re: OwnCloud Server 8.0
#77Earlier quoted context omitted.
That list appears to include CVE going back to 2006 at least. I count 17 in 2014, the highest rated of which is an arbitrary code exectution (CVE-2014-5203) rated 7.5. Not sure number of disclosed flaws is a good metric to look at, whether it's high or low.
Arbitrary code execution is pretty damn bad. Anyway he wasn't just counting vulnerabilities. Wordpress is renowned for its terrible security (or plugins with terrible security often).
TL;DR simple statistics don't really seem to work well in providing a proper view of comparative levels of security of web apps.
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5203
Re: OwnCloud Server 8.0
#78Earlier quoted context omitted.
I highly recommend Syncthing.
Is forwarding ports required to get syncthing working?
Re: OwnCloud Server 8.0
#79Re: OwnCloud Server 8.0
#80OwnCloud looks pretty neat, but I do wish that it would support client-side encryption; I don't trust a machine I'm renting in a data centre any more than I do Facebook or Google. I'm aware that there (sadly) aren't standards for browser-uploaded encrypted files, sharing encrypted files efficiently and so forth, so it's hardly their fault.
If your worry is with data at rest, then owncloud already supports it ( http://doc.owncloud.org/server/7.0/user_manual/files/encrypt... ). I host my servers with AWS so I use Gluster encrypted bricks with backups to a S3 bucket as well as the built-in encryption capability from Owncloud.
> You don’t have to do anything special, as it uses your ownCloud login as the password for your unique private encryption key.
So the server can decrypt my files at will, since it has access to my plaintext password.