commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: to-do list update


From: Tom Tromey
Subject: Patch: to-do list update
Date: 21 May 2004 12:38:41 -0600

This adds some security items to the to-do list.

I don't have wml readily available... could someone else check this
in and run the update script?  Or should I commit and then someone
else do this?

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * doc/www.gnu.org/tasks.wml: Added security tasks.

Index: doc/www.gnu.org/tasks.wml
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/tasks.wml,v
retrieving revision 1.1
diff -u -r1.1 tasks.wml
--- doc/www.gnu.org/tasks.wml 1 Mar 2004 19:41:46 -0000 1.1
+++ doc/www.gnu.org/tasks.wml 17 May 2004 22:35:03 -0000
@@ -273,6 +273,31 @@
 </task>
 </task-section>
 
+<task-section name="Security">
+
+<task
+       title="Security Audit"
+       estimation=""
+       skills=""
+       contact=""
+>We need to make a pass over the Classpath Java source, making sure
+that all required calls to the SecurityManager are in place.  At the same
+time we need to ensure that there is no way to get around
+SecurityManager by directly calling code in gnu.*.
+</task>
+
+<task
+       title="Security Testing"
+       estimation=""
+       skills=""
+       contact=""
+>We need Mauve tests for all the calls to SecurityManager.
+Additionally, enabling a security manager will probably reveal
+code in Classpath that needs to be wrapped in AccessController.doPrivileged().
+</task>
+
+</task-section>
+
 <task-section name="Related Projects">
 <task
        title="Help GNU Crypto"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]