World would be such a better place if we could get rid entirely of Flash and Java for the web. It's not only the exploits, the fact that they are so frequent also means users got to update both Java and Flash almost every single day, which is a terrible user experience.
Get everybody on at least IE 9 and then there is basically no reason to use flash. Canvas + HTML5 video can basically anything people use to do today. And yes I know, HTML5 development is my job.
New Java 0-Day Vulnerability Being Exploited in the Wild
71–80 of 80 posts
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#72The best thing to happen to Java was Google supporting Android. Now we have probably 5 more years of this mess until we get good adoption of a real linux phone, then Java will be tossed onto the already rotting corpse of flash.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#73Earlier quoted context omitted.
Get everybody on at least IE 9 and then there is basically no reason to use flash. Canvas + HTML5 video can basically anything people use to do today. And yes I know, HTML5 development is my job.
There are solutions in the works, but precisely timed audio (like games need) is still problematic in HTML5.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#74Earlier quoted context omitted.
Get everybody on at least IE 9 and then there is basically no reason to use flash. Canvas + HTML5 video can basically anything people use to do today. And yes I know, HTML5 development is my job.
Flash still seems more popular for webgame development. I've run across a handful of HTML5 games, but many more Flash games. Not entirely sure why. Libraries, maybe? Is there something comparable to Flixel for HTML5?
Or just write your own.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#75It's just that now, because of the previous spread of 2-3 vulnerabilities, the publicity and the extra scrutiny placed upon Java bugs by Oracle, those holding on to them started selling/using them in fear that they will be discovered and patched soon.
It's a use-it-or-lose-it kind of thing.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#76Earlier quoted context omitted.
I use Java in the browser. The way you use your computer is not the same other people may use theirs. We have a web based VPN tool that has to use Java.
I've had good experiences so far by keeping a dedicated browser for use with "legacy" services (such as school) that require Java. I haven't tried it, but I would suspect the profile manager in Firefox may help with that kind of setup, too.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#77World would be such a better place if we could get rid entirely of Flash and Java for the web. It's not only the exploits, the fact that they are so frequent also means users got to update both Java and Flash almost every single day, which is a terrible user experience.
Get everybody on at least IE 9 and then there is basically no reason to use flash. Canvas + HTML5 video can basically anything people use to do today. And yes I know, HTML5 development is my job.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#78Java should change their logo from a coffee to some swiss cheese. I want to know two things, first: Why huge banks (the sort that net profit 10 billion) and other big organisations (like, governments) insist in using Java Applets for browser security and auth? second: Why JVM is full of holes while JVM clones (like Dalvik and open source JVM substitutes for desktops) seemly are so much less affected?
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#79World would be such a better place if we could get rid entirely of Flash and Java for the web. It's not only the exploits, the fact that they are so frequent also means users got to update both Java and Flash almost every single day, which is a terrible user experience.
Get everybody on at least IE 9 and then there is basically no reason to use flash. Canvas + HTML5 video can basically anything people use to do today. And yes I know, HTML5 development is my job.
Re: New Java 0-Day Vulnerability Being Exploited in the Wild
#80Earlier quoted context omitted.
I've had good experiences so far by keeping a dedicated browser for use with "legacy" services (such as school) that require Java. I haven't tried it, but I would suspect the profile manager in Firefox may help with that kind of setup, too.
Maybe a dedicated vm for anything that requires java would be safer these days. :/
First, it would be significantly more of a hassle to boot up a separate OS for the purpose of executing a short-lived task (such a submitting homework, or doing banking, as others have mentioned). Related to that, there is a slight disconnect between the host filesystem and the guest filesystem. The more convenience one has (e.g. greater transparency and sharing) the greater the risk.
Related, but separate from that: how would you know the VM was compromised and thus should be destroyed? One could presumably just periodically destroy (or revert to snapshot). Perhaps even if it was compromised, maybe the short lifespan of the VM would limit the damage to others.