Changes between Version 2 and Version 3 of ProjectSecurity
- Timestamp:
- Apr 27, 2007, 12:28:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectSecurity
v2 v3 1 1 = Project security = 2 2 3 Before creating a BOINC project, read about [ http://boinc.berkeley.edu/security.phpsecurity issues in volunteer computing]. BOINC provides mechanisms that address the major issues, making volunteer computing safe both for you and for participants.3 Before creating a BOINC project, read about [SecurityIssues security issues in volunteer computing]. BOINC provides mechanisms that address the major issues, making volunteer computing safe both for you and for participants. 4 4 5 5 '''If you don't use these mechanisms correctly, your project will be vulnerable to a variety of attacks. In the worst case, your project could be used as a vector to distribute malicious software to large numbers of computers. This would be fatal to your project, and would cause serious damage to volunteer computing in general.''' … … 11 11 * Read about [http://dev.mysql.com/doc/refman/5.0/en/security-guidelines.html MySQL general security guidelines], and make your MySQL server as secure as possible. 12 12 * Make sure your application doesn't become infected. Secure your source-code repository, and examine all checkins. If your application uses third-party libraries, make sure they're safe. Read about [http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/index.html Secure Programming for Linux and Unix], especially if your application does network communication. 13 * Use BOINC's [ http://boinc.berkeley.edu/code_signing.phpcode-signing mechanism], and use a disconnected and physically secure code-signing computer.13 * Use BOINC's [CodeSigning code-signing mechanism], and use a disconnected and physically secure code-signing computer. 14 14