• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java tops kaspersky top 10 vulnerability list

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Link for Article

Now MS had .NET platforms available for a long time but they[MS frameworks] seem to be more secure . I am curious but does making frameworks open source make it difficult to control its progress and making them more secure?
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don’t know. For a long time Windows® would have been high up that list, and that has never been open source. They did go on about people using old unpatched software; there was a notorious vulnerability in JDK7, which was fixed I think in 7u3.
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to one theory, open-source projects are less likely to have security exploits, or bugs in general, because there are "many eyes" on the code and people will see the problems and fix them.

However that theory presupposes that (a) problems are easy to see (b) there are in fact many people looking at the code (c) bugs will be repaired quickly and new versions published quickly. This may not apply to Java.

Another quibble with the original question: as I understand it the recent security exploits involve the JIT compiler feature of the JVM. Is that in fact open source?
 
reply
    Bookmark Topic Watch Topic
  • New Topic