Browse thread
[Caml-list] How to secure an OCaml server
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-02-28 (21:04) |
From: | David MENTRE <dmentre@l...> |
Subject: | Re: [Caml-list] How to secure an OCaml server |
Thomas Fischbacher <Thomas.Fischbacher@Physik.Uni-Muenchen.DE> writes: > This is a quite general situation that comes up when you store data on > your server in a hash in such a way that an external source can control at > least part of the hash keys. Ok, thanks for the explanation. That might be an issue in my program as I'm using a lot of hash tables (Perl habits ;). I still need to determine if those hash tables are influenced by external output, in current and next design. Or I might drop those hash tables in favor of more suitable data structures for performance and security reason. I've not yet considered performance issues. Any way, many thanks Thomas and Richard for your explanations. And thank you also Yutaka for your initial comments. Yours, david -- David Mentré <dmentre@linux-france.org> ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners