How Hacking Competitions help create a safer Computing Environment for everyone...
A PHI 3626 (Advanced Ethics in Science and Technology) Project
Application: Open Source Software | Both DEFCON and PWN 2 OWN serve, to different extents, to expose security risks and fix them. The problem is that Hacking itself gets a negative connotation as it is portrayed in the popular media. One method that applies the concepts of DEFCON and PWN 2 OWN without carrying the negative connotations of hacking is the develpment and maintenance of Open Source Software. Open SourceSoftware (OSS) is software that is usually freely distributed, but unlike most freeware, whose source code is usually not publicly divulged, OSS usually includes the complete source code for the program in the installation medium, or make the source code publicly available for people to use, and in most cases, to modify and/or include in other applications. In the context of fixing security vulnerabilities, OSS provides the benefit of having access to the behind-the-scenes of how a program works (the source code), and makes the finding, testing, and fixing of vulnerabilities much easier than in closed-source software, where vulnerabilities are found through trial-and-error, and those responsible for finding the vulnerability, are not usually empowered to fix it. In any computer program, the risk of potential security vulnerabilities rises in a manner directly related to the amount of source code that the program contains. In large programs (10 thousand lines of code or more), OSS becomes crucial in post-development debugging, for that every user is a potential debugger, depending on the user's coding proficiency level; whereas if a bug is found in a popular closed-source software, even if reported, the amount of people in charge of finding the cause of the bug are orders of magnitude less than the number of users for that specific program. An example: Software A is OSS and Software B is closed-source. Both have the same number of users. |
This site is a project for the University of Central Florida's Advanced Ethics in Science & Technology Course.
All copyrighted materials belong to their respective owners and are used under the fair use clause of United States of America's Copyright Law.