|
Java Seguridad y Eficiencia
|
|---|
- Sun's top-level Java Security
Resource Page.
- Sun's Java Security FAQ.
- Security Flaws found by Princeton (Dean, Felten, Wallach).
- Java Security Flaws found by David Hopwood (Old!)
- Sprint's
evade-the-firewall bug.
- Mark Ladue's "Hostile Applets" collection (mostly denial-of-service
attacks).
- Article by
Godmar Back on bypassing Java's SecurityManager in Netscape. This allows
applets to do unrestricted operations, so is only for totally secure intranets
that run totally trusted applets. (The owner of the browser has to do this,
not the Java programmer who writes the applet!)
- The comp.lang.java.security Usenet
newsgroup.
Papers and Information on Garbage
CollectionThese are not specific to Java programming, but general to
programming languages that use garbage collection (e.g. Lisp, Smalltalk, Eiffel,
ML, and extensions to C and C++).
- Henry Baker's collection of papers, related to GC.
- Large garbage-collection bibliography from Richard Jones.
- Great Circle: A commercial collector for C/C++.
|